-
Notifications
You must be signed in to change notification settings - Fork 54
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
can't build abb_libegm_samples #55
Comments
I reinstalled ubuntu, ros, ros-industrial, abb stack, abb_libegm, and protoc, and was successfully able to build the library. Maybe I had a protoc conflict??? |
Great that you solved the issue.
That was my initial thought when I read your issue. It's best to have the same version of |
If you're using Ubuntu, I'd recommend installing the Downloading binaries from Google's site is nice, but seeing as there is a relatively tight dependency between compiler and library, not always a good idea. |
When I try to build abb_libegm and abb_libegm_samples, (using catkin_make_isolated on Windows) which are both in the same catkin_ws, I get the following error:
|
I'm having difficulty building the abb_libegm_samples from: issue 18
I downloaded a protoc executable from: link, copied it to /usr/bin and chmod +x protoc so it would run, I was able to build abb_libegm. I was not able to experience the same success when I tried to build the samples file.
which protoc = /usr/bin/protoc
protoc version = libprotoc 3.6.1
Ubuntu: 16.04
ROS: Kinetic
See output below.
Any ideas on how to resolve: undefined reference to `google::protobuf::xxxxx?
The text was updated successfully, but these errors were encountered: