URL:
  <http://gna.org/bugs/?16614>

                 Summary: nimiipuu.ruleset:
                 Project: Freeciv
            Submitted by: nixeagle
            Submitted on: Thursday 09/02/2010 at 13:35
                Category: rulesets
                Severity: 2 - Minor
                Priority: 5 - Normal
                  Status: None
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
                 Release: r17914
         Discussion Lock: Any
        Operating System: Microsoft Windows
         Planned Release: 

    _______________________________________________________

Details:

Configured with: 
  : ./autogen.sh --disable-make-data  --disable-nls  --enable-debug=yes
  : make

Using:
  - gcc (GCC) 4.3.4 20090804 (release) 1
  - Cygwin 6.8.99.903(260)
  - Windows XP SP2, (cygwin/bash has OS=Windows_NT) (intel 32bit)
  - automake (GNU automake) 1.8.5
  - autoconf (GNU Autoconf) 2.65
  - autoheader (GNU Autoconf) 2.65
  - aclocal (GNU automake) 1.8.5
  - GNU Make 3.81
  - libtoolize (GNU libtool 1.3140 2009-12-30) 2.2.7a

SVN Revision:
  : On r17914 | dmarks | 2010-09-01 21:36:05 -0400 (Wed, 01 Sep 2010) | 1
line

Ran the following:
  : server/freeciv-server.exe

Got this immediately after hitting RET:
2: Missing end of i18n string marking
  file "data/nation/nimiipuu.ruleset", line 18, pos 56
  looking at: ''
  processing string starting at line 12
  included from file "data/default/nations.ruleset", line 232
1: in check_strlen() [shared.c::672]: assertion 'strlen(str) < len' failed.
1: Name "Francisco Hern�dez de C�doba" too long; truncating.
1: Please report this message at https://gna.org/projects/freeciv/


===
After taking a while to figure windows/cygwin/various deps and autotools
issues out (I'm new to the first two, on a netbook at the moment), please be
advised that I had to run export CFLAGS='\-Wall -Wpointer-arith -Wcast-align
-g -O2' to tell gcc to treat errors as only warnings. Turning --enable-debug
(I'm planning on hacking on this thing after all!) on seems to also turn on
-Werror which causes the build to fail on utils/netinit.c. I could not locate
the _human_ generated source of it, but I did come across FC_CFLAGS in
config.h with -Werror set. 

Below are the warnings (they were errors, but I lost those in the scrollback
and these lines are exactly the same regardless.

netintf.c: In function ‘net_lookup_service’:
netintf.c:333: warning: implicit declaration of function
‘gethostbyname2’
netintf.c:333: warning: assignment makes pointer from integer without a cast
netintf.c:352: warning: assignment makes pointer from integer without a cast

If you guys want this last bit as a second bug, just say the word and I'll
make it happen ;).




    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?16614>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


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

Reply via email to