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


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

2007-05-19 Thread William Allen Simpson
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)
registry.c:816: error: (Each undeclared identifier is reported only once
registry.c:816: error: for each function it appears in.)

svn log utility/registry.c

r12957 | per | 2007-05-17 12:24:54 -0400 (Thu, 17 May 2007) | 2 lines

Replace bug email with bug URL. See PR#39329.

svn diff -r12955:12963 utility/registry.c
Index: utility/registry.c
===
--- utility/registry.c  (revision 12955)
+++ utility/registry.c  (revision 12963)
@@ -813,8 +813,7 @@
   avoid this make sure all rows of a table are filled\n
   out with an entry for every column.  This is surely\n
   a bug so if you're reading this message, report it\n
- to [EMAIL PROTECTED],
- real_filename, psection-name, expect);
+ at %s, real_filename, psection-name, expect, BUG_URL);
   fz_fprintf(fs, \n);
 }
 fz_fprintf(fs, }\n);


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