I am trying to the AWS SDK for C++. Currently, I installed cmake, and clang. I am following the documentation listed here: https://github.com/aws/aws-sdk-cpp
I am at the building from source stage. When I cd to the directory I created, and run the build command, I get the following message:
CMake Error at CMakeLists.txt:152 (project):
Running
'nmake' '-?'
failed with:
The system cannot find the file specified
-- Configuring incomplete, errors occurred!
How do I fix this and why is this error message occurring? Thank you for any help in advance.
I tried to search online for the error message. I found results related to configuring the path, or ensuring that gcc and g++ were installed.