[OSRM-talk] Bug while compiling in Ubuntu Server
Dennis Luxen
dennis.luxen at gmail.com
Wed Aug 14 19:08:24 UTC 2013
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 <kinju59 at gmail.com>:
> 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 <dennis.luxen at gmail.com> 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 <kinju59 at gmail.com>:
>>
>>> 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
>>> OSRM-talk at openstreetmap.org
>>> http://lists.openstreetmap.org/listinfo/osrm-talk
>>
More information about the OSRM-talk
mailing list