Errors on cmake configure any help please ?
Added by Raydon over 7 years ago
when trying to configure everything i get these errors , i followed step by step the install instructions,
here is the errors ...
NAME VALUE
CMAKE_BUILD_TYPE RELEASE
CAMKE_CONFIGURATION_TYPES Debug;release
CMAKE_CXX_FLAGS /D_CRT_SECURE_NO_WARNINGS /DWIN32 /D_WINDOWS /W3 /Zi /Zm1000 /EHa
CMAKE_CXX_FLAGS_DEBUG /MDd /RTC1 /D_DEBUG /Ob1
CMAKE_CXX_FLAGS_RELEASE /MD /D NDEBUG /Ob2 /Oi /Ot /Oy /GT /GF /GS-
CMAKE_C_FLAGS /D_CRT_SECURE_NO_WARNINGS /DWIN32 /D_WINDOWS /W3 /Zi /Zm1000
and the list goes on :-(
CMake Error: CMake was unable to find a build program corresponding to "Visual Studio 9 2008". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
CMake Error: Could not find cmake module file:C:/ryzom/build/CMakeFiles/CMakeCXXCompiler.cmake
CMake Error: Could not find cmake module file:C:/ryzom/build/CMakeFiles/CMakeCCompiler.cmake
Configuring incomplete, errors occurred!
anyhelp ?
help.JPG - screenshot (198.7 kB)
Replies (8)
RE: Errors on cmake configure any help please ? - Added by molator over 7 years ago
Which Visual Studio are you using ?
RE: Errors on cmake configure any help please ? - Added by Raydon over 7 years ago
visual studio 9 2008 express c# edition
RE: Errors on cmake configure any help please ? - Added by molator over 7 years ago
Ryzom Core is written in C++.
So you need Visual Studio 2008 Express C++ :).
RE: Errors on cmake configure any help please ? - Added by Raydon over 7 years ago
Fixed that error now get this up any help on this bit please
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindQt4.cmake:1151 (MESSAGE):
Qt qmake not found!
Call Stack (most recent call first):
CMakeLists.txt:145 (FIND_PACKAGE)
any help would be great
thanx
RE: Errors on cmake configure any help please ? - Added by Raydon over 7 years ago
new error message
Looking for MFC
Looking for MFC - not found
Configuring incomplete, errors occurred!
any suggestions plz
RE: Errors on cmake configure any help please ? - Added by molator over 7 years ago
You need to check WITH_QT and WITH_MFC, if you're building the tools.
If not, you don't need.
If you're using WITH_STLPORT, you can find QT here:
http://dev.ryzom.com/wiki/ryzom/WindowsBinaries
MFC is not included in Visual Studio Express, but you've got 2 solutions here:
http://dev.ryzom.com/wiki/ryzom/BuildMFCCodeVC++Express
RE: Errors on cmake configure any help please ? - Added by Raydon over 7 years ago
thanks for the reply worked now
RE: Errors on cmake configure any help please ? - Added by kervala over 7 years ago
Btw you don't need to check all options, you can check only stuff you really want :)
(1-8/8)