have you googled it?
make is probably not in your path, hence the error CMAKE_MAKE_PROGRAM not set.
is gcc or any C compiler in your path? CMAKE_C_COMPILER not set, means not C compiler was found
Furthermore, if you don't need the "Unix Layer" of Cygwin I would recommend to use MSYS2/MinGW.