The International Simutrans Forum

Development => Patches & Projects => Incorporated Patches and Solved Bug Reports => Topic started by: wernieman on December 19, 2012, 08:58:30 AM

Title: [solved] Compiling Problem Linux/Mac with the nightly-Generation r6202
Post by: wernieman on December 19, 2012, 08:58:30 AM
Hey,

I get a problem with the Compiling für Linux/Mac. Windows and Linux with gcc3 work. Version 6202
The Previos version 6199 work

At example the Output gcc4:
===> CXX dataobj/freelist.cc
===> CXX dataobj/gameinfo.cc
In file included from dataobj/gameinfo.cc:10:0: dataobj/network.h:50:27: schwerwiegender Fehler: netinet/typ.h: Datei oder Verzeichnis nicht gefunden
Kompilierung beendet.
make: *** [build/default/dataobj/gameinfo.o] Fehler 1

Full Output see http://simutrans-germany.com/stn/data/compile.log.gcc4.txt (http://simutrans-germany.com/stn/data/compile.log.gcc4.txt)
(Attention: with the next nightly, the Output could be changed)

Greeting,
Werner
Title: Re: Compiling Problem Linux/Mac with the nightly-Generation r6202
Post by: Dwachs on December 19, 2012, 10:05:15 AM
netinet/typ.h  has to be netinet/tcp.h in network.h. Typo. Whoever commits first, fixes it :)
Title: Re: Compiling Problem Linux/Mac with the nightly-Generation r6202
Post by: wernieman on December 19, 2012, 10:33:36 AM
we would check next nightly  :police:
Title: Re: Compiling Problem Linux/Mac with the nightly-Generation r6202
Post by: Dwachs on December 19, 2012, 07:57:28 PM
fixed in r 6203
Title: Re: Compiling Problem Linux/Mac with the nightly-Generation r6202
Post by: wernieman on December 20, 2012, 09:49:39 AM
No Problem in last Generation, so -> Fixed