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: Wed, 26 Nov 2003 13:15:00 +0100

On Wed, Nov 26, 2003 at 12:44:25PM +0100, Andreas Røsdal wrote:
> On Wed, 26 Nov 2003, Raimar Falke wrote:
> > On Wed, Nov 26, 2003 at 10:36:01AM +0100, Andreas Røsdal wrote:
> > > On Wed, 26 Nov 2003, Raimar Falke wrote:
> > > > On Tue, Nov 25, 2003 at 10:13:56PM +0100, Andreas Røsdal wrote:
> > > > > > Can you mail me your Makefile and the make version?
> > > > >
> > > > > GNU Make 3.80
> > > > >
> > > > > Hope this helps...
> > > > > ## Process this file with automake to produce Makefile.in
> > > >
> > > > No the real Makefile.
> > >
> > > Attached.
> > >
> > > > Can you also please undo your patch and remove common/.deps and test
> > > > (rerun autogen.sh;make).
> > > >
> > >
> > > Still same problem.
> >
> > Can you tar up the common/.deps dir and mail it to me?
> >
>  Enjoy.

All dependency files contain only the line

  # dummy

This is the problem. I suspect that automake 1.7 is causing this. What
compiler are you using?

Can you please run:

 cd common
 gcc -Wp,-MD,out -c city.c
 gcc -MT city.o -MD -MP -MF out2 -c -o city.o city.c

and mail the files "out" and "out2".

        Raimar

-- 
 email: rf13@xxxxxxxxxxxxxxxxx
  +#if defined(__alpha__) && defined(CONFIG_PCI)
  +       /*
  +        * The meaning of life, the universe, and everything. Plus
  +        * this makes the year come out right.
  +        */
  +       year -= 42;
  +#endif
    -- Patch for 1.3.2 (kernel/time.c) from Marcus Meissner


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