Follow-up Comment #3, bug #13269 (project wesnoth):

True.
After after disabling strict compilation Wesnoth 1.6a I compiled without any
problems. 

And here is a message from compilation process without this flag :
unit_id.cpp: In constructor `n_unit::id_manager::id_manager()':
unit_id.cpp:26: warning: converting of negative value `-0x000000001' to
`size_t'
unit_id.cpp: In member function `void n_unit::id_manager::reset_fake()':
unit_id.cpp:61: warning: converting of negative value `-0x000000001' to
`size_t'
make[2]: *** [unit_id.o] Błąd 1
make[2]: Opuszczenie katalogu `/home/neologic/wesnoth-1.6a/src'
make[1]: *** [all-recursive] Błąd 1
make[1]: Opuszczenie katalogu `/home/neologic/wesnoth-1.6a'
make: *** [all] Błąd 2


"Błąd" means Error 
"Opuszczanie katalogu" means leaving directory.

It's just like you said, it's not an error, it's a warning. Sorry for the
wrong information in my submission. Anyway I couldn't compile it before
giving --disable-strict-compilation flag to ./configure or changing size_t to
int type ;)

Thanks for quick replies.






    _______________________________________________________

Reply to this item at:

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

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


_______________________________________________
Wesnoth-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-bugs

Reply via email to