Complete.Org: Mailing Lists: Archives: freeciv-dev: November 2004:
[Freeciv-Dev] (PR#11176) Freeciv 2.0 Beta 4 SDL Compile Problem
Home

[Freeciv-Dev] (PR#11176) Freeciv 2.0 Beta 4 SDL Compile Problem

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Subject: [Freeciv-Dev] (PR#11176) Freeciv 2.0 Beta 4 SDL Compile Problem
From: "Aaron Krill" <aaron.krill@xxxxxxxxx>
Date: Tue, 23 Nov 2004 23:39:33 -0800
Reply-to: rt@xxxxxxxxxxx

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

Tried to compile Freeciv 2.0 Beta 4 with --enable-client=sdl, this is what I 
got:

make[4]: Entering directory `/home/punboy/freeciv-2.0.0-beta4/client/gui-sdl'
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I. -I./.. -I./../include 
-I../../utility -I../../common -I../../common/aicore -I../../intl 
-I./../agents -I/usr/include/SDL -D_REENTRANT -I/usr/include/freetype2   -g 
-O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations -I/usr/include/SDL -D_REENTRANT -MT chatline.o -MD -MP 
-MF ".deps/chatline.Tpo" -c -o chatline.o chatline.c;\
then mv -f ".deps/chatline.Tpo" ".deps/chatline.Po"; else rm -f 
".deps/chatline.Tpo"; exit 1; fi
chatline.c: In function `inputline_return_callback':
chatline.c:92: error: too few arguments to function 
`real_append_output_window'
chatline.c: In function `real_append_output_window':
chatline.c:151: warning: passing arg 2 of `add_notify_window' makes pointer 
from integer without a cast
chatline.c:151: error: too many arguments to function `add_notify_window'
make[4]: *** [chatline.o] Error 1
make[4]: Leaving directory `/home/punboy/freeciv-2.0.0-beta4/client/gui-sdl'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/punboy/freeciv-2.0.0-beta4/client/gui-sdl'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/punboy/freeciv-2.0.0-beta4/client'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/punboy/freeciv-2.0.0-beta4'

Installed version SDL:  1.2.7-41
Linux Distro: SuSE 9.2 Professional
Kernel: 2.6.8

I'm on a 667Mhz P3 with 384MB of RAM.

--Aaron





[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#11176) Freeciv 2.0 Beta 4 SDL Compile Problem, Aaron Krill <=