I am (still) trying to set up a Toolchain install on a clean MacBook running Sonoma 14.6.1.
I followed the MacOS install instructions but still haven’t managed to do a clean build of Gazebo using terminal. I have cleared issues with ‘No module named empy’ - was due to the install instructions leaving me with 2 versions of Python. Fixed using .venv and reinstalling packages there.
I now have an error message:
/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/cmath:321:5: error: tried including <math.h> but didn’t find libc++'s <math.h> header.
I have checked my /usr/local/include directory and symlink to math.h is there. I have done the instructions on the Build instructions page - and have the latest Mac CommandLineTools. $path includes that directory.
Any other tips? Coming from an IOS development background.