Hello everybody, I am trying to compile extractor.cpp but It doesn't work... The error message is:
I don't understand why, I have just follow the github at this page and I have install the package for ubuntu 12.04... Can someone help me? To compile I use in the shell this command: g++ -Wall -W -Werror extractor.cpp -o extract asked 07 Feb '14, 14:19 Zoifil |
did you follow the instructions at this section? https://github.com/DennisOSRM/Project-OSRM/wiki/Building%20OSRM#wiki-ubuntu-1204 note that unless you are copying and pasting, when there is a
\
, ignore it and keep typing the next line without pressingEnter
Does installing
libxml2-dev
resolve the issue?Yes yes, I have already follow and do the instruction for ubuntu 12,04 and all of the packet are already install...
But
libxml2-dev
does contain libxml/xmlreader.h. Please check if /usr/include/libxml2/libxml/xmlreader.h exists.Yes there is...for my opininion the problem is that I have install all the packages and I also have install lua 5.1 and after I have disinstall all the lua packages... and so I have already install all...