Complete.Org: Mailing Lists: Archives: freeciv-dev: February 2002:
[Freeciv-Dev] Re: Compiling latest CVS's civclient
Home

[Freeciv-Dev] Re: Compiling latest CVS's civclient

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: Compiling latest CVS's civclient
From: Paul Stephenson <pstephenson@xxxxxxxxxxxx>
Date: Sun, 3 Feb 2002 21:18:53 +0000

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


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