[OSRM-talk] OSRM-talk Digest, Vol 33, Issue 12

Daniel Patterson daniel at mapbox.com
Thu Oct 1 15:19:29 UTC 2015


Project-OSRM/osrm-backend is the correct repository to use.

The error you're seeing is an incompatibility between MSVC and one of the dependencies of OSRM called STXXL.

There is a patch here for STXXL:

https://github.com/mapbox/windows-builds/blob/caa9ee80125aa15237ea7227d0c45e46a1d49332/patches/stxxl-msc_ver-1900.diff <https://github.com/mapbox/windows-builds/blob/caa9ee80125aa15237ea7227d0c45e46a1d49332/patches/stxxl-msc_ver-1900.diff>

@BertWerkGIS has some Windows build scripts for OSRM here that might make building things a bit easier.

https://github.com/mapbox/windows-builds/blob/master/scripts/build_osrm.bat <https://github.com/mapbox/windows-builds/blob/master/scripts/build_osrm.bat>
https://github.com/mapbox/windows-builds/blob/master/scripts/build_osrm_deps.bat <https://github.com/mapbox/windows-builds/blob/master/scripts/build_osrm_deps.bat>

daniel

> On Oct 1, 2015, at 3:59 AM, Kostadin Moraliev <moraliev at gmail.com> wrote:
> 
> Yes, you are right! 
> If I want to build stable version for debug? What source to use?
> Using source from https://github.com/alex85k/Project-OSRM.git <https://github.com/alex85k/Project-OSRM.git> it is OK. According to comit date it is pretty older than 2 link.
> But using https://github.com/Project-OSRM/osrm-backend.git <https://github.com/Project-OSRM/osrm-backend.git> - FAILS with annoying message about std. In fact compiler points at std::strtoll and says "std::_atoi64 is unknown std function". May be bad include, because on Visual studio opens problem file twice when click to see error.
> 
> 
> 
> 
> On Wed, Sep 23, 2015 at 3:00 PM, <osrm-talk-request at openstreetmap.org <mailto:osrm-talk-request at openstreetmap.org>> wrote:
> Send OSRM-talk mailing list submissions to
>         osrm-talk at openstreetmap.org <mailto:osrm-talk at openstreetmap.org>
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.openstreetmap.org/listinfo/osrm-talk <https://lists.openstreetmap.org/listinfo/osrm-talk>
> or, via email, send a message with subject or body 'help' to
>         osrm-talk-request at openstreetmap.org <mailto:osrm-talk-request at openstreetmap.org>
> 
> You can reach the person managing the list at
>         osrm-talk-owner at openstreetmap.org <mailto:osrm-talk-owner at openstreetmap.org>
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of OSRM-talk digest..."
> 
> 
> Today's Topics:
> 
>    1. Building stable OSRM (Kostadin Moraliev)
>    2. Re: Building stable OSRM (Patrick Niklaus)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Wed, 23 Sep 2015 13:40:29 +0300
> From: Kostadin Moraliev <moraliev at gmail.com <mailto:moraliev at gmail.com>>
> To: osrm-talk at openstreetmap.org <mailto:osrm-talk at openstreetmap.org>
> Subject: [OSRM-talk] Building stable OSRM
> Message-ID:
>         <CAF2Gm37oQ=kCKki+aa8Y5XWfG_hmOEReR9C+hFSHiLKGBkBpVQ at mail.gmail.com <mailto:kCKki%2Baa8Y5XWfG_hmOEReR9C%2BhFSHiLKGBkBpVQ at mail.gmail.com>>
> Content-Type: text/plain; charset="utf-8"
> 
> Hello,
> I want to build OSRM in debug mode. I found different build scripts.
> Now I don't know what is the lastest stable version in GitHub
> 
> This one: https://github.com/DennisOSRM/Project-OSRM <https://github.com/DennisOSRM/Project-OSRM>
> or  may be this one: https://github.com/Project-OSRM/osrm-backend.git <https://github.com/Project-OSRM/osrm-backend.git>
> 
> Can you help me please?
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.openstreetmap.org/pipermail/osrm-talk/attachments/20150923/25192ce1/attachment-0001.html <http://lists.openstreetmap.org/pipermail/osrm-talk/attachments/20150923/25192ce1/attachment-0001.html>>
> 
> ------------------------------
> 
> Message: 2
> Date: Wed, 23 Sep 2015 12:50:31 +0200
> From: Patrick Niklaus <patrick.niklaus at student.kit.edu <mailto:patrick.niklaus at student.kit.edu>>
> To: Mailing list to discuss Project OSRM <osrm-talk at openstreetmap.org <mailto:osrm-talk at openstreetmap.org>>
> Subject: Re: [OSRM-talk] Building stable OSRM
> Message-ID:
>         <CAFxP+1Pr7ZoZNScscNP_itP0X73J43NatB4OAm7atNvJ9wq47w at mail.gmail.com <mailto:CAFxP%2B1Pr7ZoZNScscNP_itP0X73J43NatB4OAm7atNvJ9wq47w at mail.gmail.com>>
> Content-Type: text/plain; charset=UTF-8
> 
> Well if you click on both links you will not that github will redirect
> you to the same page. So in fact they are the same.
> 
> But https://github.com/Project-OSRM/osrm-backend <https://github.com/Project-OSRM/osrm-backend> is the canonical URL now.
> 
> On Wed, Sep 23, 2015 at 12:40 PM, Kostadin Moraliev <moraliev at gmail.com <mailto:moraliev at gmail.com>> wrote:
> > Hello,
> > I want to build OSRM in debug mode. I found different build scripts.
> > Now I don't know what is the lastest stable version in GitHub
> >
> > This one: https://github.com/DennisOSRM/Project-OSRM <https://github.com/DennisOSRM/Project-OSRM>
> > or  may be this one: https://github.com/Project-OSRM/osrm-backend.git <https://github.com/Project-OSRM/osrm-backend.git>
> >
> > Can you help me please?
> >
> > _______________________________________________
> > OSRM-talk mailing list
> > OSRM-talk at openstreetmap.org <mailto:OSRM-talk at openstreetmap.org>
> > https://lists.openstreetmap.org/listinfo/osrm-talk <https://lists.openstreetmap.org/listinfo/osrm-talk>
> >
> 
> 
> 
> ------------------------------
> 
> Subject: Digest Footer
> 
> _______________________________________________
> OSRM-talk mailing list
> OSRM-talk at openstreetmap.org <mailto:OSRM-talk at openstreetmap.org>
> https://lists.openstreetmap.org/listinfo/osrm-talk <https://lists.openstreetmap.org/listinfo/osrm-talk>
> 
> 
> ------------------------------
> 
> End of OSRM-talk Digest, Vol 33, Issue 12
> *****************************************
> 
> _______________________________________________
> OSRM-talk mailing list
> OSRM-talk at openstreetmap.org
> https://lists.openstreetmap.org/listinfo/osrm-talk

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/osrm-talk/attachments/20151001/1574b146/attachment.html>


More information about the OSRM-talk mailing list