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: Raimar Falke <i-freeciv-lists@xxxxxxxxxxxxx>
Cc: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#6585) Delta version 16
From: Andreas Røsdal <andrearo@xxxxxxxxxxxx>
Date: Thu, 27 Nov 2003 22:37:57 +0100 (CET)

On Thu, 27 Nov 2003, Raimar Falke wrote:
> 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)

Then all files in .deps contain # dummy.

> Repeat this with different commands in step 2 ("./configure",

Then all files in .deps contain # dummy.

> "cd
> common;make city.o",

output from 'make city.o':

Makefile:387: .deps/astring.Po: No such file or directory
Makefile:388: .deps/capability.Po: No such file or directory
....
Makefile:425: .deps/worklist.Po: No such file or directory
make: *** No rule to make target `.deps/worklist.Po'.  Stop.


> "cd common;make").

output from 'make city.o':

Makefile:387: .deps/astring.Po: No such file or directory
Makefile:388: .deps/capability.Po: No such file or directory
....
Makefile:425: .deps/worklist.Po: No such file or directory
make: *** No rule to make target `.deps/worklist.Po'.  Stop.

I have no idea what is wrong... If noone else is having this problem,
then maybe there is some bug in SuSE 8.2 ...

 Andreas Røsdal


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