Can't compile FreeOrion

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

Moderator: Committer

Message
Author
Ellestar
Space Squid
Posts: 72
Joined: Tue Jun 29, 2004 7:39 am
Location: Russian Federation, Moscow

Can't compile FreeOrion

#1 Post by Ellestar »

Microsoft Visual Studio .NET 2003

CVS build of FreeOrion
boost-1.30.2
DevIL-SDK-1.6.5
FreeType 2.1.7
SDL-1.2.7
SDL_mixer-1.2.5
zlib 1.2.1
log4cpp-0.3.4b

I got like ~2000 errors because of that two strings in GGEnum.h
Line 82
- v = name (GetEnumMap< name >().FromString(str));
+ v = name (GG::GetEnumMap< name >().FromString(str));
Line 90
- os << GetEnumMap< name >().FromEnum(v);
+ os << GG::GetEnumMap< name >().FromEnum(v);

Also, i got a weird error in
CUIControls.cpp
\FreeOrion\UI\CUIControls.cpp(835) : error C2678: binary '==' : no operator found which takes a left-hand operand of type 'const std::allocator<_Ty>::value_type' (or there is no acceptable conversion)
with
[
_Ty=GG::Clr
]
C:\boost-1.30.2\boost\iterator_adaptors.hpp(1409) : see reference to class template instantiation 'boost::filter_iterator_generator<Predicate,Iterator,Value,Reference,Pointer,Category,Distance>' being compiled

But that was also (i think) solved by using explicit type conversion.

Now i have a linker error and i have no idea how to solve it. Maybe boost/lexical_cast.hpp (Line 186) can't find a library it needs?

Error messages:

SidePanel.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) class std::basic_istream<char,struct std::char_traits<char> > & __cdecl operator>>(class std::basic_istream<char,struct std::char_traits<char> > &,enum PlanetType &)" (__imp_??5@YAAAV?$basic_istream@DU?$char_traits@D@std@@@std@@AAV01@AAW4PlanetType@@@Z) referenced in function "public: bool __thiscall boost::detail::lexical_stream<enum PlanetType,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >::operator>><enum PlanetType>(enum PlanetType &)" (??$?5W4PlanetType@@@?$lexical_stream@W4PlanetType@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@detail@boost@@QAE_NAAW4PlanetType@@@Z)
Planet.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) class std::basic_istream<char,struct std::char_traits<char> > & __cdecl operator>>(class std::basic_istream<char,struct std::char_traits<char> > &,enum PlanetType &)" (__imp_??5@YAAAV?$basic_istream@DU?$char_traits@D@std@@@std@@AAV01@AAW4PlanetType@@@Z)
ProdCenter.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) class std::basic_istream<char,struct std::char_traits<char> > & __cdecl operator>>(class std::basic_istream<char,struct std::char_traits<char> > &,enum PlanetType &)" (__imp_??5@YAAAV?$basic_istream@DU?$char_traits@D@std@@@std@@AAV01@AAW4PlanetType@@@Z)
SidePanel.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) class std::basic_istream<char,struct std::char_traits<char> > & __cdecl operator>>(class std::basic_istream<char,struct std::char_traits<char> > &,enum System::StarType &)" (__imp_??5@YAAAV?$basic_istream@DU?$char_traits@D@std@@@std@@AAV01@AAW4StarType@System@@@Z) referenced in function "public: bool __thiscall boost::detail::lexical_stream<enum System::StarType,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >::operator>><enum System::StarType>(enum System::StarType &)" (??$?5W4StarType@System@@@?$lexical_stream@W4StarType@System@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@detail@boost@@QAE_NAAW4StarType@System@@@Z)
System.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) class std::basic_istream<char,struct std::char_traits<char> > & __cdecl operator>>(class std::basic_istream<char,struct std::char_traits<char> > &,enum System::StarType &)" (__imp_??5@YAAAV?$basic_istream@DU?$char_traits@D@std@@@std@@AAV01@AAW4StarType@System@@@Z)
Planet.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl operator<<(class std::basic_ostream<char,struct std::char_traits<char> > &,enum PlanetType)" (__imp_??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@W4PlanetType@@@Z) referenced in function "public: bool __thiscall boost::detail::lexical_stream<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,enum PlanetType>::operator<<(enum PlanetType const &)" (??6?$lexical_stream@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@W4PlanetType@@@detail@boost@@QAE_NABW4PlanetType@@@Z)
ProdCenter.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl operator<<(class std::basic_ostream<char,struct std::char_traits<char> > &,enum PlanetType)" (__imp_??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@W4PlanetType@@@Z)
System.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl operator<<(class std::basic_ostream<char,struct std::char_traits<char> > &,enum System::StarType)" (__imp_??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@W4StarType@System@@@Z) referenced in function "public: bool __thiscall boost::detail::lexical_stream<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,enum System::StarType>::operator<<(enum System::StarType const &)" (??6?$lexical_stream@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@W4StarType@System@@@detail@boost@@QAE_NABW4StarType@System@@@Z)
Release/freeorion.exe : fatal error LNK1120: 4 unresolved externals

Ellestar
Space Squid
Posts: 72
Joined: Tue Jun 29, 2004 7:39 am
Location: Russian Federation, Moscow

#2 Post by Ellestar »

Ok now i got another error

2004-09-10 23:39:23,045 FATAL : GG::GGException (subclass TextureException) caught in App::Run(): Could not load temporary DevIL image from file 'default/art/small/misc/missing.png'

File is there. Any ideas what to do with that?

User avatar
Geoff the Medio
Programming, Design, Admin
Posts: 13603
Joined: Wed Oct 08, 2003 1:33 am
Location: Munich

#3 Post by Geoff the Medio »

see this thread: viewtopic.php?p=13915

noelte
Juggernaut
Posts: 872
Joined: Fri Dec 26, 2003 12:42 pm
Location: Germany, Berlin

#4 Post by noelte »

Hi,

i don't know what's going wrong 4U, but i would volunteer to provide you with a working project. If you are interested in getting my build system, feel free to ask me and i will send you an zip (might be rather big).

Ronald.
Press any key to continue or any other key to cancel.
Can COWs fly?

Ellestar
Space Squid
Posts: 72
Joined: Tue Jun 29, 2004 7:39 am
Location: Russian Federation, Moscow

#5 Post by Ellestar »

I copied Devil dll's from 0.2 Freeorion demo, and it worked. Just in case i tried to delete planets.xml and copied DevIL-SDK-1.6.5 dll's back - it's working too. So i suppose that there is a problem with DevIL-SDK-1.6.5 dll's and it's a good idea to update http://www.freeorion.org/wiki/index.php?title=Compile if someone else can confirm this behaviour.
noelte wrote:Hi,

i don't know what's going wrong 4U, but i would volunteer to provide you with a working project. If you are interested in getting my build system, feel free to ask me and i will send you an zip (might be rather big).

Ronald.
Thanks for your offer, but for now i think that i can solve my latest problem. Client runs ok, but it seems that i made a mistake converting string<>enum (PlanetType, StarType). I'll check it again.

Ellestar
Space Squid
Posts: 72
Joined: Tue Jun 29, 2004 7:39 am
Location: Russian Federation, Moscow

#6 Post by Ellestar »

Rule N1: "If nothing helps, RTFM!"
When i read wiki page about compiling FO tenth time, i found that i used 0.5.0.0 version of GG instead of CVS one.
TT

At last, it's working.

Majeeks
Space Krill
Posts: 3
Joined: Sun Oct 10, 2004 10:43 pm

#7 Post by Majeeks »

-edited-
Last edited by Majeeks on Thu Oct 14, 2004 3:24 pm, edited 1 time in total.

Majeeks
Space Krill
Posts: 3
Joined: Sun Oct 10, 2004 10:43 pm

#8 Post by Majeeks »

still no luck with cvs version


make[1]: Entering directory `/tmp/dev/FreeOrion'
if g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/SDL -D_REENTRANT -I/usr/local/include/GG/net -I/usr/local/include/GG/SDL -I/usr/local/include/GG -I/usr/local/include/GG/dialogs -I/usr/local/include/GG/net -DFREEORION_BUILD_AI -DFREEORION_LINUX -Wall -MT client/AI/ai-camain.o -MD -MP -MF "client/AI/.deps/ai-camain.Tpo" -c -o client/AI/ai-camain.o `test -f 'client/AI/camain.cpp' || echo './'`client/AI/camain.cpp; \
then mv -f "client/AI/.deps/ai-camain.Tpo" "client/AI/.deps/ai-camain.Po"; else rm -f "client/AI/.deps/ai-camain.Tpo"; exit 1; fi
g++ -Wall -o freeorionca client/ai-ClientApp.o client/AI/ai-AIClientApp.o client/AI/ai-camain.o network/ai-ClientNetworkCore.o combat/ai-Combat.o Empire/ai-ClientEmpireManager.o Empire/ai-Empire.o Empire/ai-EmpireManager.o Empire/ai-ResourcePool.o Empire/ai-TechLevel.o Empire/ai-TechManager.o network/ai-Message.o network/ai-NetworkCore.o network/ai-XDiff.o network/ai-XHash.o network/ai-XLut.o network/ai-XParser.o network/ai-XTree.o universe/ai-Fleet.o universe/ai-Meter.o universe/ai-Planet.o universe/ai-PopCenter.o universe/ai-Predicates.o universe/ai-ProdCenter.o universe/ai-Ship.o universe/ai-System.o universe/ai-Universe.o universe/ai-UniverseObject.o util/ai-AppInterface.o util/ai-DataTable.o util/ai-GZStream.o util/ai-MultiplayerCommon.o util/ai-OptionsDB.o util/ai-Order.o util/ai-OrderSet.o util/ai-Process.o util/ai-Random.o util/ai-SitRepEntry.o util/ai-VarText.o -Wl,-rpath,/usr/lib -L/usr/local/lib -lGiGiSDL -lGiGi -lfreetype -lz -lboost_signals -lboost_filesystem -llog4cpp -lILUT -lGLU -lGL -lm -lIL -lILU -lGiGiNet -lSDL -lpthread -Wl,-rpath,/usr/lib -L/usr/local/lib -lGiGiNet -lSDL -lpthread -Wl,-rpath,/usr/lib -L/usr/local/lib -lGiGi -lfreetype -lz -lboost_signals -lboost_filesystem -llog4cpp -lILUT -lGLU -lGL -lm -lSDL -lpthread -lIL -lILU -lSDL_mixer -llog4cpp -lboost_signals -lboost_filesystem -lGLU -lGL -lpthread -lm
/usr/lib/liballeg.so.4.1: undefined reference to `_mangled_main_address'
collect2: ld returned 1 exit status
make[1]: *** [freeorionca] Fehler 1
make[1]: Leaving directory `/tmp/dev/FreeOrion'
make: *** [all] Fehler 2


I have:
allegro 4.1.15
devil 1.6.6
GiGi cvs

gigi is compiled standard -> with allegro hack

Majeeks
Space Krill
Posts: 3
Joined: Sun Oct 10, 2004 10:43 pm

#9 Post by Majeeks »

SOLVED
finally it compiled, the solution was throwing allegro of the system, rebuild devil and gigi and then recompiling clean free orion :D

kess
Space Floater
Posts: 15
Joined: Thu Feb 10, 2005 1:53 pm
Location: The hemisphere

Another one having problem installing

#10 Post by kess »

Well, instead of starting a new thread. Here are my problems with installing FO...
  • Trying to compile from the CVS on Ubuntu linux
  • Has everyting up to date according to the wiki (except GG, see below)
./configure in FreeOrion

Code: Select all

checking for the Boost C++ libraries, version 1.32.0 or newer... yes
checking how to run the C++ preprocessor... g++ -E
checking boost/graph/adjacency_list.hpp usability... no
checking boost/graph/adjacency_list.hpp presence... no
checking for boost/graph/adjacency_list.hpp... no
checking for main in -lboost_filesystem... yes
checking for main in -lboost_signals... yes
configure: error: boost libs not found.
** You need the Boost C++ libraries, version 1.32 or later,
** as well as the following boost-modules:
** - boost.filesystem
** - boost.signals
** - boost.graph
** download them from http://www.boost.org
./configure in GG

Code: Select all

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
I guess this springs from the same problem (with boost), but what? I have just used Linux for about a month, so I'm quite happy for all kinds of help! ;)

Yoghurt
Programmer
Posts: 376
Joined: Sat Jun 28, 2003 8:17 pm
Location: Heidelberg, Germany

#11 Post by Yoghurt »

Please make sure you also have the packages "libboost-filesystem1.32.0 libboost-signals1.32.0" etc. installed.
Anyway, it seems like somebody modified the configure-script to look twice for libboost-signals-gcc instead of libboost-signals and signals-gcc. I will take a look and commit a fixed version. (Run ./update-configure.sh if you do not have automake installed)

Note to self: It's time to switch to SCons, Yoghurt...

Edit: GG configure.ac is fixed

kess
Space Floater
Posts: 15
Joined: Thu Feb 10, 2005 1:53 pm
Location: The hemisphere

#12 Post by kess »

Well the needed libboost.....1.32.0 packages are installed. But, since last time I've more or less fooled around
with everything that seemed related to this problem to me. :roll: This is what happens now (configure gives the same result as given in the post above).

./autogen.sh in FreeOrion

Code: Select all

HINT: If this script fails, try './update-configure.sh'
** Creating configure and friends
+ aclocal -I m4
aclocal: configure.ac: 40: macro `AM_PROG_CC_C_O' not found in library
+ autoconf
+ autoheader
+ ./create_commonfilesinc.pl
+ automake -a --foreign
aclocal.m4: 839: `automake requires `AM_CONFIG_HEADER', not `AC_CONFIG_HEADER'
automake: configure.ac: `PACKAGE' not defined in `configure.ac'
Makefile.am:26: bad macro name `======'
Makefile.am:30: bad macro name `======'
Makefile.am:38: bad macro name `======'
Makefile.am:45: bad macro name `======'
Makefile.am:149: bad macro name `======'
configure.ac: 839: required file `./[config.h].in' not found
configure.ac: 839: required file `./$@)].in' not found
automake: Makefile.am: not supported: source file `server/ServerApp.cpp' is in subdirectory
automake: Makefile.am: not supported: source file `server/ServerApp.h' is in subdirectory
automake: Makefile.am: not supported: source file `server/dmain.cpp' is in subdirectory
automake: Makefile.am: not supported: source file `combat/CombatSystem.cpp' is in subdirectory

.
.    (several lines of similar text)
.

automake: Makefile.am: not supported: source file `util/VarText.cpp' is in subdirectory
automake: Makefile.am: not supported: source file `util/VarText.h' is in subdirectory
+ set +x
Now run ./configure, see ./configure --help for more information

Yoghurt
Programmer
Posts: 376
Joined: Sat Jun 28, 2003 8:17 pm
Location: Heidelberg, Germany

#13 Post by Yoghurt »

Try deleting both configure.ac and Makefile.am and do a cvs update configure.ac Makefile.am

or, run update-configure instead

kess
Space Floater
Posts: 15
Joined: Thu Feb 10, 2005 1:53 pm
Location: The hemisphere

#14 Post by kess »

Still no luck... (Maybe I'm just not supposed to try FO at this time! ;))

trace
Space Squid
Posts: 66
Joined: Fri Jun 27, 2003 6:23 pm
Location: Milkyway

cant compile under linux

#15 Post by trace »

I tried to compile GiGi and thats the first time GiGi don't want to be compiled :( .

alex:/home/trace/Downloads/freeorion/cvs.ver/GG # LC_ALL=C make
make all-recursive
make[1]: Entering directory `/home/trace/Downloads/freeorion/cvs.ver/GG'
Making all in libltdl
make[2]: Entering directory `/home/trace/Downloads/freeorion/cvs.ver/GG/libltdl'
make all-am
make[3]: Entering directory `/home/trace/Downloads/freeorion/cvs.ver/GG/libltdl'
/bin/sh ./libtool --mode=link gcc -g -O2 -o libltdlc.la ltdl.lo -ldl
libtool: link: `ltdl.lo' is not a valid libtool object
make[3]: *** [libltdlc.la] Error 1
make[3]: Leaving directory `/home/trace/Downloads/freeorion/cvs.ver/GG/libltdl'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/trace/Downloads/freeorion/cvs.ver/GG/libltdl'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/trace/Downloads/freeorion/cvs.ver/GG'
make: *** [all] Error 2

------------------------------------------------
I used: ./autogen.sh
and ./configure

alex:/home/trace/Downloads/freeorion/cvs.ver/GG # ./autogen.sh
** Creating configure and friends
+ aclocal -I m4 -I /usr/local/share/aclocal -I /usr/share/aclocal
/usr/local/share/aclocal/pkg.m4:5: warning: underquoted definition of PKG_CHECK_MODULES
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/auto ... %20aclocal
/usr/local/share/aclocal/log4cpp.m4:7: warning: underquoted definition of AM_PATH_LOG4CPP
/usr/share/aclocal/pilot-link.m4:1: warning: underquoted definition of AC_PILOT_LINK_HOOK
/usr/share/aclocal/avifile.m4:21: warning: underquoted definition of AM_PATH_AVIFILE
+ autoconf
+ libtoolize
libtoolize: `config.guess' exists: use `--force' to overwrite
libtoolize: `config.sub' exists: use `--force' to overwrite
libtoolize: `ltmain.sh' exists: use `--force' to overwrite
+ autoheader
+ automake -a --foreign
+ set +x
Now run ./configure, see ./configure --help for more information


----------------------------------------------------------


alex:/home/trace/Downloads/freeorion/cvs.ver/GG # ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
configure: building for Unix
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/i586-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for ANSI C header files... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking return type of signal handlers... void
checking for floor... no
checking for gethostbyaddr... yes
checking for gethostbyname... yes
checking for memmove... yes
checking for memset... yes
checking for library containing sqrt... -lm
checking for sdl-config... /usr/bin/sdl-config
checking for sdl-config... (cached) /usr/bin/sdl-config
checking for SDL - version >= 1.2.5... yes
checking for freetype-config... /usr/bin/freetype-config
checking for freetype-config... /usr/bin/freetype-config
checking for FreeType -- version >= 9.0.0... yes
configure: using built-in SDL_net
checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking GL/glu.h usability... yes
checking GL/glu.h presence... yes
checking for GL/glu.h... yes
checking for pthread_create in -lpthread... yes
checking for OpenGl... -lGL
checking for OpenGL's GLU... -lGLU
checking for the Boost C++ libraries, version 1.32.0 or newer... yes
checking for main in -lboost_filesystem... yes
checking for main in -lboost_signals... yes
checking IL/il.h usability... yes
checking IL/il.h presence... yes
checking for IL/il.h... yes
checking IL/ilu.h usability... yes
checking IL/ilu.h presence... yes
checking for IL/ilu.h... yes
checking IL/ilut.h usability... yes
checking IL/ilut.h presence... yes
checking for IL/ilut.h... yes
checking for DevIL... -lILUT
checking whether DevIL was linked with OpenGL support... yes
checking whether DevIL was linked with allegro... no, that's good!
checking log4cpp/Category.hh usability... yes
checking log4cpp/Category.hh presence... yes
checking for log4cpp/Category.hh... yes
checking for log4cpp... -llog4cpp
checking if we have /usr/local/share/aclocal... yes, adding it to aclocal's search-path
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating include/Makefile
config.status: creating include/GGConfig.h
config.status: creating GiGi.pc
config.status: creating GiGiNet.pc
config.status: creating GiGiSDL.pc
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
configure: configuring in libltdl
configure: running /bin/sh './configure' --prefix=/usr/local --enable-ltdl-convenience --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/i586-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking which extension is used for loadable modules... .so
checking which variable specifies run-time library path... LD_LIBRARY_PATH
checking for the default library search path... /lib /usr/lib
checking for objdir... .libs
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen in -ldl... yes
checking for dlerror... yes
checking for _ prefix in compiled symbols... no
checking whether deplibs are loaded by dlopen... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking for error_t... yes
checking for argz_append... yes
checking for argz_create_sep... yes
checking for argz_insert... yes
checking for argz_next... yes
checking for argz_stringify... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for memory.h... (cached) yes
checking for stdlib.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for unistd.h... (cached) yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking sys/dl.h usability... no
checking sys/dl.h presence... no
checking for sys/dl.h... no
checking dld.h usability... no
checking dld.h presence... no
checking for dld.h... no
checking mach-o/dyld.h usability... no
checking mach-o/dyld.h presence... no
checking for mach-o/dyld.h... no
checking for string.h... (cached) yes
checking for strchr... yes
checking for strrchr... yes
checking for memcpy... yes
checking for memmove... yes
checking for strcmp... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
configure: Now, do a 'make' followed by an 'make install'

Post Reply