I am using Omnet++ 5.6.2 and when I import veins-5.2 and inet-4.2.2 and build veins_inet it gives me the following errors:
../out/clang-debug/src/veins_inet/VeinsInetManager.o:(.rdata+0x2610): undefined reference to virtual thunk to veins::TraCIScenarioManagerLaunchd::~TraCIScenarioManagerLaunchd()
../out/clang-debug/src/veins_inet/VeinsInetManager.o:(.rdata+0x2618): undefined reference to virtual thunk to veins::TraCIScenarioManagerLaunchd::~TraCIScenarioManagerLaunchd()
../out/clang-debug/src/veins_inet/VeinsInetManagerForker.o:(.rdata+0x2560): undefined reference to virtual thunk to veins::TraCIScenarioManagerForker::~TraCIScenarioManagerForker()
../out/clang-debug/src/veins_inet/VeinsInetManagerForker.o:(.rdata+0x2568): undefined reference to virtual thunk to veins::TraCIScenarioManagerForker::~TraCIScenarioManagerForker()
clang++.exe: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [Makefile:166: ../out/clang-debug/src/libveins_inet_dbg.dll] Error 1
make[1]: Leaving directory /g/omnetpp-5.6.2/sampl/veins_inet/src
make: *** [Makefile:36: all] Error 2
"make MODE=debug all" terminated with exit code 2. Build might be incomplete.
can anyone help me please I am stuck with this error.