Azure / azure-storage-cpp

Microsoft Azure Storage Client Library for C++
http://azure.github.io/azure-storage-cpp
Apache License 2.0
131 stars 147 forks source link

crc64.cpp #413

Closed gourish-humberi-wdc closed 1 year ago

gourish-humberi-wdc commented 2 years ago

Has anyone tried compiling the crc64b in their database? If so, can you please provide some pointers https://github.com/Azure/azure-storage-cpp/blob/master/Microsoft.WindowsAzure.Storage/src/crc64.cpp

I am getting the below error error: unknown type name 'namespace' namespace azure { namespace storage { ^~~~~/

I looked at this link (https://github.com/Azure/azure-storage-cpp/tree/master/Microsoft.WindowsAzure.Storage) and couldnt find the 'namespace' file.

Looking forward to your reply. Thanks

Jinming-Hu commented 2 years ago

Can you share the build commands?