News:

Simutrans Sites
Know our official sites. Find tools and resources for Simutrans.

Compile error latest svn checkout

Started by tuxianer1988, May 21, 2012, 04:06:15 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

tuxianer1988

Hi guys,

I also tried now to compile the latest SVN revision (5734).

Once again I am compiling a simutrans server version. May be I can support the develop process of this great game at least a little bit :)


===> CXX simgraph0.cc
simgraph0.cc:315:6: Warnung: unbenutzter Parameter »new_textur« [-Wunused-parameter]
simgraph0.cc:331:55: Fehler: »color« bezeichnet keinen Typ
simgraph0.cc:331:55: Fehler: ISO-C++ verbietet Deklaration von »parameter« ohne Typ [-fpermissive]
simgraph0.cc:332:1: Fehler: expected unqualified-id before »{« token
simgraph0.cc:335:62: Fehler: »color« bezeichnet keinen Typ
simgraph0.cc:335:62: Fehler: ISO-C++ verbietet Deklaration von »parameter« ohne Typ [-fpermissive]
simgraph0.cc:336:1: Fehler: expected unqualified-id before »{« token
simgraph0.cc:340:1: Fehler: expected unqualified-id before »{« token
make: *** [build/default/simgraph0.o] Fehler 1

kierongreen

This should fix the errors. Either apply the patch or just overwrite the simgraph.cc file with this version.

Dwachs

thanks, fix is in trunk, check out r5735.
Parsley, sage, rosemary, and maggikraut.

tuxianer1988