Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-dev] Building SUMO in Windows

Dear Daniel,

warnings are just warnings, and there is an awful lot of them on some files. Visual Studio does not give precedence to errors when listing them in its "Error List" tab, so to find out on which _error_ the compilation actually stopped, you first have to filter away the warnings (in VS 2017 you click the yellow triangle with exclamation mark and they will go away).

For me, the ALL_BUILD target sometimes does not compile because I have some errors in Java settings, but unless you need the Java interface this can be probably safely ignored. The important thing is that the `sumo` and `sumo-gui` targets work ;-).


On Mon, 16 Dec 2019, at 5:54 PM, up201403060 wrote:
> Greeting,
> 
> While trying to build SUMO in Windows using Visual Studio 2019, I 
> encountered a problem. Build All fails with several C4456 warnings 
> saying "declaration of '<variable name>' hides previous local 
> declaration". These warnings prevent SUMO from building. Anyone knows 
> what can be causing this?
> 
> Thank you for your time,
> Daniel Garrido
> _______________________________________________
> sumo-dev mailing list
> sumo-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe 
> from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-dev
> 
> 
> 
>

-- 
  Jan Přikryl
  prikryl@xxxxxxxxxx


Back to the top