libiconv out of date on Mac? [closed]
Hello,
I was trying to build image_view on my Mac OSX and I get this error when I run the node :
[ERROR] [1360612367.075932000]: Failed to load nodelet [/image_view_1360612364942955000] of type [image_view/image]: Failed to load library /Users/hansgaiser/ros_catkin_ws/install_isolated/lib//libimage_view.dylib. Make sure that you are calling the PLUGINLIB_EXPORT_CLASS macro in the library code, and that names are consistent between this macro and your XML. Error string: Could not load library (Poco exception = dlopen(/Users/hansgaiser/ros_catkin_ws/install_isolated/lib//libimage_view.dylib, 9): Library not loaded: /opt/local/lib/libiconv.2.dylib
Referenced from: /usr/local/lib/libglib-2.0.0.dylib
Reason: Incompatible library version: libglib-2.0.0.dylib requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0.0)
[ERROR] [1360612367.079505000]: [registerPublisher] Failed to contact master at [localhost:11311]. Retrying...
I tried installing a new version through Homebrew, but it would not want to symlink this, because libiconv is also a system dependency and that could cause issues apparently. What should I do?
Closed for the following reason
question is not relevant or outdated by
tfoote
close date 2015-10-30 17:52:08.358699
add a comment