Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Apply changes to source code
  • From: AMIT RAI <rai18b@xxxxxxxxxx>
  • Date: Sun, 23 May 2021 06:58:03 +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=ati2cmz1e456kKTjpR/9UHzGI2bgsoesEtGgU5QVm8A=; b=DaQZe54PfZsPNS546S/oLr0cAd9ojHsC1Jljsk7TSiY0I2FYrlPxYvltk7yXJZUYQ6Cv/QbHg1vAUUKJBN8BU/rMm0hKutqQKDutVWsKUP0p8q19R+ZrJrWLtL1FEprFwC16/UHB3TFvbQj1Gqj9YJiaHKUgy5/Rj3iCtSR8vgi+fGqwqKYy64KwV/Pv5N+cB9LIW/zdraL/t/PyUpXx4+xqIgDHNKjkV6cewsCRda7Y5sVH+2BucsOABDVVTD1gyJ52wf1XEILQS/UFHOMpOB2DL/lYuN9E2B/5NYIHsq/aTIy1+WAHw6WD1gcaj0OUm/dilykJPzM7gJlGgEsxHA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=NwJ880XtwOgqwsX/9YCH5sg3ZcK8ehML6OUIFLIlDDQwhgMWWLZnly51hbNHge2FFKxn7wrT2SNy6lCMGDO1esfEjOkebHFHI8JCXFkHHj7orK79iAAPdqTPVec8U03MijU8QTMfM/7B2bfLJQepqCMYHKuAbGEI9QfFk9hNzDrFFNhjIjc+Jd/VLmLfm28IJ+dzGjVJ6cD5/KR1GOxKcpJCBI5Sv1Q6QJ/T5xYxUWl+UmpUhz8kquiA7g1Nis5MHZOkhRNlg2HrPrl8Y2xW2tImqQ/pOmCYBt3rsbP/2xutrrG+Hs6Cip+SwNyUO+V3LVX9KPkKyeNSgH+FzMmgEQ==
  • 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: AQHXT6ALSn7cWyc6K0WmDCcAXXmfUQ==
  • Thread-topic: Apply changes to source code

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

Back to the top