Bug report
Issue details
-
The existing instructions to setup the build environment for MaxOX 14 do not work. Issues are faced with incorrect Python Version, incorrect G++ Version.
Link & Video Referred to: https://ardupilot.org/dev/docs/building-setup-mac.html
-
The Automatic environment script for mac does not work either. I dont have the exact errors just now. I will have to re-run it on another mac to get the errors again.
Please note that in both cases I was attempting to setup the environment from scratch.
Version
N/A - ./waf configure fails
Platform
N/A - ./waf configure fails
Airframe type
Copter however the issue would arise for any frame
Hardware type
Pixhawk6X however this is irrelevant becase - ./waf configure fails
Logs
I dont have the logs at the moment as the issue is now fixed but the problem is related to brew installing an older version 5.4.1 of G++ and the multiple conflicting versions of python.
a. .pyenv did not work
b. after removing .pyenv version 3.9.6 did not work
c. finally pointed to 3.11.6 under homebrew and that worked.
Bug report
Issue details
The existing instructions to setup the build environment for MaxOX 14 do not work. Issues are faced with incorrect Python Version, incorrect G++ Version.
Link & Video Referred to: https://ardupilot.org/dev/docs/building-setup-mac.html
The Automatic environment script for mac does not work either. I dont have the exact errors just now. I will have to re-run it on another mac to get the errors again.
Please note that in both cases I was attempting to setup the environment from scratch.
Version
N/A - ./waf configure fails
Platform
N/A - ./waf configure fails
Airframe type
Copter however the issue would arise for any frame
Hardware type
Pixhawk6X however this is irrelevant becase - ./waf configure fails
Logs
I dont have the logs at the moment as the issue is now fixed but the problem is related to brew installing an older version 5.4.1 of G++ and the multiple conflicting versions of python.
a. .pyenv did not work
b. after removing .pyenv version 3.9.6 did not work
c. finally pointed to 3.11.6 under homebrew and that worked.