The International Simutrans Forum

Development => Patches & Projects => Incorporated Patches and Solved Bug Reports => Topic started by: wernieman on May 03, 2010, 06:48:15 am

Title: [solved] Problem on Compiling r3196 (Linux + Cross-Compiling, Nightly)
Post by: wernieman on May 03, 2010, 06:48:15 am
The nightly-server could not compile r3196 (All Versions)
The last run Yesterday work (r3192)

At example the message of gcc for Linux 32-Bit on r3196
(the other logfiles have the same error)

Code: [Select]
===> DEP bauer/brueckenbauer.cc
===> CXX bauer/brueckenbauer.cc
===> CXX bauer/fabrikbauer.cc
bauer/fabrikbauer.cc: In static member function `static fabrik_t* fabrikbauer_t::baue_fabrik(karte_t*, koord3d*, const fabrik_besch_t*, int, koord3d, spieler_t*)':
bauer/fabrikbauer.cc:461: error: no matching function for call to `vector_tpl<stadt_t*>::insert_ordered(stadt_t* const&, fabrikbauer_t::baue_fabrik(karte_t*, koord3d*, const fabrik_besch_t*, int, koord3d, spieler_t*)::RelativeDistanceOrdering)'
bauer/fabrikbauer.cc:463: warning: comparison between signed and unsigned integer expressions
bauer/fabrikbauer.cc:463: warning: comparison between signed and unsigned integer expressions
bauer/fabrikbauer.cc:464: warning: comparison between signed and unsigned integer expressions
bauer/fabrikbauer.cc:464: warning: comparison between signed and unsigned integer expressions
make: *** [bauer/fabrikbauer.o] Error 1
Title: Re: Problem on Compiling r3196 (Linux + Cross-Compiling, Nightly)
Post by: Dwachs on May 03, 2010, 07:28:17 am
.. should work again.

Thanks for reporting!
Title: Re: Problem on Compiling r3196 (Linux + Cross-Compiling, Nightly)
Post by: wernieman on May 03, 2010, 08:33:59 am
I look tomorow ;o)

Edit
its working  :-*