liquidwar-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [liquidwar-user] compile liquid war 5.6.3


From: s10t0p0
Subject: Re: [liquidwar-user] compile liquid war 5.6.3
Date: Fri, 24 Mar 2006 18:14:07 +0100

El jue, 23-03-2006 a las 22:41 +0100, Christian Mauduit escribió:


Hi!

> Still, I used to be convinced that ./configure would display this,
> bailing out "hey, you don't have Allegro 4.2.0 installed, please
> upgrade!". So here's my question: what's the output on the console when
> you run ./configure ?
> 
this is:

address@hidden:~/descargas/liquidwar-5.6.3$ ./configure
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 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 snprintf... yes
checking for allegro-config... yes
checking for Allegro... found 4.0.3.         <======================
checking for dat... yes
checking how to run the C preprocessor... gcc -E
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 arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.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 fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.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 sys/types.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking for pthread_create in -lpthread... yes
checking for as... yes
checking for python... yes
checking for gzip... yes
checking for latex... no
checking for dvips... no
checking for pdflatex... no
checking for makeinfo... yes
checking for assembly... enabled
checking for plain text doc... enabled
checking for HTML doc... enabled
checking for man page... enabled
checking for info page... enabled
checking for PostScript doc... disabled
checking for PDF doc... disabled
checking for php3 doc... disabled
checking for UWiKiCMS doc... disabled
checking for debug mode... disabled
checking wether electric fence should be used... disabled
checking for static link... disabled
checking for target specific optimizations... enabled
checking for gmake... no
checking for which GNU Make to use... make
configure: creating ./config.status
./configure: line 6139: ./config.status: Permission denied
./configure: line 6152: ./config.status: Permission denied
./configure: line 6420: ./config.status: Permission denied
./configure: line 6435: ./config.status: Permission denied
./configure: line 6457: ./config.status: Permission denied
./configure: line 6469: ./config.status: Permission denied
./configure: line 6495: ./config.status: Permission denied
./configure: line 6544: ./config.status: Permission denied
./configure: line 6556: ./config.status: Permission denied
./configure: line 6624: ./config.status: Permission denied
./configure: line 6723: ./config.status: Permission denied
./configure: line 6763: ./config.status: Permission denied
./configure: line 6926: ./config.status: Permission denied
./configure: line 6930: ./config.status: Permission denied
./configure: line 6954: ./config.status: Permission denied
chmod: changing permissions of `./config.status': Operation not
permitted
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/Makefile.dep
config.status: creating src/base.h
config.status: creating utils/Makefile
config.status: creating data/Makefile
config.status: creating data/back/Makefile
config.status: creating data/font/Makefile
config.status: creating data/map/Makefile
config.status: creating data/sfx/Makefile
config.status: creating data/texture/Makefile
config.status: creating data/maptex/Makefile
config.status: creating data/water/Makefile
config.status: creating data/music/Makefile
config.status: creating doc/Makefile
config.status: creating doc/html/index.html
config.status: creating doc/tex/liquidwar.tex
config.status: creating doc/man/begin.man
config.status: creating doc/texi/begin.texi
config.status: creating misc/liquidward
config.status: creating misc/macosx_info.plist
config.status: creating liquidwar.spec
make[1]: Entering directory
`/home/s10t0p0/descargas/liquidwar-5.6.3/src'
The configuration options to generate binaries are:
Target      : i686-pc-linux-gnu
Debug       : no
Static link : no
Assembly    : yes
Snprintf    : using system library
The command line to compile .c files in this directory is:
cc -I/usr/local/include -c -O3 -Wall -W -mcpu=i686
-DCONFIG_UNIX_CFG=".liquidwarrc"
-DCONFIG_UNIX_DAT="/usr/local/share/games/liquidwar/liquidwar.dat"
-DCONFIG_UNIX_MAP="/usr/local/share/games/liquidwar/map/"
-DCONFIG_UNIX_TEX="/usr/local/share/games/liquidwar/texture/"
-DCONFIG_UNIX_MID="/usr/local/share/games/liquidwar/music/"
-DCONFIG_UNIX_SRV="/usr/local/games/liquidwar-server"
-DCONFIG_UNIX_GEN="/usr/local/games/liquidwar-mapgen" -DASM -DUNIX
-D_THREAD_SAFE
The command line to compile .s files in this directory is:
as --32
make[1]: Leaving directory `/home/s10t0p0/descargas/liquidwar-5.6.3/src'
make[1]: Entering directory
`/home/s10t0p0/descargas/liquidwar-5.6.3/utils'
The command line to compile .c files in this directory is:
cc -I/usr/local/include -c -Wall -W
make[1]: Leaving directory
`/home/s10t0p0/descargas/liquidwar-5.6.3/utils'
make[1]: Entering directory
`/home/s10t0p0/descargas/liquidwar-5.6.3/data'
make[1]: Nothing to be done for `config'.
make[1]: Leaving directory
`/home/s10t0p0/descargas/liquidwar-5.6.3/data'
make[1]: Entering directory
`/home/s10t0p0/descargas/liquidwar-5.6.3/doc'
make[1]: Nothing to be done for `config'.
make[1]: Leaving directory `/home/s10t0p0/descargas/liquidwar-5.6.3/doc'
make[1]: Entering directory
`/home/s10t0p0/descargas/liquidwar-5.6.3/src'
make[1]: Leaving directory `/home/s10t0p0/descargas/liquidwar-5.6.3/src'
make[1]: Entering directory
`/home/s10t0p0/descargas/liquidwar-5.6.3/utils'
make[1]: Nothing to be done for `dep'.
make[1]: Leaving directory
`/home/s10t0p0/descargas/liquidwar-5.6.3/utils'
make[1]: Entering directory
`/home/s10t0p0/descargas/liquidwar-5.6.3/data'
make[1]: Nothing to be done for `dep'.
make[1]: Leaving directory
`/home/s10t0p0/descargas/liquidwar-5.6.3/data'
make[1]: Entering directory
`/home/s10t0p0/descargas/liquidwar-5.6.3/doc'
make[1]: Nothing to be done for `dep'.
make[1]: Leaving directory `/home/s10t0p0/descargas/liquidwar-5.6.3/doc'

Type "make" to build Liquid War 5.6.3.


*********************************************************




Later I tried to install allegro 4.2.0 and when a type ./configure it
give this warning:


 Warning: the library will not be built with X11 support.
          If you were expecting X11 support then you may need to install
          the appropriate development packages from your distribution.
          Otherwise, ignore this warning (it's just that a lot of new
          users trip up on this).


Well, I need X11 support but I don´t know what packages may I install.
I finished with make and make install and later I installed FW 5.6.3,
whom compiles but not run:

----------------------------------------------------------------------
address@hidden:~/descargas$ liquidwar
Starting Allegro (http://www.talula.demon.co.uk/allegro)

Allegro ID : Allegro 4.2.0, Unix

Violación de segmento
------------------------------------------------------------------------

Bad luck :D   the last word means in english :  violation of segment.


See you soon. Any misspell, sorry for them :D





















reply via email to

[Prev in Thread] Current Thread [Next in Thread]