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

OS X install errors #36

Open
migel opened this issue Oct 19, 2015 · 4 comments
Open

OS X install errors #36

migel opened this issue Oct 19, 2015 · 4 comments

Comments

@migel
Copy link

migel commented Oct 19, 2015

I'm tried to follow the instruction for installing with a rosinstall file:

mkdir ws && cd ws
wstool init src https://raw.github.com/wg-perception/object_recognition_core/master/doc/source/ork.rosinstall
cd src && wstool update -j8
cd .. && rosdep install --from-paths src -i -y
catkin_make
source devel/setup.bash

Got the following errors:

mk@mk-mbp:~/ros_ws2/src$ cd .. && rosdep install --from-paths src -i -y
ERROR: the following packages/stacks could not have their rosdep keys resolved
to system dependencies:
object_recognition_reconstruction: No definition of [meshlab] for OS [osx]
object_recognition_core: No definition of [couchdb] for OS [osx]
ecto: No definition of [python-pyside] for OS [osx]
object_recognition_renderer: No definition of [sdl] for OS [osx]
@vrabaud
Copy link
Member

vrabaud commented Oct 20, 2015

Those dependencies need to be added to https://github.com/ros/rosdistro/blob/master/rosdep/osx-homebrew.yaml
@wjwwood, I'd appreciate if you could add those. Thx

@wjwwood
Copy link

wjwwood commented Oct 20, 2015

What's the difference in sdl and sdl_image? https://github.com/ros/rosdistro/blob/master/rosdep/osx-homebrew.yaml#L640

Also it would be great if the people who need the keys and are using them could contribute them, maybe @migel can take a crack at it? http://docs.ros.org/independent/api/rosdep/html/contributing_rules.html

@vrabaud
Copy link
Member

vrabaud commented Oct 21, 2015

@migel, please follow the instructions at http://docs.ros.org/independent/api/rosdep/html/contributing_rules.html and add the dependency keys you need: those are fairly standard so it should be easy for you.

@wjwwood , sdl_image is the image part of SDL :p

@wjwwood
Copy link

wjwwood commented Oct 21, 2015

Ah, I didn't know if that was a duplicate key or not. It seems strange that there is an OS X key for sdl_image, but not for sdl.

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

No branches or pull requests

3 participants