Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Doesn't build on OSX #8

Closed
colincsl opened this issue May 23, 2014 · 1 comment
Closed

Doesn't build on OSX #8

colincsl opened this issue May 23, 2014 · 1 comment

Comments

@colincsl
Copy link

readline is keg-only so it doesn't get installed to the normal system paths in OSX 10.9.

I added /usr/local/opt/readline to the CMAKE_PREFIX path and it worked.

@meyerj
Copy link
Member

meyerj commented Nov 29, 2021

For future reference: The creation of symlinks at /usr/local can be enforced with

brew link [--force] readline

which is what has been applied for Travis at orocos-toolchain/orocos_toolchain#34, for example. Setting the CMAKE_PREFIX_PATH manually to the location where readline is installed is indeed another option.

@meyerj meyerj closed this as completed Nov 29, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants