[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 03:41:50PM -0600, Mike Kaufman wrote:
> On Sun, Feb 03, 2002 at 09:18:53PM +0000, Paul Stephenson wrote:
> > I get this too. Doing
> >
> > $ ./configure --disable-nls && make
> >
> > from normal CVS gives me (in English)
> >
> > ...
> > cma_fe.h:19: cma_core.h: No such file or directory
> > citydlg.c:39: cma_fec.h: No such file or directory
> > ...
> >
> > $ 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
No, I didn't have them: that's what the `find' statements show.
> if not, make sure and 'cvs up -d', I certainly forgot the -d the first
> time
You're exactly right. I always do `cvs -z3 update', when presumably I
should have been doing `cvs -z3 update -d' all along, in case new
directories appear. You live and learn :) .
Thanks,
Paul
|
|