Complete.Org: Mailing Lists: Archives: freeciv-dev: November 2003:
[Freeciv-Dev] (PR#6990) Make error: hand_gen.h missing
Home

[Freeciv-Dev] (PR#6990) Make error: hand_gen.h missing

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] (PR#6990) Make error: hand_gen.h missing
From: "Guest" <rt-guest@xxxxxxxxxxx>
Date: Sat, 29 Nov 2003 19:00:02 -0800
Reply-to: rt@xxxxxxxxxxx

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

Nov 28 cvs.  server/diplhand.h tries to include hand_gen.h, but the file
does not exist.  Nov 27 cvs works ok.

In file included from advdiplomacy.c:41:
../server/diplhand.h:21:22: hand_gen.h: No such file or directory
In file included from advdiplomacy.c:42:
../server/plrhand.h:22:22: hand_gen.h: No such file or directory
In file included from advdiplomacy.c:43:
../server/maphand.h:20:22: hand_gen.h: No such file or directory
advdiplomacy.c: In function `ai_treaty_evaluate':
advdiplomacy.c:432: warning: implicit declaration of function
`handle_diplomacy_accept_treaty_req'
advdiplomacy.c: In function `ai_diplomacy_suggest':
advdiplomacy.c:606: warning: implicit declaration of function
`handle_diplomacy_init_meeting_req'
advdiplomacy.c:607: warning: implicit declaration of function
`handle_diplomacy_create_clause_req'
advdiplomacy.c: In function `ai_go_to_war':
advdiplomacy.c:810: warning: implicit declaration of function
`handle_diplomacy_cancel_pact'
make[2]: *** [advdiplomacy.o] Error 1
make[2]: Leaving directory `/usr/tmp/freeciv-cvs-Nov-28/ai'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/tmp/freeciv-cvs-Nov-28'
make: *** [all] Error 2

Kenn


[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#6990) Make error: hand_gen.h missing, Guest <=