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: [email protected]
W:  www.rFpro.com<http://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.
_______________________________________________
sumo-user mailing list
[email protected]
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user

Reply via email to