Thank you :)
On Thu, Aug 15, 2013 at 12:02 AM, Paul Schulz <[email protected]> wrote: > Please be aware that you also will need to copy the resulting programs and > library up to the top level directory > in order to run the resulting binaries. > > cd osrm-* .. > cp libOSRM.so .. > > On Thu, Aug 15, 2013 at 4:38 AM, Dennis Luxen <[email protected]>wrote: > >> Try to build out of source with >> >> mkdir -p build; cd build; cmake ..; make >> >> and make sure with git status that you haven't made any accidental edits >> to files. >> >> --Dennis >> >> Am 10.08.2013 um 15:58 schrieb Aurélien FILEZ <[email protected]>: >> >> > Hi, >> > >> > No, I just followed the documentation : >> > >> > cd /home/username >> > git clone https://github.com/DennisOSRM/Project-OSRM.git Project-OSRM >> > cd Project-OSMR >> > cmake . >> > make >> > >> > Nothing more >> > >> > Hope I can help you >> > >> > (P.S.: I'm sorry for my bad english) >> > >> > On Sat, Aug 10, 2013 at 3:55 PM, Dennis Luxen <[email protected]> >> wrote: >> >> Did you try to actually build out of source, i.e. in a build directory? >> >> >> >> --Dennis >> >> >> >> Am 10.08.2013 um 15:53 schrieb Aurélien FILEZ <[email protected]>: >> >> >> >>> Hello, >> >>> >> >>> On Ubuntu Server, I made a clone of the Projet-OSRM branch in >> >>> /home/username/Project-OSRM directory. >> >>> >> >>> After a CMake, I execute the make command from the Project-OSRM >> >>> directory and I have this error : >> >>> >> >>> [ 31%] Configuring UUID.cpp >> >>> CMake Error : File /home/username/Project-OSRM/../Util/UUID.cpp.in >> >>> does not exists. >> >>> CMake Error at cmake/UUID-Config.cmake:12 (CONFIGURE_FILE) >> >>> >> >>> The solution was to edit the cmake/UUID-Config.cmake file to remove >> >>> the "../" at each reference file. >> >>> >> >>> I hope this report will help this project >> >>> >> >>> _______________________________________________ >> >>> OSRM-talk mailing list >> >>> [email protected] >> >>> http://lists.openstreetmap.org/listinfo/osrm-talk >> >> >> >> >> _______________________________________________ >> OSRM-talk mailing list >> [email protected] >> http://lists.openstreetmap.org/listinfo/osrm-talk >> > > > _______________________________________________ > OSRM-talk mailing list > [email protected] > http://lists.openstreetmap.org/listinfo/osrm-talk > >
_______________________________________________ OSRM-talk mailing list [email protected] http://lists.openstreetmap.org/listinfo/osrm-talk
