I've got a following error:
...
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error: your RC compiler: "windres" was not found. Please set CMAKE_RC_COMPILER to a valid compiler path or name.
-- Configuration incomplete, errors occured!
// Revision 1- I've found that there's a wizard mode for cmake (-i) and CMAKE_RC_COMPILER variable is "windres"... Where do I get this thing? It's some kind of resource compiler, right?
- some path variables were C:/Progra~1/MinGW/ and I think they were broken... There's nothing about it in your manual, is it normal? I've changed them.
- How to effectively clear the cmake cache? because it wants to compile binaries to the old place when I moved a folder.
Sorry for multiple questions, I am a real newbie
.
// Revision 2Let me try to answer my third question... I've checked various things in wizard mode... Should I type:
SET(EXECUTABLE_OUTPUT_PATH *new path*)
?
// Revision 3Still I get an error with "
windres". what did I do wrong ?
// Revision 4I've figured out where's my windres.exe (C:/Program Files/MinGW/Bin/windres.exe), how to set up the CMAKE_RC_COMPILER variable? Is there a file with a list of variable definitions?
// Revision 5I was able to change the variable but the new error is "mingw32-make.exe is not a win32 command", and there's no mingw32-make.exe file in D:/Program Files/Stonesense/Build/ directory.
The output of the previous command (cmake .. ***) was:
-- Generating done
-- Build files have been written to: D:/Program Files/Stonesense/build
The problem is that the last command is not working and i don't see any new "build files" but "Makefile" file only (without an extension).