[Freeciv-Dev] Re: Compiling latest CVS's civclient
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Sun, Feb 03, 2002 at 09:18:53PM +0000, Paul Stephenson wrote:
> On Sun, Feb 03, 2002 at 01:12:05PM +0100, Raimar Falke wrote:
> > On Sun, Feb 03, 2002 at 12:13:25PM +0100, Pieter J. Kersten wrote:
> > > When trying to compile the latest civclient (gui-gtk) I get the following
> > > errors:
> > >
> > > cma_fe.h:19:22: cma_core.h: Onbekend bestand of map
> > > citydlg.c:39:22: cma_fec.h: Onbekend bestand of map
> > >
> > > Obviously, I'm unable to compile :-(
> > >
> > > Any help is welcome,
> >
> > [ Can you please use a language I understand the next time ]
> >
> > Nevertheless it shows an include problem. I can't reproduce this with
> > a normal compile. I also can't reproduce this a seperate objdir (mkdir
> > obj;cd obj;../freeciv/configure;make). So what are you doing?
>
> I get this too. Doing
>
> $ ./configure --disable-nls && make
>
> from normal CVS gives me (in English)
>
> ...
> Making all in gui-gtk
> make[3]: Entering directory
> /home/paul/src/freeciv/freeciv-raw/client/gui-gtk'
> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I./.. -I./../include -I../../common
> -I../../intl -I./../agents -I/usr/lib/glib/include -I/usr/X11R6/include
> -I/usr/X11R6/include -g -O2 -Wall -c citydlg.c
> In file included from citydlg.c:38:
> cma_fe.h:19: cma_core.h: No such file or directory
> citydlg.c:39: cma_fec.h: No such file or directory
> make[3]: *** [citydlg.o] Error 1
> ...
>
> $ find . -name "cma_core.h"
> $ find . -name "cma_fec.h"
> $
>
> It seems I have some header files missing.
>
> Paul
you have all these, right?
orpheus:~/civ/freeciv/client/agents % ls *.[ch]
agents.c agents.h cma_core.c cma_core.h cma_fec.c cma_fec.h
if not, make sure and 'cvs up -d', I certainly forgot the -d the first
time
-mike
|
|