-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors running make #344
Comments
We currently have CI builds to check compilation against What version of |
@jcoupey thank you for the quick response. I was on |
I tried with both The "no matching function" error reported above relates to this call. What is actually puzzling me is that the compiler mentions a candidate for that function at Status Table(const TableParameters ¶meters, json::Object &result) const; whereas in you case the compiler reports: Status Table(const TableParameters ¶meters, osrm::engine::api::ResultT &result) const; Can you check that you have the later on you system? This would explain the error. |
Yup, it is indeed this line that is on my system
Which is probably because I've compiled osrm manually, from the current master and what I should have done is compile this https://github.com/Project-OSRM/osrm-backend/tree/5.22 I'm going to try that and report back. Sorry, to waist your time with this and thank you for all the help. |
Yes, I've figured out in the meantime that you've compiled Not exactly a waste of time because this probably qualifies as a a breaking change for |
I can also confirm compiling |
@flauc thanks for reporting. I opened a ticket in the OSRM repo, we should probably keep this one open for reference until further notice. |
This breaking change in libosrm interface has been undone in the latest release. Closing as this is solved now when using OSRM |
I get the following errors when trying to run make
This is on
Debian 4.9.210-1
withlibssl-dev
andlibboost-all-dev
installed. The osrm version I have installed is5.22.0
The text was updated successfully, but these errors were encountered: