The International Simutrans Forum

Simutrans Extended => Simutrans-Extended development => Topic started by: wlindley on May 11, 2014, 10:31:13 PM

Title: Compile error on Linux 64-bit
Post by: wlindley on May 11, 2014, 10:31:13 PM
as of commit adccb128f3a4eaba2a703fb986d7d29a7b7a959f, 11 May 2014

Linux compile failes with a missing expression (see , , just before get_name() in line below):
===> CXX vehicle/simvehikel.cc
In file included from vehicle/simvehikel.cc:54:0:
vehicle/simvehikel.cc: In member function 'virtual grund_t* vehikel_basis_t::betrete_feld()':
vehicle/simvehikel.cc:312:93: error: expected primary-expression before ',' token
   dbg->error("vehikel_basis_t::betrete_feld()","'%s failed to be added to the object list", ,get_name());

Title: Re: Compile error on Linux 64-bit
Post by: jamespetts on May 11, 2014, 10:38:50 PM
Oops - I had fixed this typing error locally but forgot to pus the fix to Github. Now done. Sorry for the trouble!