| [Freeciv-Dev] Re: Building Freeciv with native /bin/cc under Tru64 Unix[Top] [All Lists][Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
 
| To: | freeciv-dev@xxxxxxxxxxx |  
| Subject: | [Freeciv-Dev] Re: Building Freeciv with native /bin/cc under Tru64 Unix |  
| From: | Reinier Post <rp@xxxxxxxxxx> |  
| Date: | Thu, 23 May 2002 10:14:37 +0200 |  
 On Thu, May 23, 2002 at 01:54:26AM +0200, Davide Pagnin wrote:
>       Hi All!,
> I'm trying to compile freeciv with the native C compiler of
> Tru64 Unix.
> I've sent my complete environment  with a message some days ago.
> 
> This is the first try:
> 
> setenv CC /bin/cc
> setenv CPPFLAGS -I/usr/local/include
> setenv LDFLAGS -L/usr/local/lib
> ./autogen.sh --disable-nls --disable-cvs-deps --enable-client=xaw
> --with-xaw3d
> 
> The output of this command, is in the autogen-output attachment.
> 
> Then I've tried the /bin/make command, that is unsuccessful
> with some problems with  .deps directories, even if I've 
> chosen to diable cvs deps in the autogen script shell.
?!  That solves it for me (with Solaris make and FreeBSD make)
Can you produce a verbatim copy of what happens on the screen?
Does undep.sh get run at all, and does it remove the offending line
from the Makefiles?
[...]
It should happen here:
> removing cvs-deps from common/Makefile
> removing cvs-deps from ai/Makefile
> removing cvs-deps from server/Makefile
> removing cvs-deps from client/Makefile
> removing cvs-deps from client/agents/Makefile
> removing cvs-deps from client/gui-xaw/Makefile
 
> Now type 'make' to compile freeciv.
> No suffix list.
???  I have never seen this on Solaris.
> /bin/cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl  -I/usr/local/include  -g -c 
> astring.c
> /bin/cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl  -I/usr/local/include  -g -M 
> astring.c > .deps/astring.pp;  /bin/cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl 
>  -I/usr/local/include  -g -c astring.c
> sh: .deps/astring.pp: cannot create
This is related to the working of --disable-cvs-deps.
-- 
Reinier
 
 
 |  |