Re: [Freeciv-Dev] current trunk compile failure(s)

2007-05-20 Thread Per I. Mathisen
On Sun, 20 May 2007, William Allen Simpson wrote:
> I've been waiting around several days to see whether somebody fixes this?
>
>
> registry.c: In function `section_file_save':
> registry.c:816: error: `BUG_URL' undeclared (first use in this function)

You need to rerun ./autogen.sh

Newer versions of autoconf should detect such changes automatically, but 
older versions may not. Usually when you get bugs like this, try rerunning 
./autogen.sh first.

   - Per

___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


Re: [Freeciv-Dev] current trunk compile failure(s)

2007-05-19 Thread William Allen Simpson
William Allen Simpson wrote:
> I've been waiting around several days to see whether somebody fixes this?
> 
I'd repeatedly tried 'make clean' first, didn't work.

Tried to find the missing .h, didn't work, posted here.

Eventually, I grep'd the entire source, and found the symbol in
configure.ac.

./autogen.sh --disable-nls --enable-client=gtk2 
--prefix=/Users/wastrel/freeciv-test

That worked!


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev