Anees Rehman wrote: > Class "Veins::ObstacleControl" not found perhaps its code was not linked in > [...] > Command line: ../../../omnetpp4.2.2/bin/opp_run.exe r 0 n .;../../src l > ../../src/veins omnetpp.ini
There is something wrong with the command line you included in your message: all of the "-" signs are missing (e.g., instead of "r 0 n .;../../src" it should have been "-r 0 -n .;../../src". I am assuming that this is just a mistake in writing the mail. If so, you might have downloaded a broken copy of either OMNeT++ or Veins. Please try deleting OMNeT++ and Veins and re-downloading them again. If the problem persists, please send me a copy of the output of running a command similar to the one above, but running (in the same directory) opp_run -l ../../src/veins -h classes Aside from the default classes (such as cPacket) you should also see simulation specific classes in the output (such as BaseMacLayer). Best, Christoph -- Dr. Christoph Sommer Distributed Embedded Systems Group University of Paderborn, Germany http://www.ccs-labs.org/~sommer/ ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that Matters. http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
