<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Project-OSRM/osrm-backend is the correct repository to use.</div><div class=""><br class=""></div><div class="">The error you're seeing is an incompatibility between MSVC and one of the dependencies of OSRM called STXXL.</div><div class=""><br class=""></div><div class="">There is a patch here for STXXL:</div><div class=""><br class=""></div><div class=""><a href="https://github.com/mapbox/windows-builds/blob/caa9ee80125aa15237ea7227d0c45e46a1d49332/patches/stxxl-msc_ver-1900.diff" class="">https://github.com/mapbox/windows-builds/blob/caa9ee80125aa15237ea7227d0c45e46a1d49332/patches/stxxl-msc_ver-1900.diff</a></div><div class=""><br class=""></div><div class="">@BertWerkGIS has some Windows build scripts for OSRM here that might make building things a bit easier.</div><div class=""><br class=""></div><div class=""><a href="https://github.com/mapbox/windows-builds/blob/master/scripts/build_osrm.bat" class="">https://github.com/mapbox/windows-builds/blob/master/scripts/build_osrm.bat</a></div><div class=""><a href="https://github.com/mapbox/windows-builds/blob/master/scripts/build_osrm_deps.bat" class="">https://github.com/mapbox/windows-builds/blob/master/scripts/build_osrm_deps.bat</a></div><div class=""><br class=""></div><div class="">daniel</div><br class=""><div><blockquote type="cite" class=""><div class="">On Oct 1, 2015, at 3:59 AM, Kostadin Moraliev <<a href="mailto:moraliev@gmail.com" class="">moraliev@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Yes, you are right! <div class="">If I want to build stable version for debug? What source to use?</div><div class="">Using source from <a href="https://github.com/alex85k/Project-OSRM.git" class="">https://github.com/alex85k/Project-OSRM.git</a> it is OK. According to comit date it is pretty older than 2 link.<br class=""></div><div class="">But using <a href="https://github.com/Project-OSRM/osrm-backend.git" class="">https://github.com/Project-OSRM/osrm-backend.git</a> - 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.</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Wed, Sep 23, 2015 at 3:00 PM,  <span dir="ltr" class=""><<a href="mailto:osrm-talk-request@openstreetmap.org" target="_blank" class="">osrm-talk-request@openstreetmap.org</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send OSRM-talk mailing list submissions to<br class="">
        <a href="mailto:osrm-talk@openstreetmap.org" class="">osrm-talk@openstreetmap.org</a><br class="">
<br class="">
To subscribe or unsubscribe via the World Wide Web, visit<br class="">
        <a href="https://lists.openstreetmap.org/listinfo/osrm-talk" rel="noreferrer" target="_blank" class="">https://lists.openstreetmap.org/listinfo/osrm-talk</a><br class="">
or, via email, send a message with subject or body 'help' to<br class="">
        <a href="mailto:osrm-talk-request@openstreetmap.org" class="">osrm-talk-request@openstreetmap.org</a><br class="">
<br class="">
You can reach the person managing the list at<br class="">
        <a href="mailto:osrm-talk-owner@openstreetmap.org" class="">osrm-talk-owner@openstreetmap.org</a><br class="">
<br class="">
When replying, please edit your Subject line so it is more specific<br class="">
than "Re: Contents of OSRM-talk digest..."<br class="">
<br class="">
<br class="">
Today's Topics:<br class="">
<br class="">
   1. Building stable OSRM (Kostadin Moraliev)<br class="">
   2. Re: Building stable OSRM (Patrick Niklaus)<br class="">
<br class="">
<br class="">
----------------------------------------------------------------------<br class="">
<br class="">
Message: 1<br class="">
Date: Wed, 23 Sep 2015 13:40:29 +0300<br class="">
From: Kostadin Moraliev <<a href="mailto:moraliev@gmail.com" class="">moraliev@gmail.com</a>><br class="">
To: <a href="mailto:osrm-talk@openstreetmap.org" class="">osrm-talk@openstreetmap.org</a><br class="">
Subject: [OSRM-talk] Building stable OSRM<br class="">
Message-ID:<br class="">
        <CAF2Gm37oQ=<a href="mailto:kCKki%2Baa8Y5XWfG_hmOEReR9C%2BhFSHiLKGBkBpVQ@mail.gmail.com" class="">kCKki+aa8Y5XWfG_hmOEReR9C+hFSHiLKGBkBpVQ@mail.gmail.com</a>><br class="">
