Help Compile

Ask for help regarding any technical issue or report any bug or OS independent issues.
Post Reply
dockism
Peon
Peon
Posts: 1
Joined: 16 Sep 2006, 14:58

Help Compile

Post by dockism »

Instalation TMW 0.0.23

Code: Select all

daniel@casa:~/Desktop/tmw-0.0.23$ ./configure
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 gcc... gcc
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 a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... yes
checking how to run the C++ preprocessor... g++ -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/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 for stdbool.h that conforms to C99... yes
checking for _Bool... no
checking for an ANSI C-conforming const... yes
checking whether time.h and sys/time.h may both be included... yes
checking for working volatile... yes
checking for error_at_line... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for vprintf... yes
checking for _doprnt... no
checking for atexit... yes
checking for floor... yes
checking for getcwd... yes
checking for gethostbyname... yes
checking for memset... yes
checking for mkdir... yes
checking for select... yes
checking for socket... yes
checking for pthread_create in -lpthread... yes
checking for gcnGuichanVersion in -lguichan... no
configure: error:  *** Unable to find Guichan library (guichan.sf.net)
Compile Guichan 0.7.1

Code: Select all

daniel@casa:~/Desktop/guichan-0.7.1$ ./configure --prefix=/usr
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 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 ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/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 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 for correct ltmain.sh version... yes
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/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 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/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/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/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
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/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 whether make sets $(MAKE)... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for ANSI C header files... (cached) yes
checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking for glBegin in -lGL... yes
checking SDL/SDL_image.h usability... yes
checking SDL/SDL_image.h presence... yes
checking for SDL/SDL_image.h... yes
checking for IMG_Load in -lSDL_image... yes
checking allegro.h usability... yes
checking allegro.h presence... yes
checking for allegro.h... yes
checking for allegro-config... yes
checking SDL/SDL.h usability... yes
checking SDL/SDL.h presence... yes
checking for SDL/SDL.h... yes
checking for sdl-config... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating addons/Makefile
config.status: creating addons/adjustingcontainer/Makefile
config.status: creating addons/allegrotruetypefont/Makefile
config.status: creating addons/sdltruetypefont/Makefile
config.status: creating examples/Makefile
config.status: creating include/Makefile
config.status: creating include/guichan/Makefile
config.status: creating include/guichan/allegro/Makefile
config.status: creating include/guichan/hge/Makefile
config.status: creating include/guichan/opengl/Makefile
config.status: creating include/guichan/openlayer/Makefile
config.status: creating include/guichan/sdl/Makefile
config.status: creating include/guichan/widgets/Makefile
config.status: creating src/Makefile
config.status: creating src/allegro/Makefile
config.status: creating src/hge/Makefile
config.status: creating src/opengl/Makefile
config.status: creating src/openlayer/Makefile
config.status: creating src/sdl/Makefile
config.status: creating src/widgets/Makefile
config.status: creating include/config.hpp
config.status: include/config.hpp is unchanged
config.status: executing depfiles commands

IMPORTANT! You are about install a BETA version of Guichan
which most likely will lose binary compatibility with the
future stable release. This release should only be used
for testing.

-------------------------------
Guichan ready for compilation!
-------------------------------
* Allegro   = yes
* HGE       = no (Windows specific and cannot be built)
* OpenGL    = yes
* OpenLayer = no (Requires static build and cannot be built)
* SDL       = yes
* SDL Image = yes
--------------------------------
daniel@casa:~/Desktop/guichan-0.7.1$ 
OpenLayer?
how to finish the installation it guichan? what more it needs?
User avatar
ElvenProgrammer
Founder
Founder
Posts: 2526
Joined: 13 Apr 2004, 19:11
Location: Italy
Contact:

Re: Help Compile

Post by ElvenProgrammer »

dockism wrote: OpenLayer?
how to finish the installation it guichan? what more it needs?
You don't have to care OpenLayer just type make && make install and you should be ready to go.
Hannie
Peon
Peon
Posts: 15
Joined: 11 Sep 2007, 06:21

Post by Hannie »

i saw that with guichan too but used older version...that version the site says may cause troubles...in slightly older version get yes for openlayer for me.
User avatar
Bjørn
Manasource
Manasource
Posts: 1438
Joined: 09 Dec 2004, 18:50
Location: North Rhine-Westphalia, Germany
Contact:

Post by Bjørn »

Hannie wrote:i saw that with guichan too but used older version...that version the site says may cause troubles...in slightly older version get yes for openlayer for me.
There was never a version which said yes for OpenLayer, since 0.7.1 is the first version which includes support for OpenLayer. Anyway, TMW only needs "yes" for SDL, SDL Image and optionally OpenGL (though trunk no longer needs Guichan's OpenGL support).
Post Reply