You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the second im pretty sure is a symptom of the first
any thoughts? I straight unzipped the sdk from git and ran cmake with above command... not sure if the unistd.h file is just missing from the download or what
The text was updated successfully, but these errors were encountered:
Hi @versacex ,
Since version 1.9 the SDK has been using submodules to consume it's dependencies, this has had the side effect of making building from the zip file very compicated, and so at the moment we don't really recommend it, see #1648 .
If possible, I'd suggest using git clone --recurse-submodules https://github.com/aws/aws-sdk-cpp to get the sdk.
If that's not an option, we do have a script to make it work but it is meant for linux based systems. look here.
downloaded the zip from git and unzipped to location
ran command "C:\program files\cmake\bin\cmake.exe" c:\code\aws-sdk-cpp-main -G "Visual Studio 16 2019" -A x64 -DCMAKE_BUILD_TYPE=Debug
but getting errors
the second im pretty sure is a symptom of the first
any thoughts? I straight unzipped the sdk from git and ran cmake with above command... not sure if the unistd.h file is just missing from the download or what
The text was updated successfully, but these errors were encountered: