Complete.Org: Mailing Lists: Archives: freeciv-dev: March 2003:
[Freeciv-Dev] (PR#3878) Problems to disable cvs deps
Home

[Freeciv-Dev] (PR#3878) Problems to disable cvs deps

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients:;
Subject: [Freeciv-Dev] (PR#3878) Problems to disable cvs deps
From: "Davide Pagnin" <nightmare@xxxxxxxxxx>
Date: Thu, 27 Mar 2003 13:24:17 -0800
Reply-to: rt@xxxxxxxxxxxxxx

        Hi all!

I've run into problem, by trying to compile freeciv cvs under native CC
on Tru64 Unix 5.1B.

Eventually I've found that the problem reside into undep.sh.in, which
does not take into accout all the needed directories.

It is the case of the recently introduced common/aicore.

The attached patch should solve the issue.

(I don't know, nevertheless, how to prevent such problems to arise by
time to time...)

        Ciao, Davide 

diff -urN -Xfreeciv/diff_ignore freeciv/undep.sh.in freeciv-work/undep.sh.in
--- freeciv/undep.sh.in Sat Mar 23 20:45:58 2002
+++ freeciv-work/undep.sh.in    Thu Mar 27 18:45:36 2003
@@ -27,7 +27,7 @@
 @SERVER_TRUE@SSUBDIRS="ai server"
 @SERVER_FALSE@SSUBDIRS=""
 
-SUBDIRS="common $SSUBDIRS $CSUBDIRS"
+SUBDIRS="common common/aicore $SSUBDIRS $CSUBDIRS"
 
 for subdir in $SUBDIRS ; do
 

[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#3878) Problems to disable cvs deps, Davide Pagnin <=