Complete.Org: Mailing Lists: Archives: freeciv-dev: April 2004:
[Freeciv-Dev] Re: (PR#8486) Fullscreen Mode for Gtk 2 client
Home

[Freeciv-Dev] Re: (PR#8486) Fullscreen Mode for Gtk 2 client

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: andrearo@xxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#8486) Fullscreen Mode for Gtk 2 client
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 12 Apr 2004 09:51:40 -0700
Reply-to: rt@xxxxxxxxxxx

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

Per I. Mathisen wrote:
> <URL: http://rt.freeciv.org/Ticket/Display.html?id=8486 >
> 
> On Sun, 11 Apr 2004, andrearo@xxxxxxxxxxxx wrote:
> 
>>This patch implements a Fullscreen mode for the Gtk 2 client.
>>You can enable it with an option in the Local options dialog.
> 
> 
> Trying it, I get:
> 
> connectdlg_common.c: In function `client_kill_server':
> connectdlg_common.c:130: warning: implicit declaration of function `waitpid'
> connectdlg_common.c:130: error: `WUNTRACED' undeclared (first use in this 
> function)
> connectdlg_common.c:130: error: (Each undeclared identifier is reported only 
> once
> connectdlg_common.c:130: error: for each function it appears in.)
> make[3]: *** [connectdlg_common.o] Error 1
> 
> Missing #include <wait.h>

I don't think that has anything to do with the fullscreen patch.  Try 
re-running autogen.sh.

   #ifdef HAVE_SYS_WAIT_H
   #include <sys/wait.h>
   #endif

jason




[Prev in Thread] Current Thread [Next in Thread]