Page 1 of 1

cmake failure

Posted: Sat Nov 09, 2013 8:45 am
by Clint_Thomas
I was getting random crashes, so I decided to recompile. cmake failed. Attached error log, output log and copy/paste from terminal.

Linuxmint 15 64bit.
Asus G55VW -Republic of Gamers laptop

Thanks for any assistance

Re: cmake failure

Posted: Sat Nov 09, 2013 9:16 am
by Clint_Thomas
Did the following:
sudo apt-get install libopenthreads-dev

Still Failed.

See attached.

Thanks

Re: cmake failure

Posted: Tue Nov 19, 2013 7:33 pm
by klauss
You seem to have enabled Ogre on the build. We haven't updated our Ogre code to run with the latest Ogre versions, you'll have to disable Ogre support.

Re: cmake failure

Posted: Thu Nov 21, 2013 8:12 pm
by TBeholder

Code: Select all

[...]/trunk/vegastrike/build$ cmake ..
CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:97 (message):
  Could NOT find PythonLibs (missing: PYTHON_INCLUDE_DIRS) (found suitable
  version "2.7.4", minimum required is "2.7.4")
Call Stack (most recent call first):
  /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:291 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake-2.8/Modules/FindPythonLibs.cmake:208 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:677 (find_package)


-- Configuring incomplete, errors occurred!
Turned out that it failed to find "PYTHON_INCLUDE_DIR2 "... whatever it was supposed to be. I set it to "/usr/lib/python2.7/config-x86_64-linux-gnu" where the same libpython2.7-dev package drops some setup source and makefile. Apparently either that's what it really wanted, or more likely it just needed a correct existing directory, because cmake stopped throwing up this error.

Re: cmake failure

Posted: Fri Nov 29, 2013 9:19 am
by Clint_Thomas
Thanks Klauss,

Disabling Ogre did the trick.