Complete.Org: Mailing Lists: Archives: freeciv-dev: December 2003:
[Freeciv-Dev] (PR#7041) sdl client doesnt compile ( version cvs 03-dez-2
Home

[Freeciv-Dev] (PR#7041) sdl client doesnt compile ( version cvs 03-dez-2

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] (PR#7041) sdl client doesnt compile ( version cvs 03-dez-2003 )
From: "Guest" <rt-guest@xxxxxxxxxxx>
Date: Thu, 4 Dec 2003 04:57:02 -0800
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=7041 >

-------- configuration --------

changed the -O2 into -g3 in 'configure' to support better debugging /
bug reporting in the future, coze last time it crashed i only had a
heavy optimized version and gdb wasnt useful of course :-(

shouldnt have impact for the following bug anyways...

the followining 'configure' line was used before 'make'

./configure --prefix=/home/eugene/freeciv-sdl --disable-nls
--enable-client=sdl

-------- the bug --------

Making all in client
Making all in gui-sdl
make  all-am
source='chatline.c' object='chatline.o' libtool=no 
depfile='.deps/chatline.Po' tmpdepfile='.deps/chatline.TPo' 
depmode=gcc3 /usr/local/bin/bash ../../depcomp  gcc -DHAVE_CONFIG_H -I.
-I. -I../.. -I. -I./.. -I./../include -I../../common
-I../../common/aicore -I../../intl -I./../agents
-I/usr/local/include/SDL11 -I/usr/local/include -D_REENTRANT
-D_THREAD_SAFE -I/usr/local/include/freetype2 -I/usr/local/include    
-g3 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes
-Wmissing-declarations -I/usr/local/include/SDL11 -I/usr/local/include
-D_REENTRANT -D_THREAD_SAFE -c `test -f 'chatline.c' || echo './'`chatline.c
chatline.c: In function `real_append_output_window':
chatline.c:147: error: storage size of `packet' isn't known
chatline.c:154: error: too few arguments to function `add_notify_window'
chatline.c:147: warning: unused variable `packet'
*** Error code 1

Stop in /home/eugene/freeciv-cvs-Dec-03/client/gui-sdl.
*** Error code 1

Stop in /home/eugene/freeciv-cvs-Dec-03/client/gui-sdl.
*** Error code 1

Stop in /home/eugene/freeciv-cvs-Dec-03/client.
*** Error code 1

Stop in /home/eugene/freeciv-cvs-Dec-03.
*** Error code 1

Stop in /home/eugene/freeciv-cvs-Dec-03.
bash-2.05b$

-------- system info --------

bash-2.05b$ uname -a
FreeBSD security-ag.ath.cx 5.2-BETA FreeBSD 5.2-BETA #0: Mon Dec  1
19:02:36 CET 2003    
root@xxxxxxxxxxxxxxxxxx:/usr/obj/usr/src/sys/SECURITY-AG  i386

bash-2.05b$ pkg_info |grep sdl
sdl-1.2.5_3         Cross-platform multi-media development API
(developm. vers.
sdl_image-1.2.2_1   A simple library to load images of various formats
as SDL s



[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#7041) sdl client doesnt compile ( version cvs 03-dez-2003 ), Guest <=