The International Simutrans Forum

Development => Patches & Projects => Incorporated Patches and Solved Bug Reports => Topic started by: wernieman on April 28, 2010, 06:30:42 am

Title: [solved] Problem on Compiling r3188 (Linux + Cross-Compiling, Nightly)
Post by: wernieman on April 28, 2010, 06:30:42 am
The nightly-server could not compile r3188

At example the last message of gcc for Linux 32-Bit
(the other logfiles have the same error)
Code: [Select]
dataobj/network.cc: In function `void network_core_shutdown()':
dataobj/network.cc:607: warning: cast from `const char*' to `void*' discards qualifiers from pointer target type
===> CXX dataobj/network_cmd.cc
dataobj/network_cmd.cc: In member function `virtual void nwc_tool_t::do_command(karte_t*)':
dataobj/network_cmd.cc:400: warning: cast from `const char*' to `void*' discards qualifiers from pointer target type
dataobj/network_cmd.cc:409: warning: cast from `const char*' to `void*' discards qualifiers from pointer target type
===> CXX dataobj/network_packet.cc
===> CXX dataobj/powernet.cc
===> CXX dataobj/ribi.cc
===> CXX dataobj/route.cc
===> CXX dataobj/scenario.cc
===> CXX dataobj/tabfile.cc
===> CXX dataobj/translator.cc
dataobj/translator.cc: In static member function `static bool translator::load(const cstring_t&)':
dataobj/translator.cc:400: error: `num_pak_lang_dat' was not declared in this scope
dataobj/translator.cc:400: warning: unused variable 'num_pak_lang_dat'
make: *** [dataobj/translator.o] Error 1

The last run Yesterday work (r3185).
Title: Re: Problem on Compiling r3188 (Linux + Cross-Compiling, Nightly)
Post by: Dwachs on April 28, 2010, 06:41:09 am
Should work with 3189 again. I did not test compiling with DEBUG on before committing  :-[

Thank you for reporting.
Title: Re: Problem on Compiling r3188 (Linux + Cross-Compiling, Nightly)
Post by: wernieman on April 28, 2010, 06:46:26 am
O.K. .. but I don“t make a spezial run on the nightly Server, I wait vor next nightly ;o)
Title: Re: Problem on Compiling r3188 (Linux + Cross-Compiling, Nightly)
Post by: Dwachs on April 28, 2010, 06:48:16 am
yes, this is not necessary :)
Title: Re: [solved] Problem on Compiling r3188 (Linux + Cross-Compiling, Nightly)
Post by: wernieman on April 29, 2010, 03:17:18 pm
Its solved

Thank you!