Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing hash_linux.h header #10

Closed
sameershende opened this issue Jul 11, 2014 · 6 comments
Closed

Missing hash_linux.h header #10

sameershende opened this issue Jul 11, 2014 · 6 comments

Comments

@sameershende
Copy link

Hi,
We are missing the has_linux.h header. Would you please check it in. It doesn't compile under Linux without this header.

https://github.com/Azure/azure-storage-cpp/tree/master/Microsoft.WindowsAzure.Storage/includes/wascore

The code that uses this is in:

https://github.com/Azure/azure-storage-cpp/blob/master/Microsoft.WindowsAzure.Storage/includes/wascore/streams.h

include "wascore/basic_types.h"

include "streambuf.h"

ifdef WIN32

include "hash_windows.h"

else

include "hash_linux.h"

endif

Thanks!

  • Sameer
@MFisherMSFT
Copy link
Contributor

Thank you for your feedback. Compiling the library under Linux is not currently a supported scenario. It will be added in a future release. We will update this thread once support is added.

@slepox
Copy link
Contributor

slepox commented Jan 7, 2015

@sameershende, version 0.4.0 is released last December which supports Linux officially, please take a try.

@slepox slepox closed this as completed Jan 7, 2015
@sehe
Copy link

sehe commented Jan 7, 2015

@slepox I specifically noted that the release notes mention that it "supports building on Linux". Can you confirm that you indeed /mean/ that the library itself (i.e. using it) is officially supported on Linux?

@slepox
Copy link
Contributor

slepox commented Jan 8, 2015

Yes, it is officially supported.

@slepox slepox reopened this Jan 8, 2015
@sehe
Copy link

sehe commented Jan 8, 2015

@slepox That's great news!

I feel that Microsoft could improve the communication about these awesome C++ libraries a bit.

Is there an official channel to subscribe to? Does Microsoft get the word out somewhere I didn't find yet?

For one, I would never have known about the Linux support except because I had actively subscribed to issue #12 /and/ I spotted the github merge notification.

Next, I have advertised this very welcome news via Twitter (where very few people appeared to be aware of the project/release), staying very true to the release notes:

Woot! #Microsoft @Azure Storage Client #cpp library now supports building [note the wording!] on @Linux - That's big #14

Turns out I would not have had to be nearly as cautious with that wording.

@slepox
Copy link
Contributor

slepox commented Jan 8, 2015

Thanks a lot for your support, @sehe! Microsoft Azure Storage Team Blog usually announces the latest news about Azure storage, and welcome to subscribe:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants