Complete.Org: Mailing Lists: Archives: freeciv-dev: November 2003:
[Freeciv-Dev] Re: (PR#6585) Delta version 16
Home

[Freeciv-Dev] Re: (PR#6585) Delta version 16

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: Andreas Røsdal <andrearo@xxxxxxxxxxxx>
Cc: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#6585) Delta version 16
From: Raimar Falke <i-freeciv-lists@xxxxxxxxxxxxx>
Date: Thu, 27 Nov 2003 08:52:32 +0100

On Wed, Nov 26, 2003 at 10:30:55PM +0100, Andreas Røsdal wrote:
> On Wed, 26 Nov 2003, Raimar Falke wrote:
> > On Wed, Nov 26, 2003 at 01:32:42PM +0100, Andreas Røsdal wrote:
> > > > All dependency files contain only the line
> > > >
> > > >   # dummy
> >
> > This line is created by the depcomp tool. This tool was included in
> > the freeciv 1.14.0 release tarball. It isn't part of the CVS however.
> >
> > There is no valid reference to depcomp in the makefile you sent. I
> > don't know who called this tool. Can you please look if you have this
> > tool in the root dir or freeciv or in your PATH? If so please rename
> > it and see if some other tools tries to call it during autogen.sh or
> > make. If you find it please also send it.
> 
> I can't find decomp anywhere.
> 
> > My current guess is this depcomp tool doesn't cope with the compiler
> > output. You can also set the LANG variable to a neutral value in case
> > the i18ned output is the problem.
> 
> That didn't change anything.

Can you please do
 1) rm -rf common/.deps
 2) run autogen.sh
 3) check common/.deps (does it exists, what files inside, what is the
 content of the files)

Repeat this with different commands in step 2 ("./configure", "cd
common;make city.o", "cd common;make").

I suspect that the make commands create the dir and create the files
inside common/.deps. In this case mail the ouput of "make -n city.o"
/"make -n".

        Raimar

-- 
 email: rf13@xxxxxxxxxxxxxxxxx
 "I heard if you play the NT-4.0-CD backwards, you get a satanic message."
 "That's nothing, if you play it forward, it installs NT-4.0"


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