Advertising
- Unnamed
- Tuesday, December 25th, 2007 at 7:33:18pm UTC
- [email protected]:~/Desktop/sauerbraten/src$ make install
- cd enet; ./configure
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for gawk... no
- checking for mawk... mawk
- checking whether make sets $(MAKE)... yes
- 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 for ranlib... ranlib
- checking for gethostbyaddr_r... yes
- checking for gethostbyname_r... yes
- checking for poll... yes
- checking for fcntl... yes
- checking for inet_pton... yes
- checking for inet_ntop... yes
- checking for struct msghdr.msg_flags... yes
- checking for socklen_t... yes
- checking how to run the C preprocessor... gcc -E
- checking for grep that handles long lines and -e... /bin/grep
- checking for egrep... /bin/grep -E
- checking whether to use CRC32... no
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating include/Makefile
- config.status: creating include/enet/Makefile
- config.status: executing depfiles commands
- make -C enet/ all
- make[1]: Entering directory `/home/ximal/Desktop/sauerbraten/src/enet'
- cd . && /bin/bash /home/ximal/Desktop/sauerbraten/src/enet/missing --run aclocal-1.9
- /home/ximal/Desktop/sauerbraten/src/enet/missing: line 52: aclocal-1.9: command not found
- WARNING: `aclocal-1.9' is missing on your system. You should only need it if
- you modified `acinclude.m4' or `configure.in'. You might want
- to install the `Automake' and `Perl' packages. Grab them from
- any GNU archive site.
- cd . && /bin/bash /home/ximal/Desktop/sauerbraten/src/enet/missing --run automake-1.9 --foreign
- /home/ximal/Desktop/sauerbraten/src/enet/missing: line 52: automake-1.9: command not found
- WARNING: `automake-1.9' is missing on your system. You should only need it if
- you modified `Makefile.am', `acinclude.m4' or `configure.in'.
- You might want to install the `Automake' and `Perl' packages.
- Grab them from any GNU archive site.
- cd . && /bin/bash /home/ximal/Desktop/sauerbraten/src/enet/missing --run autoconf
- /home/ximal/Desktop/sauerbraten/src/enet/missing: line 52: autoconf: command not found
- WARNING: `autoconf' is missing on your system. You should only need it if
- you modified `configure.in'. You might want to install the
- `Autoconf' and `GNU m4' packages. Grab them from any GNU
- archive site.
- /bin/bash ./config.status --recheck
- running CONFIG_SHELL=/bin/bash /bin/bash ./configure --no-create --no-recursion
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for gawk... no
- checking for mawk... mawk
- checking whether make sets $(MAKE)... yes
- 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 for ranlib... ranlib
- checking for gethostbyaddr_r... yes
- checking for gethostbyname_r... yes
- checking for poll... yes
- checking for fcntl... yes
- checking for inet_pton... yes
- checking for inet_ntop... yes
- checking for struct msghdr.msg_flags... yes
- checking for socklen_t... yes
- checking how to run the C preprocessor... gcc -E
- checking for grep that handles long lines and -e... /bin/grep
- checking for egrep... /bin/grep -E
- checking whether to use CRC32... no
- configure: creating ./config.status
- /bin/bash ./config.status
- config.status: creating Makefile
- config.status: creating include/Makefile
- config.status: creating include/enet/Makefile
- config.status: executing depfiles commands
- make[1]: Leaving directory `/home/ximal/Desktop/sauerbraten/src/enet'
- make[1]: Entering directory `/home/ximal/Desktop/sauerbraten/src/enet'
- Making all in include
- make[2]: Entering directory `/home/ximal/Desktop/sauerbraten/src/enet/include'
- Making all in enet
- make[3]: Entering directory `/home/ximal/Desktop/sauerbraten/src/enet/include/enet'
- make[3]: Nothing to be done for `all'.
- make[3]: Leaving directory `/home/ximal/Desktop/sauerbraten/src/enet/include/enet'
- make[3]: Entering directory `/home/ximal/Desktop/sauerbraten/src/enet/include'
- make[3]: Nothing to be done for `all-am'.
- make[3]: Leaving directory `/home/ximal/Desktop/sauerbraten/src/enet/include'
- make[2]: Leaving directory `/home/ximal/Desktop/sauerbraten/src/enet/include'
- make[2]: Entering directory `/home/ximal/Desktop/sauerbraten/src/enet'
- if gcc -DPACKAGE_NAME=\"libenet\" -DPACKAGE_TARNAME=\"libenet\" -DPACKAGE_VERSION=\"10-12-2007\" -DPACKAGE_STRING=\"libenet\ 10-12-2007\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libenet.a\" -DVERSION=\"10-12-2007\" -DHAS_GETHOSTBYADDR_R=1 -DHAS_GETHOSTBYNAME_R=1 -DHAS_POLL=1 -DHAS_FCNTL=1 -DHAS_INET_PTON=1 -DHAS_INET_NTOP=1 -DHAS_MSGHDR_FLAGS=1 -DHAS_SOCKLEN_T=1 -I. -I. -Iinclude/ -g -O2 -MT host.o -MD -MP -MF ".deps/host.Tpo" -c -o host.o host.c; \
- then mv -f ".deps/host.Tpo" ".deps/host.Po"; else rm -f ".deps/host.Tpo"; exit 1; fi
- if gcc -DPACKAGE_NAME=\"libenet\" -DPACKAGE_TARNAME=\"libenet\" -DPACKAGE_VERSION=\"10-12-2007\" -DPACKAGE_STRING=\"libenet\ 10-12-2007\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libenet.a\" -DVERSION=\"10-12-2007\" -DHAS_GETHOSTBYADDR_R=1 -DHAS_GETHOSTBYNAME_R=1 -DHAS_POLL=1 -DHAS_FCNTL=1 -DHAS_INET_PTON=1 -DHAS_INET_NTOP=1 -DHAS_MSGHDR_FLAGS=1 -DHAS_SOCKLEN_T=1 -I. -I. -Iinclude/ -g -O2 -MT list.o -MD -MP -MF ".deps/list.Tpo" -c -o list.o list.c; \
- then mv -f ".deps/list.Tpo" ".deps/list.Po"; else rm -f ".deps/list.Tpo"; exit 1; fi
- if gcc -DPACKAGE_NAME=\"libenet\" -DPACKAGE_TARNAME=\"libenet\" -DPACKAGE_VERSION=\"10-12-2007\" -DPACKAGE_STRING=\"libenet\ 10-12-2007\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libenet.a\" -DVERSION=\"10-12-2007\" -DHAS_GETHOSTBYADDR_R=1 -DHAS_GETHOSTBYNAME_R=1 -DHAS_POLL=1 -DHAS_FCNTL=1 -DHAS_INET_PTON=1 -DHAS_INET_NTOP=1 -DHAS_MSGHDR_FLAGS=1 -DHAS_SOCKLEN_T=1 -I. -I. -Iinclude/ -g -O2 -MT callbacks.o -MD -MP -MF ".deps/callbacks.Tpo" -c -o callbacks.o callbacks.c; \
- then mv -f ".deps/callbacks.Tpo" ".deps/callbacks.Po"; else rm -f ".deps/callbacks.Tpo"; exit 1; fi
- if gcc -DPACKAGE_NAME=\"libenet\" -DPACKAGE_TARNAME=\"libenet\" -DPACKAGE_VERSION=\"10-12-2007\" -DPACKAGE_STRING=\"libenet\ 10-12-2007\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libenet.a\" -DVERSION=\"10-12-2007\" -DHAS_GETHOSTBYADDR_R=1 -DHAS_GETHOSTBYNAME_R=1 -DHAS_POLL=1 -DHAS_FCNTL=1 -DHAS_INET_PTON=1 -DHAS_INET_NTOP=1 -DHAS_MSGHDR_FLAGS=1 -DHAS_SOCKLEN_T=1 -I. -I. -Iinclude/ -g -O2 -MT packet.o -MD -MP -MF ".deps/packet.Tpo" -c -o packet.o packet.c; \
- then mv -f ".deps/packet.Tpo" ".deps/packet.Po"; else rm -f ".deps/packet.Tpo"; exit 1; fi
- if gcc -DPACKAGE_NAME=\"libenet\" -DPACKAGE_TARNAME=\"libenet\" -DPACKAGE_VERSION=\"10-12-2007\" -DPACKAGE_STRING=\"libenet\ 10-12-2007\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libenet.a\" -DVERSION=\"10-12-2007\" -DHAS_GETHOSTBYADDR_R=1 -DHAS_GETHOSTBYNAME_R=1 -DHAS_POLL=1 -DHAS_FCNTL=1 -DHAS_INET_PTON=1 -DHAS_INET_NTOP=1 -DHAS_MSGHDR_FLAGS=1 -DHAS_SOCKLEN_T=1 -I. -I. -Iinclude/ -g -O2 -MT peer.o -MD -MP -MF ".deps/peer.Tpo" -c -o peer.o peer.c; \
- then mv -f ".deps/peer.Tpo" ".deps/peer.Po"; else rm -f ".deps/peer.Tpo"; exit 1; fi
- if gcc -DPACKAGE_NAME=\"libenet\" -DPACKAGE_TARNAME=\"libenet\" -DPACKAGE_VERSION=\"10-12-2007\" -DPACKAGE_STRING=\"libenet\ 10-12-2007\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libenet.a\" -DVERSION=\"10-12-2007\" -DHAS_GETHOSTBYADDR_R=1 -DHAS_GETHOSTBYNAME_R=1 -DHAS_POLL=1 -DHAS_FCNTL=1 -DHAS_INET_PTON=1 -DHAS_INET_NTOP=1 -DHAS_MSGHDR_FLAGS=1 -DHAS_SOCKLEN_T=1 -I. -I. -Iinclude/ -g -O2 -MT protocol.o -MD -MP -MF ".deps/protocol.Tpo" -c -o protocol.o protocol.c; \
- then mv -f ".deps/protocol.Tpo" ".deps/protocol.Po"; else rm -f ".deps/protocol.Tpo"; exit 1; fi
- if gcc -DPACKAGE_NAME=\"libenet\" -DPACKAGE_TARNAME=\"libenet\" -DPACKAGE_VERSION=\"10-12-2007\" -DPACKAGE_STRING=\"libenet\ 10-12-2007\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libenet.a\" -DVERSION=\"10-12-2007\" -DHAS_GETHOSTBYADDR_R=1 -DHAS_GETHOSTBYNAME_R=1 -DHAS_POLL=1 -DHAS_FCNTL=1 -DHAS_INET_PTON=1 -DHAS_INET_NTOP=1 -DHAS_MSGHDR_FLAGS=1 -DHAS_SOCKLEN_T=1 -I. -I. -Iinclude/ -g -O2 -MT unix.o -MD -MP -MF ".deps/unix.Tpo" -c -o unix.o unix.c; \
- then mv -f ".deps/unix.Tpo" ".deps/unix.Po"; else rm -f ".deps/unix.Tpo"; exit 1; fi
- if gcc -DPACKAGE_NAME=\"libenet\" -DPACKAGE_TARNAME=\"libenet\" -DPACKAGE_VERSION=\"10-12-2007\" -DPACKAGE_STRING=\"libenet\ 10-12-2007\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libenet.a\" -DVERSION=\"10-12-2007\" -DHAS_GETHOSTBYADDR_R=1 -DHAS_GETHOSTBYNAME_R=1 -DHAS_POLL=1 -DHAS_FCNTL=1 -DHAS_INET_PTON=1 -DHAS_INET_NTOP=1 -DHAS_MSGHDR_FLAGS=1 -DHAS_SOCKLEN_T=1 -I. -I. -Iinclude/ -g -O2 -MT win32.o -MD -MP -MF ".deps/win32.Tpo" -c -o win32.o win32.c; \
- then mv -f ".deps/win32.Tpo" ".deps/win32.Po"; else rm -f ".deps/win32.Tpo"; exit 1; fi
- rm -f libenet.a
- ar cru libenet.a host.o list.o callbacks.o packet.o peer.o protocol.o unix.o win32.o
- ranlib libenet.a
- make[2]: Leaving directory `/home/ximal/Desktop/sauerbraten/src/enet'
- make[1]: Leaving directory `/home/ximal/Desktop/sauerbraten/src/enet'
- g++ -w -fsigned-char -O3 -fomit-frame-pointer -Ishared -Iengine -Ifpsgame -Irpggame -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -c -o shared/tools.o shared/tools.cpp
- /bin/sh: sdl-config: not found
- In file included from shared/tools.cpp:3:
- shared/pch.h:31:17: error: SDL.h: No such file or directory
- shared/pch.h:32:23: error: SDL_image.h: No such file or directory
- shared/pch.h:37:24: error: SDL_opengl.h: No such file or directory
- shared/pch.h:39:22: error: GL/glext.h: No such file or directory
- shared/pch.h:52:18: error: zlib.h: No such file or directory
- shared/tools.h:563: error: ‘gzFile’ does not name a type
- shared/tools.cpp:144: error: ‘gzFile’ does not name a type
- make: *** [shared/tools.o] Error 1
advertising
Update the Post
Either update this post and resubmit it with changes, or make a new post.
You may also comment on this post.
Please note that information posted here will not expire by default. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.