Skip to content
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

pkg-config broken for v5 include path hack #2195

Closed
daniel-j-h opened this issue Apr 1, 2016 · 2 comments
Closed

pkg-config broken for v5 include path hack #2195

daniel-j-h opened this issue Apr 1, 2016 · 2 comments
Milestone

Comments

@daniel-j-h
Copy link
Member

$ pkg-config --cflags libosrm
/usr/local/include/osrm -I/usr/local/include

^ -I missing?
@daniel-j-h daniel-j-h added this to the OSRM 5.0 milestone Apr 1, 2016
@daniel-j-h
Copy link
Member Author

pkg-config --libs libosrm
-L/usr/local/lib -losrm 

This is also missing e.g. libosrm_store needed for StorageConfig.

Seems like libosrm links in libosrm_store already.

@daniel-j-h
Copy link
Member Author

Resolved in #2208.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant