Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] TraCI API xercesc dependency
  • From: Matthew Jones <Matthew.Jones@xxxxxxxxx>
  • Date: Thu, 4 Jan 2024 15:00:57 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=rfpro.com; dmarc=pass action=none header.from=rfpro.com; dkim=pass header.d=rfpro.com; 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-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=OlYfCugwwLt5ftUr8Kr/kp8mymhGA+CBfLQByMLjWNI=; b=IGXhTm/P/zmEAeF3ATmpAgpcFMFAIewZ0in6rkmC6Kkmj9ACs23SrIeWL8CG0O9WqqqTBP1gh3+MuxrFMfs8+2+uFoHgsLqdzLajTfe22O3gEjvSS5Nxcwl3Xl5ctOvrdgQn5eNDwhorWF0eVC9T8R2tGYfEd33WtHiqde7NXyr/7AHSDfUQY2M0ozd1AkAUk69BkdQESyiP0HlDnnrc90PxAi1brNgUZh1bEXYbJfFRC7B2/vckIrkSU624BiWBP0TFW2rrEHQBdi1CqHFhp62HV8kGvGXOdtjPwDl3URRaXFW6u3SeNQSdr4HZQxbDpuLdVI7stzQXlom0RcLhtw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=FoaOxMilhhQM+w4aJBMEejBsasRkqM1oqiqQ+nyilVnEvJcLwgrY5JNIoGhaXgX/PAp62fU0eppYcsrRwlU0bdLBn2FJN0rBPHYXx/O9BBgjNoNZZFgemcZiH9vXiY7lOYgujsSjU6tuPDOdO6bsUwyU1ovD8LJsjHfycZoZr1uZ/kcbXZVuNQENESLFAnJh+pzoahNSpkNR5Y2pjMcZa1ohbwea+KztT1LjPT5cDmYJRQ2HdDB3XH4nUu7/T4mJjcOCcfZmYJVjzxsV4Jgh3UimdAmhhuOd5knCzg8ZAJWV14bCJSLJ+tOzddNZMBD46J6j5QmXxj+9/SpWL5dhZA==
  • 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>
  • Msip_labels:
  • Thread-index: AQHaPx6TertNuk6kkk2eKVGm2jtKiA==
  • Thread-topic: TraCI API xercesc dependency

Hello,

Our simulation talks to Sumo using TraCI.
At the moment we are simply cloning https://github.com/eclipse/sumo.git/tags/v1_8_0/src to get the TraC API.
We are not using libsumo, but have these source files in our Windows project:
    <ClCompile Include="sumo\foreign\tcpip\socket.cpp" />
    <ClCompile Include="sumo\foreign\tcpip\storage.cpp" />
    <ClCompile Include="sumo\utils\traci\TraCIAPI.cpp" />

I have just tried updating to 1.19.0 but this has brought in a dependency on xercesc.
Which specific version of xercesc should I be using with SUMO v1.19.0 ?
I have tried the latest but it doesn't compile straight away - it seems to need autoconf to run. I don't want to install xercesc - I am not going to be using it - I just want the SUMO headers. Is there a simple way to make things work the same way v1.8.0 used to? This needs to build on Jenkins machines so we don't want to have to install dependencies by hand.

At what version did the xerces dependency get added? We might have to use the one before.

Thank you,


Matthew Jones
Senior Software Engineer
rFpro Limited

E: matthew.jones@xxxxxxxxx
W:  www.rFpro.com

This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system sender. This message may contain confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail.


Back to the top