Problems compiling gigi

Programmers discuss here anything related to FreeOrion programming. Primarily for the developers to discuss.

Moderator: Committer

Post Reply
Message
Author
scotch
Space Krill
Posts: 1
Joined: Thu Jan 27, 2005 9:49 pm

Problems compiling gigi

#1 Post by scotch »

I got some strange bug with GG...
the configure script dosen't find my boost installation...
I figured out, that it is looking for boost_filesystem-gcc
shouldn't that bei boost_filesystem ???

Here the output from configure...
hecking for OpenGL's GLU... -lGLU
checking for the Boost C++ libraries, version 1.32.0 or newer... yes
checking for main in -lboost_filesystem-gcc... no
checking for main in -lboost_filesystem-gcc... (cached) no
checking for main in -lboost_signals-gcc... no
checking for main in -lboost_signals-gcc... (cached) no
configure: error: boost libs not found.
** You need the Boost C++ libraries, version 1.32.0 or better,
** as well as the following boost-modules:
** - boost.filesystem
** - boost.signals
** download them from http://www.boost.org

harm
Space Floater
Posts: 28
Joined: Wed Feb 01, 2006 9:54 pm
Location: Finland, Helsinki

#2 Post by harm »

Hava a look at the command 'scons -h'. There is an option to point directly to your boost installation.

Post Reply