Menu

#127 Installing CppCMS on win7 using MinGW (GNU 4.8.1)

cppcms-v1.0.x
closed
None
1
2014-10-30
2014-06-19
sam
No

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!

Discussion

  • Artyom Beilis

    Artyom Beilis - 2014-10-14
    • status: open --> closed
     
  • Artyom Beilis

    Artyom Beilis - 2014-10-14

    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

     

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.