You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I recently started getting an error while building SUMO. Admittedly, I am using an old machine, but it has worked so far for the build process. But I merged the fresh commits and started getting an error, then I saw that the build for Mac is currently failing so I switched the code to the last successful run but I'm still getting an error.
Undefined symbols for architecture x86_64:
"std::__1::vector<Position, std::__1::allocator<Position> >::~vector()", referenced from:
LandmarkLookupTable<MSEdge, SUMOVehicle, MapMatcher<MSEdge, MSLane, MSJunction> >::LandmarkLookupTable(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::vector<MSEdge*, std::__1::allocator<MSEdge*> > const&, SUMOAbstractRouter<MSEdge, SUMOVehicle>*, SUMOAbstractRouter<ReversedEdge<MSEdge, SUMOVehicle>, SUMOVehicle>*, SUMOVehicle const*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int, MapMatcher<MSEdge, MSLane, MSJunction>*) in libmicrosim_devices.a(MSRoutingEngine.cpp.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [/Users/basakulas/sumomac/sumomac/bin/sumo] Error 1
make[1]: *** [src/CMakeFiles/sumo.dir/all] Error 2
make: *** [all] Error 2
And here is my clang version if needed:
Apple clang version 13.0.0 (clang-1300.0.29.30)
Target: x86_64-apple-darwin20.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
The text was updated successfully, but these errors were encountered:
Hello, I recently started getting an error while building SUMO. Admittedly, I am using an old machine, but it has worked so far for the build process. But I merged the fresh commits and started getting an error, then I saw that the build for Mac is currently failing so I switched the code to the last successful run but I'm still getting an error.
And here is my clang version if needed:
Apple clang version 13.0.0 (clang-1300.0.29.30)
Target: x86_64-apple-darwin20.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
The text was updated successfully, but these errors were encountered: