BUG Building error, linking error with simulate #2885
-
IntroI am using mujoco for my experiments My setupArch linux x86_64. gcc 15.2.1 cmake 4.1.1. My questionI'm trying to compile mujoco from source, but it throws linking errors. log: CMake Warning (dev) at /usr/share/cmake/Modules/FetchContent.cmake:1953 (message): -- mujoco::FindOrFetch: checking for targets in package -- Looking for sys/types.h
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
Building with clang solves this, just write this for fish |
Beta Was this translation helpful? Give feedback.
-
|
Thanks, I have the same error. |
Beta Was this translation helpful? Give feedback.
-
|
Note that the compiler your system defaulted to, GCC 15, is not one that we are currently testing on GitHub CI. See this file for the list of supported compilers: https://github.com/google-deepmind/mujoco/blob/main/.github/workflows/build.yml I'm not sure if things are broken in general on GCC 15 or if there is just some C++ toolchain issue with GCC on your system |
Beta Was this translation helpful? Give feedback.
Building with clang solves this, just write this for fish