Complete.Org: Mailing Lists: Archives: freeciv-dev: December 2004:
[Freeciv-Dev] (PR#11475) bug compiling sdl client
Home

[Freeciv-Dev] (PR#11475) bug compiling sdl client

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Subject: [Freeciv-Dev] (PR#11475) bug compiling sdl client
From: "Iuri Fiedoruk" <iurenow@xxxxxxxxx>
Date: Sat, 11 Dec 2004 09:53:45 -0800
Reply-to: bugs@xxxxxxxxxxx

<URL: http://bugs.freeciv.org/Ticket/Display.html?id=11475 >

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] Erro 1
make[4]: Leaving directory
`/arquivos/programas/src/freeciv-2.0.0-beta5/client/gui-sdl'
make[3]: ** [all] Erro 2
make[3]: Leaving directory
`/arquivos/programas/src/freeciv-2.0.0-beta5/client/gui-sdl'
make[2]: ** [all-recursive] Erro 1
make[2]: Leaving directory `/arquivos/programas/src/freeciv-2.0.0-beta5/client'
make[1]: ** [all-recursive] Erro 1
make[1]: Leaving directory `/arquivos/programas/src/freeciv-2.0.0-beta5'


I've tryied: ./configure --enable-client=sdl
-- 
Iuri Fiedoruk, Santa Maria, RS, Brasil





[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#11475) bug compiling sdl client, Iuri Fiedoruk <=