Hi Dennis, Thanks for your help. The problem was actualy that luabind which came from ubuntu package manager was incompatible with gcc >4.4 But I quess that I solved this and now I don't get that error message any more. My steps were following: -installed g++ 4.7 -builded boost1.53 from sources -installed lua5.2, lualib5.2, lualib5.2-dev with apt-get -cloned the luabind from https://github.com/Oberon00/luabind and builded it with cmake
But now I'm getting another building error. [ 7%] Building CXX object CMakeFiles/osrm-extract.dir/extractor.cpp.o [ 7%] Building CXX object CMakeFiles/osrm-extract.dir/Extractor/XMLParser.cpp.o /home/lkajan/asennukset/Project-OSRM/Extractor/XMLParser.cpp: In member function â_RawRestrictionContainer XMLParser::_ReadXMLRestriction()â: /home/lkajan/asennukset/Project-OSRM/Extractor/XMLParser.cpp:112:47: warning: overflow in implicit constant conversion [-Woverflow] [ 7%] Building CXX object CMakeFiles/osrm-extract.dir/Extractor/ExtractorCallbacks.cpp.o [ 7%] Building CXX object CMakeFiles/osrm-extract.dir/Extractor/BaseParser.cpp.o [ 7%] Building CXX object CMakeFiles/osrm-extract.dir/Extractor/ScriptingEnvironment.cpp.o [ 7%] Building CXX object CMakeFiles/osrm-extract.dir/Extractor/ExtractionContainers.cpp.o [ 7%] Building CXX object CMakeFiles/osrm-extract.dir/Extractor/PBFParser.cpp.o /home/lkajan/asennukset/Project-OSRM/Extractor/PBFParser.cpp: In destructor âPBFParser::~PBFParser()â: /home/lkajan/asennukset/Project-OSRM/Extractor/PBFParser.cpp:48:10: warning: âtdâ may be used uninitialized in this function [-Wmaybe-uninitialized] make[2]: *** No rule to make target `/usr/lib/libboost_filesystem-mt.so', needed by `osrm-extract'. Stop. make[1]: *** [CMakeFiles/osrm-extract.dir/all] Error 2 make: *** [all] Error 2 Is this still something to do with my custom boost installation or is this actual error? Regards, Lauri On Thu, Jun 13, 2013 at 11:19 AM, Dennis Luxen <[email protected]>wrote: > Am 12.06.2013 19:37, schrieb Lauri Kajan: > > I just tried to build with g++ 4.7 and boost 1.53 (compiled from source). >> Still the same error. >> > > My (wild) guess is that the custom boost installation is incompatible with > luabind for some (unknown) reason. > > > --Dennis > > > ______________________________**_________________ > OSRM-talk mailing list > [email protected] > http://lists.openstreetmap.**org/listinfo/osrm-talk<http://lists.openstreetmap.org/listinfo/osrm-talk> >
_______________________________________________ OSRM-talk mailing list [email protected] http://lists.openstreetmap.org/listinfo/osrm-talk
