erwincoumans / tiny-differentiable-simulator

Tiny Differentiable Simulator is a header-only C++ and CUDA physics library for reinforcement learning and robotics with zero dependencies.
Apache License 2.0
1.19k stars 128 forks source link

Issue during initial install #19

Closed BPDanek closed 4 years ago

BPDanek commented 4 years ago

When trying to install the make -j step returns

Rerunning does the same.

[ 22%] Built target pytinydiffsim
[ 26%] Built target opengl_imgui_test
[ 28%] Built target pendulum_example_gui
[ 31%] Built target tiny_urdf_parser_opengl_example
[ 35%] Built target opengl_test
[ 36%] Built target pytinyopengl3
[ 98%] Built target zmq
make: *** [all] Error 2

I am using GCC and G++ 10, same bug comes up with GCC and G++ 7. Ran on MacOS and Ubuntu 16

BPDanek commented 4 years ago

It looks like there were issues during build too, got an error similar to: https://github.com/ros-planning/navigation/issues/617 resolved with: https://github.com/ros-planning/navigation/issues/617#issuecomment-391005166

BPDanek commented 4 years ago

It looks like there were issues during build too, got an error similar to: https://github.com/ros-planning/navigation/issues/617 resolved with: https://github.com/ros-planning/navigation/issues/617#issuecomment-391005166

erwincoumans commented 4 years ago

Can't reproduce, it compiles/build, links and runs on Windows, Linux and Mac OSX, if you follow the required dependencies etc.