[Resolved] Compiling on Ubuntu Feisty 7.04

Ask for help regarding any technical issue or report any bug or OS independent issues.
Post Reply
thedamocles
Peon
Peon
Posts: 4
Joined: 30 Jun 2007, 20:43

[Resolved] Compiling on Ubuntu Feisty 7.04

Post by thedamocles »

I cannot compile on Ubuntu Feisty Fawn. I've installed the last version of guichan (7.0).

Maybe is there any problem with libc6, I've the version 2.5.0ubuntu14, and the debian package require a version >= 2.5-5.

Do you have any clue ? Should I try to install a later version of libc6 ? Or guichan 6.0 ?

Code: Select all

thedamocles@harry:~$ cd Desktop/tmw-0.0.23/
thedamocles@harry:~/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... yes
checking for inflate in -lz... yes
checking for PHYSFS_init in -lphysfs... yes
checking for curl_global_init in -lcurl... yes
checking for xmlInitParser in -lxml2... yes
checking for png_write_info in -lpng... yes
checking for IMG_LoadPNG_RW in -lSDL_image... yes
checking for Mix_OpenAudio in -lSDL_mixer... yes
checking for SDLNet_Init in -lSDL_net... yes
checking for ANSI C header files... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for unistd.h... (cached) yes
checking guichan.hpp usability... yes
checking guichan.hpp presence... yes
checking for guichan.hpp... yes
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking dependency style of g++... gcc3
checking for sdl-config... /usr/bin/sdl-config
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating data/Makefile
config.status: creating data/graphics/Makefile
config.status: creating data/graphics/gui/Makefile
config.status: creating data/graphics/images/Makefile
config.status: creating data/graphics/images/ambient/Makefile
config.status: creating data/graphics/tiles/Makefile
config.status: creating data/help/Makefile
config.status: creating data/icons/Makefile
config.status: creating docs/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands

Build with OpenGL: yes

configure complete, now type "make"

