<div dir="ltr">Looking through the repo history, the function `AddCoordinate` only appeared for a brief time between the 4.9.1 and the 5.0.0 release.  It was never part of a tagged version.<div><br></div><div>Bateesh - you have three options:</div><div><br></div><div>  1) Downgrade your OSRM version to 4.9.1, and use `addCoordinate` instead of `AddCoordinate`</div><div>  2) Find the exact gitsha that you previously used to build against OSRM.  I'm guessing you just grabbed the latest code at the time.  That function was removed in f3e72623e9ec9764c6be1f2aa81a4523f9647077, so somewhere before that, but after the 4.9.1 tag would be close.</div><div>  3) Do as Mateusz suggest, and upgrade to the latest version.  Check the `examples/` directory for how to hit the current API interface.</div><div><br></div><div>daniel</div><div><pre style="white-space:pre-wrap;background-color:rgb(245,245,245);font-family:Consolas,Monaco,"Liberation Mono","Lucida Console",monospace;font-size:11.7px;margin-bottom:10px;overflow:auto;padding-left:5px;padding-top:5px;width:580px;color:rgb(0,0,0)"><code style="font-family:Consolas,Monaco,"Liberation Mono","Lucida Console",monospace;font-size:10.53px">Bateesh</code></pre></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jul 30, 2019 at 3:07 AM Mateusz Loskot <<a href="mailto:mateusz@loskot.net">mateusz@loskot.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Tue, 30 Jul 2019 at 10:43, BATEESH . <<a href="mailto:bateesh@gmail.com" target="_blank">bateesh@gmail.com</a>> wrote:<br>
><br>
> I am trying to compile project which uses osrm libraries and was written in 2017.<br>
<br>
Likely, you will have to update your application to catch it up with any changes<br>
that happened in the OSRM C++ API (which, AFAIK, gives no promise on<br>
stability/compatibility).<br>
<br>
Best regards,<br>
-- <br>
Mateusz Loskot, <a href="http://mateusz.loskot.net" rel="noreferrer" target="_blank">http://mateusz.loskot.net</a><br>
<br>
_______________________________________________<br>
OSRM-talk mailing list<br>
<a href="mailto:OSRM-talk@openstreetmap.org" target="_blank">OSRM-talk@openstreetmap.org</a><br>
<a href="https://lists.openstreetmap.org/listinfo/osrm-talk" rel="noreferrer" target="_blank">https://lists.openstreetmap.org/listinfo/osrm-talk</a><br>
</blockquote></div>