Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Apply changes to source code

The error comes from the "libsumo" project. This is a separate project within the solution, which will now not be built, but it will not affect the SUMO-GUI project. I believe libsumo is meant to use SUMO as a library in other projects. Obviously, some python development dependency is not met on your system. You should have no further trouble.

Greets, Menno


On 28-5-2021 14:34, AMIT RAI wrote:
Thank you so much,  SUMO COMMUNITY. I have successfully built sumo. After performing the build step from VC19 I got 1 error and warning shown in the image. Are these errors and warnings critical? Though I am able to successfully run GUI, will I face any problem due to these errors?


Regards 
AMIT RAI

From: sumo-user <sumo-user-bounces@xxxxxxxxxxx> on behalf of Harald Schaefer <fechsaer@xxxxxxxxx>
Sent: Wednesday, May 26, 2021 9:04 PM
To: sumo-user@xxxxxxxxxxx <sumo-user@xxxxxxxxxxx>
Subject: Re: [sumo-user] Apply changes to source code
 

Hi Amit,

you are missing the last two steps in Method 1 or Method 2:

Opening the .sln file will open Visual Studio, here you can run a build under the menu item Build, which at the end will generate the sumo-gui

Greetings, Harald

Am 26.05.21 um 10:27 schrieb Jakob Erdmann:
I do not understand your question. If you follow the whole guide then you will rebuild all applications and a fresh version of sumo,sumo-gui etc will be in the bin subfolder of your sumo folder.

Am Di., 25. Mai 2021 um 16:29 Uhr schrieb AMIT RAI <rai18b@xxxxxxxxxx>:
Thankyou sir,

I have generated the project.sln file, after following the procedure from the procedure told in the windows built. But how to integrate the .sln in sumo gui?
 Regards

AMIT RAI

From: sumo-user <sumo-user-bounces@xxxxxxxxxxx> on behalf of Jakob Erdmann <namdre.sumo@xxxxxxxxx>
Sent: Tuesday, May 25, 2021 2:00 PM
To: Sumo project User discussions <sumo-user@xxxxxxxxxxx>
Subject: Re: [sumo-user] Apply changes to source code
 
Follow the instructions for building on windows: https://sumo.dlr.de/docs/Installing/Windows_Build.html

Am So., 23. Mai 2021 um 08:58 Uhr schrieb AMIT RAI <rai18b@xxxxxxxxxx>:
Greetings, 

Keeproute=2 matches vehicle to road if distance to road is 100 m. I want to increase this limit. To do this I downloaded the source code. Made corresponding changes in  vehicle.cpp. In order for these changes to come into effect I need to compile the file. When I am compiling the file using command line in windows, I get the error:

Vehicle.cpp:20:20 fatal error:config.h: no such file or directory
#include <config.h>
Compilation terminated. 

I searched config.h but I didn't find it


Can someone help me on this? Thanx in advance🙏. 


Sincerely, 
Get Outlook for Android
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top