thedamocles@harry:~/Desktop/tmw-0.0.23$ make
make  all-recursive
make[1]: entrant dans le répertoire « /home/thedamocles/Desktop/tmw-0.0.23 »
Making all in data
make[2]: entrant dans le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data »
Making all in graphics
make[3]: entrant dans le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data/graphics »
Making all in gui
make[4]: entrant dans le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data/graphics/gui »
make[4]: Rien à faire pour « all ».
make[4]: quittant le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data/graphics/gui »
Making all in images
make[4]: entrant dans le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data/graphics/images »
Making all in ambient
make[5]: entrant dans le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data/graphics/images/ambient »
make[5]: Rien à faire pour « all ».
make[5]: quittant le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data/graphics/images/ambient »
make[5]: entrant dans le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data/graphics/images »
make[5]: Rien à faire pour « all-am ».
make[5]: quittant le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data/graphics/images »
make[4]: quittant le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data/graphics/images »
Making all in tiles
make[4]: entrant dans le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data/graphics/tiles »
make[4]: Rien à faire pour « all ».
make[4]: quittant le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data/graphics/tiles »
make[4]: entrant dans le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data/graphics »
make[4]: Rien à faire pour « all-am ».
make[4]: quittant le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data/graphics »
make[3]: quittant le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data/graphics »
Making all in help
make[3]: entrant dans le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data/help »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data/help »
Making all in icons
make[3]: entrant dans le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data/icons »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data/icons »
make[3]: entrant dans le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data »
make[3]: Rien à faire pour « all-am ».
make[3]: quittant le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data »
make[2]: quittant le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data »
Making all in docs
make[2]: entrant dans le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/docs »
make[2]: Rien à faire pour « all ».
make[2]: quittant le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/docs »
Making all in src
make[2]: entrant dans le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/src »
g++ -DHAVE_CONFIG_H -I. -I..  -DTMW_DATADIR=\""/usr/local/share/tmw/"\"   -Wall -DUSE_OPENGL -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT `pkg-config --cflags libxml-2.0`  -g -O2 -MT tmw-resizegrip.o -MD -MP -MF .deps/tmw-resizegrip.Tpo -c -o tmw-resizegrip.o `test -f 'gui/widgets/resizegrip.cpp' || echo './'`gui/widgets/resizegrip.cpp
mv -f .deps/tmw-resizegrip.Tpo .deps/tmw-resizegrip.Po
g++ -DHAVE_CONFIG_H -I. -I..  -DTMW_DATADIR=\""/usr/local/share/tmw/"\"   -Wall -DUSE_OPENGL -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT `pkg-config --cflags libxml-2.0`  -g -O2 -MT tmw-browserbox.o -MD -MP -MF .deps/tmw-browserbox.Tpo -c -o tmw-browserbox.o `test -f 'gui/browserbox.cpp' || echo './'`gui/browserbox.cpp
mv -f .deps/tmw-browserbox.Tpo .deps/tmw-browserbox.Po
g++ -DHAVE_CONFIG_H -I. -I..  -DTMW_DATADIR=\""/usr/local/share/tmw/"\"   -Wall -DUSE_OPENGL -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT `pkg-config --cflags libxml-2.0`  -g -O2 -MT tmw-buddywindow.o -MD -MP -MF .deps/tmw-buddywindow.Tpo -c -o tmw-buddywindow.o `test -f 'gui/buddywindow.cpp' || echo './'`gui/buddywindow.cpp
mv -f .deps/tmw-buddywindow.Tpo .deps/tmw-buddywindow.Po
g++ -DHAVE_CONFIG_H -I. -I..  -DTMW_DATADIR=\""/usr/local/share/tmw/"\"   -Wall -DUSE_OPENGL -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT `pkg-config --cflags libxml-2.0`  -g -O2 -MT tmw-button.o -MD -MP -MF .deps/tmw-button.Tpo -c -o tmw-button.o `test -f 'gui/button.cpp' || echo './'`gui/button.cpp
mv -f .deps/tmw-button.Tpo .deps/tmw-button.Po
g++ -DHAVE_CONFIG_H -I. -I..  -DTMW_DATADIR=\""/usr/local/share/tmw/"\"   -Wall -DUSE_OPENGL -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT `pkg-config --cflags libxml-2.0`  -g -O2 -MT tmw-buy.o -MD -MP -MF .deps/tmw-buy.Tpo -c -o tmw-buy.o `test -f 'gui/buy.cpp' || echo './'`gui/buy.cpp
mv -f .deps/tmw-buy.Tpo .deps/tmw-buy.Po
g++ -DHAVE_CONFIG_H -I. -I..  -DTMW_DATADIR=\""/usr/local/share/tmw/"\"   -Wall -DUSE_OPENGL -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT `pkg-config --cflags libxml-2.0`  -g -O2 -MT tmw-buysell.o -MD -MP -MF .deps/tmw-buysell.Tpo -c -o tmw-buysell.o `test -f 'gui/buysell.cpp' || echo './'`gui/buysell.cpp
mv -f .deps/tmw-buysell.Tpo .deps/tmw-buysell.Po
g++ -DHAVE_CONFIG_H -I. -I..  -DTMW_DATADIR=\""/usr/local/share/tmw/"\"   -Wall -DUSE_OPENGL -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT `pkg-config --cflags libxml-2.0`  -g -O2 -MT tmw-chargedialog.o -MD -MP -MF .deps/tmw-chargedialog.Tpo -c -o tmw-chargedialog.o `test -f 'gui/chargedialog.cpp' || echo './'`gui/chargedialog.cpp
mv -f .deps/tmw-chargedialog.Tpo .deps/tmw-chargedialog.Po
g++ -DHAVE_CONFIG_H -I. -I..  -DTMW_DATADIR=\""/usr/local/share/tmw/"\"   -Wall -DUSE_OPENGL -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT `pkg-config --cflags libxml-2.0`  -g -O2 -MT tmw-char_server.o -MD -MP -MF .deps/tmw-char_server.Tpo -c -o tmw-char_server.o `test -f 'gui/char_server.cpp' || echo './'`gui/char_server.cpp
mv -f .deps/tmw-char_server.Tpo .deps/tmw-char_server.Po
g++ -DHAVE_CONFIG_H -I. -I..  -DTMW_DATADIR=\""/usr/local/share/tmw/"\"   -Wall -DUSE_OPENGL -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT `pkg-config --cflags libxml-2.0`  -g -O2 -MT tmw-char_select.o -MD -MP -MF .deps/tmw-char_select.Tpo -c -o tmw-char_select.o `test -f 'gui/char_select.cpp' || echo './'`gui/char_select.cpp
mv -f .deps/tmw-char_select.Tpo .deps/tmw-char_select.Po
g++ -DHAVE_CONFIG_H -I. -I..  -DTMW_DATADIR=\""/usr/local/share/tmw/"\"   -Wall -DUSE_OPENGL -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT `pkg-config --cflags libxml-2.0`  -g -O2 -MT tmw-chat.o -MD -MP -MF .deps/tmw-chat.Tpo -c -o tmw-chat.o `test -f 'gui/chat.cpp' || echo './'`gui/chat.cpp
mv -f .deps/tmw-chat.Tpo .deps/tmw-chat.Po
g++ -DHAVE_CONFIG_H -I. -I..  -DTMW_DATADIR=\""/usr/local/share/tmw/"\"   -Wall -DUSE_OPENGL -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT `pkg-config --cflags libxml-2.0`  -g -O2 -MT tmw-chatinput.o -MD -MP -MF .deps/tmw-chatinput.Tpo -c -o tmw-chatinput.o `test -f 'gui/chatinput.cpp' || echo './'`gui/chatinput.cpp
mv -f .deps/tmw-chatinput.Tpo .deps/tmw-chatinput.Po
g++ -DHAVE_CONFIG_H -I. -I..  -DTMW_DATADIR=\""/usr/local/share/tmw/"\"   -Wall -DUSE_OPENGL -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT `pkg-config --cflags libxml-2.0`  -g -O2 -MT tmw-checkbox.o -MD -MP -MF .deps/tmw-checkbox.Tpo -c -o tmw-checkbox.o `test -f 'gui/checkbox.cpp' || echo './'`gui/checkbox.cpp
mv -f .deps/tmw-checkbox.Tpo .deps/tmw-checkbox.Po
g++ -DHAVE_CONFIG_H -I. -I..  -DTMW_DATADIR=\""/usr/local/share/tmw/"\"   -Wall -DUSE_OPENGL -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT `pkg-config --cflags libxml-2.0`  -g -O2 -MT tmw-confirm_dialog.o -MD -MP -MF .deps/tmw-confirm_dialog.Tpo -c -o tmw-confirm_dialog.o `test -f 'gui/confirm_dialog.cpp' || echo './'`gui/confirm_dialog.cpp
mv -f .deps/tmw-confirm_dialog.Tpo .deps/tmw-confirm_dialog.Po
g++ -DHAVE_CONFIG_H -I. -I..  -DTMW_DATADIR=\""/usr/local/share/tmw/"\"   -Wall -DUSE_OPENGL -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT `pkg-config --cflags libxml-2.0`  -g -O2 -MT tmw-connection.o -MD -MP -MF .deps/tmw-connection.Tpo -c -o tmw-connection.o `test -f 'gui/connection.cpp' || echo './'`gui/connection.cpp
mv -f .deps/tmw-connection.Tpo .deps/tmw-connection.Po
g++ -DHAVE_CONFIG_H -I. -I..  -DTMW_DATADIR=\""/usr/local/share/tmw/"\"   -Wall -DUSE_OPENGL -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT `pkg-config --cflags libxml-2.0`  -g -O2 -MT tmw-debugwindow.o -MD -MP -MF .deps/tmw-debugwindow.Tpo -c -o tmw-debugwindow.o `test -f 'gui/debugwindow.cpp' || echo './'`gui/debugwindow.cpp
mv -f .deps/tmw-debugwindow.Tpo .deps/tmw-debugwindow.Po
g++ -DHAVE_CONFIG_H -I. -I..  -DTMW_DATADIR=\""/usr/local/share/tmw/"\"   -Wall -DUSE_OPENGL -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT `pkg-config --cflags libxml-2.0`  -g -O2 -MT tmw-equipmentwindow.o -MD -MP -MF .deps/tmw-equipmentwindow.Tpo -c -o tmw-equipmentwindow.o `test -f 'gui/equipmentwindow.cpp' || echo './'`gui/equipmentwindow.cpp
mv -f .deps/tmw-equipmentwindow.Tpo .deps/tmw-equipmentwindow.Po
g++ -DHAVE_CONFIG_H -I. -I..  -DTMW_DATADIR=\""/usr/local/share/tmw/"\"   -Wall -DUSE_OPENGL -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT `pkg-config --cflags libxml-2.0`  -g -O2 -MT tmw-focushandler.o -MD -MP -MF .deps/tmw-focushandler.Tpo -c -o tmw-focushandler.o `test -f 'gui/focushandler.cpp' || echo './'`gui/focushandler.cpp
mv -f .deps/tmw-focushandler.Tpo .deps/tmw-focushandler.Po
g++ -DHAVE_CONFIG_H -I. -I..  -DTMW_DATADIR=\""/usr/local/share/tmw/"\"   -Wall -DUSE_OPENGL -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT `pkg-config --cflags libxml-2.0`  -g -O2 -MT tmw-gccontainer.o -MD -MP -MF .deps/tmw-gccontainer.Tpo -c -o tmw-gccontainer.o `test -f 'gui/gccontainer.cpp' || echo './'`gui/gccontainer.cpp
mv -f .deps/tmw-gccontainer.Tpo .deps/tmw-gccontainer.Po
g++ -DHAVE_CONFIG_H -I. -I..  -DTMW_DATADIR=\""/usr/local/share/tmw/"\"   -Wall -DUSE_OPENGL -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT `pkg-config --cflags libxml-2.0`  -g -O2 -MT tmw-gui.o -MD -MP -MF .deps/tmw-gui.Tpo -c -o tmw-gui.o `test -f 'gui/gui.cpp' || echo './'`gui/gui.cpp
gui/gui.cpp: In member function «virtual void Gui::logic()":
gui/gui.cpp:202: erreur: «class gcn::FocusHandler" has no member named «applyChanges"
make[2]: *** [tmw-gui.o] Erreur 1
make[2]: quittant le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/src »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /home/thedamocles/Desktop/tmw-0.0.23 »
make: *** [all] Erreur 2
thedamocles@harry:~/Desktop/tmw-0.0.23$ 
Thanks for any help.
Last edited by thedamocles on 01 Jul 2007, 10:03, edited 1 time in total.
silene
Peon
Peon
Posts: 36
Joined: 12 Aug 2005, 19:19

Post by silene »

This is most probably a problem with guichan. You should check that you don't have an older version of guichan somewhere on your harddrive. In particular, I would not be surprised if the ubuntu packages for guichan 0.4 were installed on your system. Otherwise, try installing the packages for guichan 0.6.1.
thedamocles
Peon
Peon
Posts: 4
Joined: 30 Jun 2007, 20:43

Post by thedamocles »

I uninstalled the 0.5.0-1 version of guichan (from the Ubuntu repo) and there is the output (failed) :

Code: Select all

thedamocles@harry:~/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... yes
checking for inflate in -lz... yes
checking for PHYSFS_init in -lphysfs... yes
checking for curl_global_init in -lcurl... yes
checking for xmlInitParser in -lxml2... yes
checking for png_write_info in -lpng... yes
checking for IMG_LoadPNG_RW in -lSDL_image... yes
checking for Mix_OpenAudio in -lSDL_mixer... yes
checking for SDLNet_Init in -lSDL_net... yes
checking for ANSI C header files... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for unistd.h... (cached) yes
checking guichan.hpp usability... yes
checking guichan.hpp presence... yes
checking for guichan.hpp... yes
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking dependency style of g++... gcc3
checking for sdl-config... /usr/bin/sdl-config
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating data/Makefile
config.status: creating data/graphics/Makefile
config.status: creating data/graphics/gui/Makefile
config.status: creating data/graphics/images/Makefile
config.status: creating data/graphics/images/ambient/Makefile
config.status: creating data/graphics/tiles/Makefile
config.status: creating data/help/Makefile
config.status: creating data/icons/Makefile
config.status: creating docs/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands

