Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-dev] Help: visual studio 2017 compiling error

Hi,

 

Are you using the SUMOLibraries from GitHub or the precompiled libraries from sourceforge?

 

 

 

Von: sumo-dev-bounces@xxxxxxxxxxx [mailto:sumo-dev-bounces@xxxxxxxxxxx] Im Auftrag von ???
Gesendet: Montag, 16. April 2018 17:57
An: sumo-dev
Betreff: [sumo-dev] Help: visual studio 2017 compiling error

 

Hi,

 

I am trying to build SUMO using Visual Studio 2017. However, I can't build any GUI related projects successfully. All other projects are fine. I followd the instruction in the Wiki page http://sumo.dlr.de/wiki/Installing/Windows_Build. 

 

The errors are strange(shown below) and I couldn't figure out what is the reason. As far as I can tell, this may be related to the fox 3rd party but I don't know how it happens because I have set it up following the instructions in the wiki page. Can you please help me with it?

 

Thanks

 

C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.12.25827\include\cstdlib(25): error C2589: '(': illegal token on right side of '::'

1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.12.25827\include\cstdlib(25): error C2146: syntax error: missing ')' before identifier 'fabs'

1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.12.25827\include\cstdlib(25): error C2066: cast to function type is illegal

1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.12.25827\include\cstdlib(25): error C2059: synta

 

 


Back to the top