Content-Type: text/plain; charset="utf-8"<br class="">
<br class="">
Hello,<br class="">
I want to build OSRM in debug mode. I found different build scripts.<br class="">
Now I don't know what is the lastest stable version in GitHub<br class="">
<br class="">
This one: <a href="https://github.com/DennisOSRM/Project-OSRM" rel="noreferrer" target="_blank" class="">https://github.com/DennisOSRM/Project-OSRM</a><br class="">
or  may be this one: <a href="https://github.com/Project-OSRM/osrm-backend.git" rel="noreferrer" target="_blank" class="">https://github.com/Project-OSRM/osrm-backend.git</a><br class="">
<br class="">
Can you help me please?<br class="">
-------------- next part --------------<br class="">
An HTML attachment was scrubbed...<br class="">
URL: <<a href="http://lists.openstreetmap.org/pipermail/osrm-talk/attachments/20150923/25192ce1/attachment-0001.html" rel="noreferrer" target="_blank" class="">http://lists.openstreetmap.org/pipermail/osrm-talk/attachments/20150923/25192ce1/attachment-0001.html</a>><br class="">
<br class="">
------------------------------<br class="">
<br class="">
Message: 2<br class="">
Date: Wed, 23 Sep 2015 12:50:31 +0200<br class="">
From: Patrick Niklaus <<a href="mailto:patrick.niklaus@student.kit.edu" class="">patrick.niklaus@student.kit.edu</a>><br class="">
To: Mailing list to discuss Project OSRM <<a href="mailto:osrm-talk@openstreetmap.org" class="">osrm-talk@openstreetmap.org</a>><br class="">
Subject: Re: [OSRM-talk] Building stable OSRM<br class="">
Message-ID:<br class="">
        <<a href="mailto:CAFxP%2B1Pr7ZoZNScscNP_itP0X73J43NatB4OAm7atNvJ9wq47w@mail.gmail.com" class="">CAFxP+1Pr7ZoZNScscNP_itP0X73J43NatB4OAm7atNvJ9wq47w@mail.gmail.com</a>><br class="">
Content-Type: text/plain; charset=UTF-8<br class="">
<br class="">
Well if you click on both links you will not that github will redirect<br class="">
you to the same page. So in fact they are the same.<br class="">
<br class="">
But <a href="https://github.com/Project-OSRM/osrm-backend" rel="noreferrer" target="_blank" class="">https://github.com/Project-OSRM/osrm-backend</a> is the canonical URL now.<br class="">
<br class="">
On Wed, Sep 23, 2015 at 12:40 PM, Kostadin Moraliev <<a href="mailto:moraliev@gmail.com" class="">moraliev@gmail.com</a>> wrote:<br class="">
> Hello,<br class="">
> I want to build OSRM in debug mode. I found different build scripts.<br class="">
> Now I don't know what is the lastest stable version in GitHub<br class="">
><br class="">
> This one: <a href="https://github.com/DennisOSRM/Project-OSRM" rel="noreferrer" target="_blank" class="">https://github.com/DennisOSRM/Project-OSRM</a><br class="">
> or  may be this one: <a href="https://github.com/Project-OSRM/osrm-backend.git" rel="noreferrer" target="_blank" class="">https://github.com/Project-OSRM/osrm-backend.git</a><br class="">
><br class="">
> Can you help me please?<br class="">
><br class="">
> _______________________________________________<br class="">
> OSRM-talk mailing list<br class="">
> <a href="mailto:OSRM-talk@openstreetmap.org" class="">OSRM-talk@openstreetmap.org</a><br class="">
> <a href="https://lists.openstreetmap.org/listinfo/osrm-talk" rel="noreferrer" target="_blank" class="">https://lists.openstreetmap.org/listinfo/osrm-talk</a><br class="">
><br class="">
<br class="">
<br class="">
<br class="">
------------------------------<br class="">
<br class="">
Subject: Digest Footer<br class="">
<br class="">
_______________________________________________<br class="">
OSRM-talk mailing list<br class="">
<a href="mailto:OSRM-talk@openstreetmap.org" class="">OSRM-talk@openstreetmap.org</a><br class="">
<a href="https://lists.openstreetmap.org/listinfo/osrm-talk" rel="noreferrer" target="_blank" class="">https://lists.openstreetmap.org/listinfo/osrm-talk</a><br class="">
<br class="">
<br class="">
------------------------------<br class="">
<br class="">
End of OSRM-talk Digest, Vol 33, Issue 12<br class="">
*****************************************<br class="">
</blockquote></div><br class=""></div>
_______________________________________________<br class="">OSRM-talk mailing list<br class=""><a href="mailto:OSRM-talk@openstreetmap.org" class="">OSRM-talk@openstreetmap.org</a><br class="">https://lists.openstreetmap.org/listinfo/osrm-talk<br class=""></div></blockquote></div><br class=""></body></html>