Hi ya'll,
I'm planning on modifying the ArduPlane code for a recreational project involving hang-gliders. I had no problem downloading binaries etc... but when I built the current master branch (or ArduPlane-release) I received an error from make/gcc about include/menu.h not found.
From poking around this seems to be a missing symbolic link or somesuch which presumably points to AP_Menu.h. I m…