Created
August 20, 2013 06:42
-
-
Save olegsinavski/6277816 to your computer and use it in GitHub Desktop.
ROS resource_retriever mac os build failure
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> Processing catkin package: 'resource_retriever' | |
==> Building with env: '/Users/olegsinyavskiy/ros_catkin_ws/install_isolated/env.sh' | |
Makefile exists, skipping explicit cmake invocation... | |
==> make cmake_check_build_system in '/Users/olegsinyavskiy/ros_catkin_ws/build_isolated/resource_retriever' | |
==> make -j4 -l4 in '/Users/olegsinyavskiy/ros_catkin_ws/build_isolated/resource_retriever' | |
Linking CXX shared library /Users/olegsinyavskiy/ros_catkin_ws/devel_isolated/resource_retriever/lib/libresource_retriever.dylib | |
ld: warning: ignoring file /Library/Frameworks//libcurl.framework/libcurl, missing required architecture x86_64 in file /Library/Frameworks//libcurl.framework/libcurl (2 slices) | |
Undefined symbols for architecture x86_64: | |
"_curl_easy_cleanup", referenced from: | |
resource_retriever::Retriever::~Retriever() in retriever.cpp.o | |
"_curl_easy_init", referenced from: | |
resource_retriever::Retriever::Retriever() in retriever.cpp.o | |
"_curl_easy_perform", referenced from: | |
resource_retriever::Retriever::get(std::string const&) in retriever.cpp.o | |
"_curl_easy_setopt", referenced from: | |
resource_retriever::Retriever::get(std::string const&) in retriever.cpp.o | |
"_curl_global_cleanup", referenced from: | |
resource_retriever::CURLStaticInit::~CURLStaticInit() in retriever.cpp.o | |
"_curl_global_init", referenced from: | |
resource_retriever::CURLStaticInit::CURLStaticInit() in retriever.cpp.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
make[2]: *** [/Users/olegsinyavskiy/ros_catkin_ws/devel_isolated/resource_retriever/lib/libresource_retriever.dylib] Error 1 | |
make[1]: *** [CMakeFiles/resource_retriever.dir/all] Error 2 | |
make: *** [all] Error 2 | |
<== Failed to process package 'resource_retriever': | |
Command '/Users/olegsinyavskiy/ros_catkin_ws/install_isolated/env.sh make -j4 -l4' returned non-zero exit status 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment