[EMAIL PROTECTED] wrote:
Currently Cockpit/hud_rwy.cxx does not use the above compiler.h strategy and breaks mac os x builds
the line in hud_rwy.cxx
#include <GL/glu.h>
needs to be replaced by:
#include <simgear/compiler.h> #include SG_GLU_H
This code was already developed before the MacOS X patch went into CVS. I've updated this file now.
Erik
_______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel 2f585eeea02e2c79d7b1d8c4963bae2d