Build with OpenGL: yes

configure complete, now type "make"

thedamocles@harry:~/Desktop/tmw-0.0.23$ make
make  all-recursive
make[1]: entrant dans le répertoire « /home/thedamocles/Desktop/tmw-0.0.23 »
Making all in data
make[2]: entrant dans le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data »
Making all in graphics
make[3]: entrant dans le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data/graphics »
Making all in gui
make[4]: entrant dans le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data/graphics/gui »
make[4]: Rien à faire pour « all ».
make[4]: quittant le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data/graphics/gui »
Making all in images
make[4]: entrant dans le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data/graphics/images »
Making all in ambient
make[5]: entrant dans le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data/graphics/images/ambient »
make[5]: Rien à faire pour « all ».
make[5]: quittant le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data/graphics/images/ambient »
make[5]: entrant dans le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data/graphics/images »
make[5]: Rien à faire pour « all-am ».
make[5]: quittant le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data/graphics/images »
make[4]: quittant le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data/graphics/images »
Making all in tiles
make[4]: entrant dans le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data/graphics/tiles »
make[4]: Rien à faire pour « all ».
make[4]: quittant le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data/graphics/tiles »
make[4]: entrant dans le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data/graphics »
make[4]: Rien à faire pour « all-am ».
make[4]: quittant le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data/graphics »
make[3]: quittant le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data/graphics »
Making all in help
make[3]: entrant dans le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data/help »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data/help »
Making all in icons
make[3]: entrant dans le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data/icons »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data/icons »
make[3]: entrant dans le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data »
make[3]: Rien à faire pour « all-am ».
make[3]: quittant le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data »
make[2]: quittant le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/data »
Making all in docs
make[2]: entrant dans le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/docs »
make[2]: Rien à faire pour « all ».
make[2]: quittant le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/docs »
Making all in src
make[2]: entrant dans le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/src »
g++ -DHAVE_CONFIG_H -I. -I..  -DTMW_DATADIR=\""/usr/local/share/tmw/"\"   -Wall -DUSE_OPENGL -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT `pkg-config --cflags libxml-2.0`  -g -O2 -MT tmw-resizegrip.o -MD -MP -MF .deps/tmw-resizegrip.Tpo -c -o tmw-resizegrip.o `test -f 'gui/widgets/resizegrip.cpp' || echo './'`gui/widgets/resizegrip.cpp
mv -f .deps/tmw-resizegrip.Tpo .deps/tmw-resizegrip.Po
g++ -DHAVE_CONFIG_H -I. -I..  -DTMW_DATADIR=\""/usr/local/share/tmw/"\"   -Wall -DUSE_OPENGL -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT `pkg-config --cflags libxml-2.0`  -g -O2 -MT tmw-browserbox.o -MD -MP -MF .deps/tmw-browserbox.Tpo -c -o tmw-browserbox.o `test -f 'gui/browserbox.cpp' || echo './'`gui/browserbox.cpp
mv -f .deps/tmw-browserbox.Tpo .deps/tmw-browserbox.Po
g++ -DHAVE_CONFIG_H -I. -I..  -DTMW_DATADIR=\""/usr/local/share/tmw/"\"   -Wall -DUSE_OPENGL -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT `pkg-config --cflags libxml-2.0`  -g -O2 -MT tmw-buddywindow.o -MD -MP -MF .deps/tmw-buddywindow.Tpo -c -o tmw-buddywindow.o `test -f 'gui/buddywindow.cpp' || echo './'`gui/buddywindow.cpp
mv -f .deps/tmw-buddywindow.Tpo .deps/tmw-buddywindow.Po
g++ -DHAVE_CONFIG_H -I. -I..  -DTMW_DATADIR=\""/usr/local/share/tmw/"\"   -Wall -DUSE_OPENGL -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT `pkg-config --cflags libxml-2.0`  -g -O2 -MT tmw-button.o -MD -MP -MF .deps/tmw-button.Tpo -c -o tmw-button.o `test -f 'gui/button.cpp' || echo './'`gui/button.cpp
mv -f .deps/tmw-button.Tpo .deps/tmw-button.Po
g++ -DHAVE_CONFIG_H -I. -I..  -DTMW_DATADIR=\""/usr/local/share/tmw/"\"   -Wall -DUSE_OPENGL -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT `pkg-config --cflags libxml-2.0`  -g -O2 -MT tmw-buy.o -MD -MP -MF .deps/tmw-buy.Tpo -c -o tmw-buy.o `test -f 'gui/buy.cpp' || echo './'`gui/buy.cpp
mv -f .deps/tmw-buy.Tpo .deps/tmw-buy.Po
g++ -DHAVE_CONFIG_H -I. -I..  -DTMW_DATADIR=\""/usr/local/share/tmw/"\"   -Wall -DUSE_OPENGL -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT `pkg-config --cflags libxml-2.0`  -g -O2 -MT tmw-buysell.o -MD -MP -MF .deps/tmw-buysell.Tpo -c -o tmw-buysell.o `test -f 'gui/buysell.cpp' || echo './'`gui/buysell.cpp
mv -f .deps/tmw-buysell.Tpo .deps/tmw-buysell.Po
g++ -DHAVE_CONFIG_H -I. -I..  -DTMW_DATADIR=\""/usr/local/share/tmw/"\"   -Wall -DUSE_OPENGL -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT `pkg-config --cflags libxml-2.0`  -g -O2 -MT tmw-chargedialog.o -MD -MP -MF .deps/tmw-chargedialog.Tpo -c -o tmw-chargedialog.o `test -f 'gui/chargedialog.cpp' || echo './'`gui/chargedialog.cpp
mv -f .deps/tmw-chargedialog.Tpo .deps/tmw-chargedialog.Po
g++ -DHAVE_CONFIG_H -I. -I..  -DTMW_DATADIR=\""/usr/local/share/tmw/"\"   -Wall -DUSE_OPENGL -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT `pkg-config --cflags libxml-2.0`  -g -O2 -MT tmw-char_server.o -MD -MP -MF .deps/tmw-char_server.Tpo -c -o tmw-char_server.o `test -f 'gui/char_server.cpp' || echo './'`gui/char_server.cpp
mv -f .deps/tmw-char_server.Tpo .deps/tmw-char_server.Po
g++ -DHAVE_CONFIG_H -I. -I..  -DTMW_DATADIR=\""/usr/local/share/tmw/"\"   -Wall -DUSE_OPENGL -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT `pkg-config --cflags libxml-2.0`  -g -O2 -MT tmw-char_select.o -MD -MP -MF .deps/tmw-char_select.Tpo -c -o tmw-char_select.o `test -f 'gui/char_select.cpp' || echo './'`gui/char_select.cpp
mv -f .deps/tmw-char_select.Tpo .deps/tmw-char_select.Po
g++ -DHAVE_CONFIG_H -I. -I..  -DTMW_DATADIR=\""/usr/local/share/tmw/"\"   -Wall -DUSE_OPENGL -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT `pkg-config --cflags libxml-2.0`  -g -O2 -MT tmw-chat.o -MD -MP -MF .deps/tmw-chat.Tpo -c -o tmw-chat.o `test -f 'gui/chat.cpp' || echo './'`gui/chat.cpp
mv -f .deps/tmw-chat.Tpo .deps/tmw-chat.Po
g++ -DHAVE_CONFIG_H -I. -I..  -DTMW_DATADIR=\""/usr/local/share/tmw/"\"   -Wall -DUSE_OPENGL -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT `pkg-config --cflags libxml-2.0`  -g -O2 -MT tmw-chatinput.o -MD -MP -MF .deps/tmw-chatinput.Tpo -c -o tmw-chatinput.o `test -f 'gui/chatinput.cpp' || echo './'`gui/chatinput.cpp
mv -f .deps/tmw-chatinput.Tpo .deps/tmw-chatinput.Po
g++ -DHAVE_CONFIG_H -I. -I..  -DTMW_DATADIR=\""/usr/local/share/tmw/"\"   -Wall -DUSE_OPENGL -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT `pkg-config --cflags libxml-2.0`  -g -O2 -MT tmw-checkbox.o -MD -MP -MF .deps/tmw-checkbox.Tpo -c -o tmw-checkbox.o `test -f 'gui/checkbox.cpp' || echo './'`gui/checkbox.cpp
mv -f .deps/tmw-checkbox.Tpo .deps/tmw-checkbox.Po
g++ -DHAVE_CONFIG_H -I. -I..  -DTMW_DATADIR=\""/usr/local/share/tmw/"\"   -Wall -DUSE_OPENGL -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT `pkg-config --cflags libxml-2.0`  -g -O2 -MT tmw-confirm_dialog.o -MD -MP -MF .deps/tmw-confirm_dialog.Tpo -c -o tmw-confirm_dialog.o `test -f 'gui/confirm_dialog.cpp' || echo './'`gui/confirm_dialog.cpp
mv -f .deps/tmw-confirm_dialog.Tpo .deps/tmw-confirm_dialog.Po
g++ -DHAVE_CONFIG_H -I. -I..  -DTMW_DATADIR=\""/usr/local/share/tmw/"\"   -Wall -DUSE_OPENGL -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT `pkg-config --cflags libxml-2.0`  -g -O2 -MT tmw-connection.o -MD -MP -MF .deps/tmw-connection.Tpo -c -o tmw-connection.o `test -f 'gui/connection.cpp' || echo './'`gui/connection.cpp
mv -f .deps/tmw-connection.Tpo .deps/tmw-connection.Po
g++ -DHAVE_CONFIG_H -I. -I..  -DTMW_DATADIR=\""/usr/local/share/tmw/"\"   -Wall -DUSE_OPENGL -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT `pkg-config --cflags libxml-2.0`  -g -O2 -MT tmw-debugwindow.o -MD -MP -MF .deps/tmw-debugwindow.Tpo -c -o tmw-debugwindow.o `test -f 'gui/debugwindow.cpp' || echo './'`gui/debugwindow.cpp
mv -f .deps/tmw-debugwindow.Tpo .deps/tmw-debugwindow.Po
g++ -DHAVE_CONFIG_H -I. -I..  -DTMW_DATADIR=\""/usr/local/share/tmw/"\"   -Wall -DUSE_OPENGL -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT `pkg-config --cflags libxml-2.0`  -g -O2 -MT tmw-equipmentwindow.o -MD -MP -MF .deps/tmw-equipmentwindow.Tpo -c -o tmw-equipmentwindow.o `test -f 'gui/equipmentwindow.cpp' || echo './'`gui/equipmentwindow.cpp
mv -f .deps/tmw-equipmentwindow.Tpo .deps/tmw-equipmentwindow.Po
g++ -DHAVE_CONFIG_H -I. -I..  -DTMW_DATADIR=\""/usr/local/share/tmw/"\"   -Wall -DUSE_OPENGL -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT `pkg-config --cflags libxml-2.0`  -g -O2 -MT tmw-focushandler.o -MD -MP -MF .deps/tmw-focushandler.Tpo -c -o tmw-focushandler.o `test -f 'gui/focushandler.cpp' || echo './'`gui/focushandler.cpp
mv -f .deps/tmw-focushandler.Tpo .deps/tmw-focushandler.Po
g++ -DHAVE_CONFIG_H -I. -I..  -DTMW_DATADIR=\""/usr/local/share/tmw/"\"   -Wall -DUSE_OPENGL -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT `pkg-config --cflags libxml-2.0`  -g -O2 -MT tmw-gccontainer.o -MD -MP -MF .deps/tmw-gccontainer.Tpo -c -o tmw-gccontainer.o `test -f 'gui/gccontainer.cpp' || echo './'`gui/gccontainer.cpp
mv -f .deps/tmw-gccontainer.Tpo .deps/tmw-gccontainer.Po
g++ -DHAVE_CONFIG_H -I. -I..  -DTMW_DATADIR=\""/usr/local/share/tmw/"\"   -Wall -DUSE_OPENGL -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT `pkg-config --cflags libxml-2.0`  -g -O2 -MT tmw-gui.o -MD -MP -MF .deps/tmw-gui.Tpo -c -o tmw-gui.o `test -f 'gui/gui.cpp' || echo './'`gui/gui.cpp
gui/gui.cpp: In member function «virtual void Gui::logic()":
gui/gui.cpp:202: erreur: «class gcn::FocusHandler" has no member named «applyChanges"
make[2]: *** [tmw-gui.o] Erreur 1
make[2]: quittant le répertoire « /home/thedamocles/Desktop/tmw-0.0.23/src »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /home/thedamocles/Desktop/tmw-0.0.23 »
make: *** [all] Erreur 2
thedamocles
Peon
Peon
Posts: 4
Joined: 30 Jun 2007, 20:43

