Amol Pawar

Results 18 comments of Amol Pawar

Hi @jmklix, I checked and confirming that object has READ access and it has public read access (see below image) ![PublicObjectACL](https://user-images.githubusercontent.com/90676079/173004511-ee7be369-50cd-4b92-a43d-a65a533fa9be.png) If not having correct permission to read the s3...

@RickWinter I'm building from the repo and has the issue since it is dependent on the _`azure-uamq-c`_.

@ahsonkhan, Thanks for your comment. Please find more details below We could see the `sdk/core/azure-core-amqp` depends on the `azure-uamqp-c` (which additionally requires `azure-c-shared-utility` `azure-c-testrunnerswitcher` `azure-ctest` `azure-macro-utils-c` `umock-c`) and required while...

@LarryOsterman We are failing in the cmake configuration step only `cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=20 -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON -DCURL_INCLUDE_DIR="${AZG_HOME}/tools/include" -DCURL_LIBRARY="${AZG_HOME}/tools/lib/libcurl.so" -DDISABLE_AZURE_CORE_OPENTELEMETRY=ON` So can't check `cmake --build . --target azure-storage-blobs`.

@BillyONeal Thanks for the input. We'll have a look and update.

I've diligently followed the guidelines outlined in the CMake + Vcpkg manifest mode documentation, but unfortunately, I'm encountering issues. Additionally, it seems that both solution whether it's using CMake with...

It is getting build from Azure::azure-core ``` ... add_subdirectory(azure-core) if (NOT BUILD_WINDOWS_UWP) message(STATUS "Including AMQP library") add_subdirectory(azure-core-amqp) endif() ... ``` While working on the RHEL9 platform, the build includes azure-core-amqp,...

@ahsonkhan I encountered below error ``` [root@1e643bcdf477 .build]# cmake .. -- The C compiler identification is GNU 11.4.1 -- The CXX compiler identification is GNU 13.2.0 -- Detecting C compiler...