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 <[email protected]> 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, <[email protected] > <mailto:[email protected]>> wrote: > Send OSRM-talk mailing list submissions to > [email protected] <mailto:[email protected]> > > 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 > [email protected] > <mailto:[email protected]> > > You can reach the person managing the list at > [email protected] > <mailto:[email protected]> > > 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 <[email protected] <mailto:[email protected]>> > To: [email protected] <mailto:[email protected]> > Subject: [OSRM-talk] Building stable OSRM > Message-ID: > <CAF2Gm37oQ=kckki+aa8y5xwfg_hmoerer9c+hfshilkgbkb...@mail.gmail.com > <mailto:kckki%2baa8y5xwfg_hmoerer9c%[email protected]>> > 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 <[email protected] > <mailto:[email protected]>> > To: Mailing list to discuss Project OSRM <[email protected] > <mailto:[email protected]>> > Subject: Re: [OSRM-talk] Building stable OSRM > Message-ID: > <cafxp+1pr7zoznscscnp_itp0x73j43natb4oam7atnvj9wq...@mail.gmail.com > <mailto:cafxp%[email protected]>> > 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 <[email protected] > <mailto:[email protected]>> 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 > > [email protected] <mailto:[email protected]> > > https://lists.openstreetmap.org/listinfo/osrm-talk > > <https://lists.openstreetmap.org/listinfo/osrm-talk> > > > > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > OSRM-talk mailing list > [email protected] <mailto:[email protected]> > 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 > [email protected] > https://lists.openstreetmap.org/listinfo/osrm-talk
_______________________________________________ OSRM-talk mailing list [email protected] https://lists.openstreetmap.org/listinfo/osrm-talk