Post by thedamocles »

Ok. It works.

I compiled guichan 6.1 using "./configure --prefix=/usr" as told in this post :
http://forums.themanaworld.org/viewtopi ... guichansdl

(I used checkinstall and gave the name libguichan0, but this doesn't matter...)

Then, TMW compile and run :D !

I have also downloaded the musics and installed them as told in the README : http://sourceforge.net/project/showfile ... _id=199743

You have made a lot of progress since the 0.21, every ergonomics problems are nearly fixed !

Good job.

I love the manga style, and I promise I will contribute :P ;) !

To be continued...
User avatar
Bjørn
Manasource
Manasource
Posts: 1438
Joined: 09 Dec 2004, 18:50
Location: North Rhine-Westphalia, Germany
Contact:

Post by Bjørn »

You probably had installed Guichan 0.7.0 correctly, but note that TMW 0.0.23 only works with Guichan 0.6.x. Soon (probably within a week) we will update the development version to compile with 0.7.0.

Nice to hear you are happy with the progress we've made in recent releases.
User avatar
Crush
TMW Adviser
TMW Adviser
Posts: 8046
Joined: 25 Aug 2005, 16:08
Location: Germany

Post by Crush »

A new guichan release? I assume there aren't any useful additions for us besides a lot of api changes that will cause us some great headache?
  • former Manasource Programmer
  • former TMW Pixel artist
  • NOT a game master

Please do not send me any inquiries regarding player accounts on TMW.


You might have heard a certain rumor about me. This rumor is completely false. You might also have heard the other rumor about me. This rumor is 100% accurate.
User avatar
Rotonen
TMW Adviser
TMW Adviser
Posts: 3154
Joined: 08 Sep 2004, 19:48
Location: Bern, Switzerland

Post by Rotonen »

Well at least they're progressing towards 1.0.0, after which the API should remain untouched (excluding additions), right?
This message used to be meaningful.
Post Reply