News:

SimuTranslator
Make Simutrans speak your language.

[solved] Compiling Error for r2661

Started by wernieman, September 23, 2009, 09:04:57 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

wernieman

The last nightly (r2661) get a big compoling error with all compiler

At exampel the last (important) output from the gcc3 (but it is the same with gcc4, gcc for 64Bit, both mac)
===> CXX old_blockmanager.cc
===> CXX simcity.cc
simcity.cc: In member function 'void stadt_t::step_passagiere()':
simcity.cc:1475: warning: unused variable 'max_ware'
===> CXX simconvoi.cc
simconvoi.cc: In member function 'void convoi_t::laden_abschliessen()':
simconvoi.cc:358: error: no matching function for call to 'schiene_t::reserve(convoihandle_t&, ribi_t::_ribi)'
boden/wege/schiene.h:77: note: candidates are: bool schiene_t::reserve(convoihandle_t)
simconvoi.cc: In member function 'void convoi_t::vorfahren()':
simconvoi.cc:1500: error: no matching function for call to 'schiene_t::reserve(convoihandle_t&, ribi_t::_ribi)'
boden/wege/schiene.h:77: note: candidates are: bool schiene_t::reserve(convoihandle_t)
simconvoi.cc: In member function 'void convoi_t::rdwr(loadsave_t*)':
simconvoi.cc:1690: error: no matching function for call to 'schiene_t::reserve(convoihandle_t&, ribi_t::_ribi)'
boden/wege/schiene.h:77: note: candidates are: bool schiene_t::reserve(convoihandle_t)
make: *** [simconvoi.o] Error 1
I hope you understand my English

prissi

Sorry, there is already some patch for track reservation indicated by switches submitted, as it seems. Will fix this tonight.

wernieman

I hope you understand my English