-
Hello, i am trying to build aws-sdk-cpp using clang compiler with this command: cmake . -GNinja -DCMAKE_CXX_COMPILER_TARGET=x86_64-w64-mingw32 -DCMAKE_CXX_COMPILER=C:/msys64/mingw64/bin/clang++.exe -DBUILD_ONLY="s3" My problem is that running make appears this error during build process: aws-sdk-cpp/aws-cpp-sdk-core/include/aws/core/utils/Array.h:126:86: error: use of undeclared identifier 'stdext' i suppose that i have to set some ENVIRONMENT VARIABLE in my cmake but i dont know how. Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Can you update the sdk and see if you are still getting this error? We have made a few updates to the build process for this sdk since this issue was created. |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Can you update the sdk and see if you are still getting this error? We have made a few updates to the build process for this sdk since this issue was created.