-
Notifications
You must be signed in to change notification settings - Fork 129
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
Suggestion to change in the installation #7
Comments
Hello, |
Python version: 2.7.15 It's also the Ubuntu 16.04 + ROS Kinetic. |
I also met with same error by execute catkin_make (http://wiki.ros.org/catkin/Tutorials/workspace_overlaying 2.3Building Your catkin Workspace) [ 95%] Linking CXX executable /.../overlay_ws/devel/lib/turtlesim/turtlesim_node |
Hi, @charleschen6 are you using the Python supplied by Ubuntu, Virtual environment, or Conda? Regards, |
Possible solution for libuuid: "It is good to remove the libuuid library file under anaconda2/lib, and finally solved this problem." |
You saved my day bro! |
Hi, I just compiled the ESIM on my Ubuntu 16.04 machine with ROS Kinetic. I just recently setup my machine so the OS is rather clean. I noticed two problems during the installation:
First, In this line: https://github.com/uzh-rpg/ze_oss/blob/master/ze_cmake/cmake/modules/ze_setup.cmake#L4
The option
Werror
is turned on so that some warnings in thepyconfig.h
will be flagged as errors. With this, I couldn't compileze_matplotlib
Second, while I was compiling
ze_splines
, it gives me the following errors:Turns out the version of
libuuid
supported by the Ubuntu 16.04 is too old. Since I have a conda on my machine, so I installedlibuuid
through conda to fix it:Yuhuang.
The text was updated successfully, but these errors were encountered: