Hi,
tried to compile glest source 1.2.1.2. Two things happened, that i cannot figure out, but lets look at it from the beginning:
- extracted sources -> ok
- for i in `find ./`; do dos2unix $i; done -> ok
- cd mk/linux/ and chmod a+x *.sh -> ok
- ./autogen.sh -> first warnings:
aclocal...
mk/autoconf/pkg.m4:5: warning: underquoted definition of PKG_CHECK_MODULES
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/auto ... ng-aclocal
generating Jamconfig.in ...
autoconf
Updating Source symlinks...
Don't know, what to do there, so I just continued- ./configure -> next note
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking whether byte ordering is bigendian... no
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether g++ is new enough... yes
checking for doxygen... no
checking for target host... assume posix
checking how to run the C preprocessor... gcc -E
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for egrep... grep -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 glob.h usability... yes
checking glob.h presence... yes
checking for glob.h... yes
checking for socklen_t... yes
checking for sdl-config... /usr/bin/sdl-config
checking for SDL - version >= 1.2.5... yes
checking for xerces... found
checking for OpenAL... found
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for cc_r... gcc
checking whether we are using the Microsoft C compiler... no
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking for OpenGL library... -lGL
checking for OpenGL Utility library... -lGLU
./configure: line 5663: test: too many arguments
checking for Vorbis... yes
checking for Ogg... yes
configure: creating ./config.status
config.status: creating Jamconfig
config.status: executing Jamfile commands
configure:
Notice: This project uses jam (and not make) as build tool.
Don't know, what to do there, checked my installed packages,
-> found boost-jam installed, version is 3.1.4-128
-> line 5663: test: too many arguments, -> hmmm?ok the rest had to be expected:
- jam -a -q -> error
Error: You can't use boostjam for this build
Sorry, i like to play games, but I'm not an expert on building packages, and i never heard of jam. Any help is appreciated
Future Question:
Since it is nice, if there is a rpm done: is it possible for a newb like me to share the result of successful compiling, in order to help others getting around this troubles?
thx in advance
gorgonz