[Freeciv-Dev] (PR#4134) Xaw compile problems
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: |
undisclosed-recipients:; |
Subject: |
[Freeciv-Dev] (PR#4134) Xaw compile problems |
From: |
"Paul Zastoupil" <paul@xxxxxxxxxxxxx> |
Date: |
Fri, 2 May 2003 10:35:12 -0700 |
Reply-to: |
rt@xxxxxxxxxxxxxx |
In an attempt to compile on cvs.freeciv.org I ran into some problems
with the Xaw client. They aren't limited to the OS (I've found the same
problems on linux).
Basically as far as I've gotten is to client/gui-xaw/plrdlg.c
plrdlg.c: In function `players_war_callback':
plrdlg.c:400: `CLAUSE_CEASEFIRE' undeclared (first use in this function)
plrdlg.c: In function `players_vision_callback':
plrdlg.c:418: `CLAUSE_VISION' undeclared (first use in this function)
I was able to get past these by adding an include for diptreaty.h (in
common).
39a40
> #include "diptreaty.h"
However:
plrdlg.c:420: `PACKET_PLAYER_REMOVE_VISION' undeclared (first use in
this function)
I can't find PACKET_PLAYER_REMOVE_VISION anywhere...
Annotations for client/gui-xaw/plrdlg.c
***************
1.37 (glip 30-Apr-03): PACKET_PLAYER_REMOVE_VISION, &packet);
Glip, help me out here ;)
--
Paul Zastoupil
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Freeciv-Dev] (PR#4134) Xaw compile problems,
Paul Zastoupil <=
|
|