"cmake ." error...

"cmake ." error...

Discuss everything related to running Spring on your chosen distribution of Linux.

Moderator: Moderators

Post Reply
lbalint
Posts: 2
Joined: 16 Aug 2010, 15:37

"cmake ." error...

Post by lbalint »

Code: Select all

balint@linux-wk8x:~/adatok/programok/spring_0.82.3> cmake .
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Boost version: 1.42.0
-- Found the following Boost libraries:
--   thread
--   regex
--   program_options
--   system
--   signals
CMake Error at rts/build/cmake/FindDevil.cmake:87 (MESSAGE):
  Could NOT find DEVIL library
Call Stack (most recent call first):
  CMakeLists.txt:109 (FIND_PACKAGE)


-- Configuring incomplete, errors occurred!
Thanks the help!
User avatar
hoijui
Former Engine Dev
Posts: 4344
Joined: 22 Sep 2007, 09:51

Re: "cmake ." error...

Post by hoijui »

why do you want to compile?
most linux systems have a spring package available.
http://springrts.com/wiki/SetupGuide

(you need to install dependencies to be able to compile, here you are missing libdevil-dev, for example, see "from Source")
lbalint
Posts: 2
Joined: 16 Aug 2010, 15:37

Re: "cmake ." error...

Post by lbalint »

I need to 83.2 version, that i can game in multiplayer mode.
User avatar
anterak
Posts: 67
Joined: 22 Jul 2007, 12:07

Re: "cmake ." error...

Post by anterak »

you should install devil. what is your distrib ?
Post Reply

Return to “Linux”