You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For future reference: The creation of symlinks at /usr/localcan 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.
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.
The text was updated successfully, but these errors were encountered: