I have question :
I unpacked omnet 5.0 and in configure.user : line prefer-clang=no or prefer -clang =yes and execute ./configure and then make ...the output gcc-release,gcc-debug, My microsoft visual studio version is ms 2008
Do I must be installed high version for example 2010 0r high or change omnet version ?? because my simulation files don't give errors when I am executing build for my project ,but when I arrive to my simulation sumo interface and choose one section from my simulation ,it gives the following message that belongs xml files :
<!> Error in module (Veins::TraCIScenarioManagerLaunchd) VANET.manager (id=6) during network setup: While evaluating parameter `launchConfig': Error reading `F:/omnetpp-5.0/UV-CAST-protocol/simulations/_maps/downtownorlando/downtownorlando50_1.launchd.xml': Parse error: failed to load external entity "F:/omnetpp-5.0/UV-CAST-protocol/simulations/_maps/downtownorlando/downtownorlando50_1.launchd.xml"
at line (null):0.
my veins is veins 4.4 , my sumo is sumo 0.25 .
this line in omnet.ini file is
*.manager.launchConfig = xmldoc("F:/omnetpp-5.0/UV-CAST-protocol/simulations/_maps/downtownorlando/downtownorlando"+ string(${Traffic=50, 100, 150, 200, 250, 300})+ "_" + string(${repetition}) + ".launchd.xml")
I want to help me anyone for knowing the reasons .
note
I unpacked omnet 5.6.2 andmodify in configure.user : line prefer-clang=no and execute ./configure and then make ...the output gcc-release,gcc-debug, but prefer-clang=yes ...the output clang-release,clang-debug
My microsoft visual studio version is ms 2008 . i can 't execute the simulation in omnet 5.6.2 and veins 5.2 because I work in veins 4.4