I need help with installing CppCMS on my windows 7 laptop. I'm using mingw (gnu4.8.1) I have followed almost all the instructions from gmane cppcms wiki but i'm not successful. Below is the feedback i got from cmake-gui during the configuration and generation (which i supposed should be on the right track).
The C compiler identification is GNU 4.8.1
The CXX compiler identification is GNU 4.8.1
Check for working C compiler: C:/MinGW/bin/gcc.exe
Check for working C compiler: C:/MinGW/bin/gcc.exe -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working CXX compiler: C:/MinGW/bin/g++.exe
Check for working CXX compiler: C:/MinGW/bin/g++.exe -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
CMake Warning at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CPack.cmake:289 (message):
CPack.cmake has already been included!!
Call Stack (most recent call first):
booster/CMakeLists.txt:14 (include)
-- Looking for ICU libraries
-- ICU Found, building booster locale
Configuring done
Generating done
However, make - , generated 3 errors:
c:\projects\cppcms-1.0.4\build>make install
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
Error booster\CMakeFiles\booster.dir\build.make 47: Command syntax error
Error booster\CMakeFiles\booster.dir\build.make 50: Command syntax error
Error booster\CMakeFiles\booster.dir\build.make 53: Command syntax error
3 errors during make
And when i run "make test", i got 84 test failed (0% test passed). I really don't know what i'm doing wrong. Any help will be appreciated. Thank you!
Anonymous
it looks like you use wrokg make version - use gnu CMake
make test - run from command line - read the instructions - you likely hadn't defined PATH