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
  • From: AMIT RAI <rai18b@xxxxxxxxxx>
  • Date: Tue, 25 May 2021 14:29:29 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=iitg.ac.in; dmarc=pass action=none header.from=iitg.ac.in; dkim=pass header.d=iitg.ac.in; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=FoJWFisgp0wCxMr9G3bn7MgHMWQOI882Jk497xM6xR4=; b=Itfts5dY4obFnQyJrSizotlvxcIe2PbM4K6WR7r3S7W4ddkV9qNsEoPxAu2HWtrZTDFi6gnC65gc9ehPRieHT/9IeaHH6qxlyp6SYLs4Ld9Fvo3GxcC7RQVBb2JjFHj9543rKx+IOdQDrg6IpbAqg5hs0mmMHDTc8JsgfL11hBHL6Mvqgy4DPoU40vJH775zkzYByV+Zqaai0kNYVXhzKLUwS1YTEjZ5Fi2c1x9obIf4lXXO6Jo5Lz7cRRYXvk90fTkvIpkSDIY5jrOjDlT8rUQ5Niet5E58zfW7F1tZqU8jZYweJhg1C9VOiYsmMChmo137BqjHfggUBtkYva3FmA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=KWEfkcvboWBI+YsuXxBaXZiUe0+w4vfzQzHicns21ieZNxDXYXVRlk0FSYx56y7pEGCOAiqox7wtazPAjvv9HJifIz88+MlslB8h1DEjQNIPB7X0IEYOudmWo2nr0Cx6UHXjLNYkG5n/gciGxSIGWeTiL0DV3v+np8tNbaO/RS2XdmVP0mgLzVtIkWGZAvtkI0MgY1pHzFVG2AN9DERFk9yEgIITpkjgDjjJK1HXX37L40J/VS8qZvzKJhxo+nB6CJt8+6xqhwBRfr/0A7oOsx0IQCN0kKtV5oA/obzKS1ARLP+9NmtHm5Luylm2ALf5i5zI4KYdIJOUIt0c1oWZpw==
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-user/>
  • List-help: <mailto:sumo-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHXT6ALSn7cWyc6K0WmDCcAXXmfUarz4ROAgABj93o=
  • Thread-topic: [sumo-user] Apply changes to source code

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

Back to the top