Sceiron
February 29th, 2008, 09:39 AM
I'm trying to install Daimonin.
I DLed the client file from their web.site and extracted it.
Then i tried to run sh ./configure
but it was complaining about missing dependencies... so i went in synaptic and marked out the following for installation.
ibsdl1.2debian
libsdl1.2-dev
libsdl-image1.2-dev
libsdl-mixer1.2-dev
This took care of the SDL problems i assume.
This brought me a step closer, then i run
sh ./configure
again.
The terminal puts out:
sceiron@gutsy:~/Games/Daimonin/client/make/linux$ sh ./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
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
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 ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking whether make sets $(MAKE)... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for cp... /bin/cp
checking for rm... /bin/rm
checking for rmdir... /bin/rmdir
checking for mkdir... /bin/mkdir
checking for sdl-config... /usr/bin/sdl-config
checking for IMG_Load in -lSDL_image... yes
checking for Mix_OpenAudio in -lSDL_mixer... yes
checking for PHYSFS_init in -lphysfs... no
configure: error: PhysicsFS lib not found! Get PhysicsFS from http://icculus.org/physfs/
sceiron@gutsy:~/Games/Daimonin/client/make/linux$
well, i went back in synaptic and marked out libphysfs-1.0-0 and installed the package. But again i get the same error when trying to run configure.
Synaptic says that lphysfs verison 1.0.0-5 is intalled.
Could it be the wrong verison of the package ?
Or is it the wrong package ?
I'm lost here.... any help would be much appreciated.
Sceiron
EDIT: This is what i have to do, how do i do it ?
Alderan: Also you need the physfs library and libcurl:
http://icculus.org/physfs/
libcurl, libcurl-dev or libcurl-devel are avaible for all distros
I DLed the client file from their web.site and extracted it.
Then i tried to run sh ./configure
but it was complaining about missing dependencies... so i went in synaptic and marked out the following for installation.
ibsdl1.2debian
libsdl1.2-dev
libsdl-image1.2-dev
libsdl-mixer1.2-dev
This took care of the SDL problems i assume.
This brought me a step closer, then i run
sh ./configure
again.
The terminal puts out:
sceiron@gutsy:~/Games/Daimonin/client/make/linux$ sh ./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
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
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 ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking whether make sets $(MAKE)... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for cp... /bin/cp
checking for rm... /bin/rm
checking for rmdir... /bin/rmdir
checking for mkdir... /bin/mkdir
checking for sdl-config... /usr/bin/sdl-config
checking for IMG_Load in -lSDL_image... yes
checking for Mix_OpenAudio in -lSDL_mixer... yes
checking for PHYSFS_init in -lphysfs... no
configure: error: PhysicsFS lib not found! Get PhysicsFS from http://icculus.org/physfs/
sceiron@gutsy:~/Games/Daimonin/client/make/linux$
well, i went back in synaptic and marked out libphysfs-1.0-0 and installed the package. But again i get the same error when trying to run configure.
Synaptic says that lphysfs verison 1.0.0-5 is intalled.
Could it be the wrong verison of the package ?
Or is it the wrong package ?
I'm lost here.... any help would be much appreciated.
Sceiron
EDIT: This is what i have to do, how do i do it ?
Alderan: Also you need the physfs library and libcurl:
http://icculus.org/physfs/
libcurl, libcurl-dev or libcurl-devel are avaible for all distros