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

undefined reference to web::uri #420

Open forresttales opened 1 year ago

forresttales commented 1 year ago

In cloud_storage_account.cpp, everything with web, web::http, web::uri, etc, is an undefined reference when calling azure::storage::cloud_storage_account::parse(). I've linked everything per instructions.