I am trying to use the C++ Producer SDK on Windows of AWS Kinesis, folowing the steps of this tutorial I get this error running cmake .. on the mingw64:
$ cmake ..
CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles".  CMAKE_MAKE_PROGRAM is not set.  You probably need to select a different build tool.
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
See also "/home/gonpe/amazon-kinesis-video-streams-producer-sdk-cpp/CMakeFiles/CMakeOutput.log".
My working directory was ~/amazon-kinesis-video-streams-producer-sdk-cpp/amazon-kinesis-video-streams-c
 
    