Open dtorre38 opened 1 month ago
@dtorre38 the error is telling you how to fix this, would you like to send a PR?
@yuvaltassa Apologies, I won't be able to get to this soon. I reverted to an older version of mujoco (2.2.1) for the time being.
Okay, but you do realize that this is only because we are telling the compiler to treat warnings as errors?
You can just delete -Werror
and it will build.
Delete this line
Intro
Hi!
I am a graduate student at the University of Illinois at Chicago, I use MuJoCo for my research on motion planning.
My setup
Tested on 3.2.3 & 3.1.1 M2 Pro MacBook Pro MacOS 15.0.1 C API
What's happening? What did you expect?
I am making modifications to simulate, so I need to build via CMakeLists.txt. When I make, I obtain the errors shown in the screenshot. As the errors indicate, some functionality has been deprecated on the latest MacOS version. Can we expect an update to correct this issue for Mac users on 15.0+?
Steps for reproduction
Minimal model for reproduction
Utilize mujoco-3.2.3.
Code required for reproduction
No response
Confirmations