After a few hours getting errors i need some help. I'm trying to compile duke, source can be found here: http://opensource.mikrosimage.eu/duke.html
I downloaded Cmake (I've never compiled anything else then python files to pyc) so very new territory for me.
This is from the error log:
Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler:
Build flags:
Id flags:
The output was:
The system cannot find the file specified
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
Compiler:
Build flags:
Id flags:
The output was:
The system cannot find the file specified
I have cmake in my PATH variable, using win 7 x64, i also tried to put in the path to modules and compilers but still i'm getting these error.
So do i have to download the compilers seperate or what i'm doing wrong?