CMake Errors

Questions, problems and discussion about compiling FreeOrion.

Moderator: Oberlus

Post Reply
Message
Author
ewfew
Space Krill
Posts: 1
Joined: Mon Jan 27, 2014 8:52 pm

CMake Errors

#1 Post by ewfew »

I have the following error

Code: Select all

-- Looking for OGRE...
-- Found Ogre Cthugha (1.7.4)
-- Found OGRE: optimized;/usr/lib/x86_64-linux-gnu/libOgreMain.so;debug;/usr/lib/x86_64-linux-gnu/libOgreMain.so
-- Looking for OGRE_Paging...
-- Found OGRE_Paging: optimized;/usr/lib/x86_64-linux-gnu/libOgrePaging.so;debug;/usr/lib/x86_64-linux-gnu/libOgrePaging.so
-- Looking for OGRE_Terrain...
-- Found OGRE_Terrain: optimized;/usr/lib/x86_64-linux-gnu/libOgreTerrain.so;debug;/usr/lib/x86_64-linux-gnu/libOgreTerrain.so
-- Looking for OGRE_Property...
-- Found OGRE_Property: optimized;/usr/lib/x86_64-linux-gnu/libOgreProperty.so;debug;/usr/lib/x86_64-linux-gnu/libOgreProperty.so
-- Looking for OGRE_RTShaderSystem...
-- Found OGRE_RTShaderSystem: optimized;/usr/lib/x86_64-linux-gnu/libOgreRTShaderSystem.so;debug;/usr/lib/x86_64-linux-gnu/libOgreRTShaderSystem.so
CMake Error at /usr/share/cmake-2.8/Modules/FindSubversion.cmake:83 (MESSAGE):
  Command "/usr/bin/svn info
  /home/x000ff4/Свалени/freeorion_0_43/FreeOrion" failed with output:

  svn: Can't convert string from native encoding to 'UTF-8':

  svn:
  /home/x000ff4/?\208?\161?\208?\178?\208?\176?\208?\187?\208?\181?\208?\189?\208?\184/freeorion_0_43/FreeOrion


Call Stack (most recent call first):
  CMakeLists.txt:109 (Subversion_WC_INFO)


-- Could NOT find TIFF (missing:  TIFF_LIBRARY TIFF_INCLUDE_DIR) 
-- Configuring GiGi
-- Configuring GiGiOgre
-- Looking for OGRE...
-- Found Ogre Cthugha (1.7.4)
-- Looking for OGRE_Paging...
-- Looking for OGRE_Terrain...
-- Looking for OGRE_Property...
-- Looking for OGRE_RTShaderSystem...
-- Configuring Ogre OIS Input Plugin
-- Looking for OIS...
-- checking for module 'OIS'
--   package 'OIS' not found
-- Could not locate OIS
     Warning: OIS could not be found.  Disabling the OIS build.
-- Looking for OGRE...
-- Found Ogre Cthugha (1.7.4)
-- Looking for OGRE_Paging...
-- Looking for OGRE_Terrain...
-- Looking for OGRE_Property...
-- Looking for OGRE_RTShaderSystem...
-- Configuring freeoriond
-- Configuring freeorionca
-- Configuring freeorion
-- Looking for OGRE...
-- Found Ogre Cthugha (1.7.4)
-- Looking for OGRE_Paging...
-- Looking for OGRE_Terrain...
-- Looking for OGRE_Property...
-- Looking for OGRE_RTShaderSystem...
-- Configuring incomplete, errors occurred!
what to do?

User avatar
adrian_broher
Programmer
Posts: 1156
Joined: Fri Mar 01, 2013 9:52 am
Location: Germany

Re: CMake Errors

#2 Post by adrian_broher »

Hello ewfew,

What is the version of freeorion you want to compile? Also what operating system/distribution do you use and what locale does your shell use?

The error message about ois and tiff can be fixed by installing the corresponding development packages of those packages.
Resident code gremlin
Attached patches are released under GPL 2.0 or later.
Git author: Marcel Metz

Post Reply