"Curtis Olson" wrote:

> It's been a *long* time since I've wrangled with the irix compiler, but one
> idea would be to remove the APIENTRY keyword from one of those lines in the
> header file and then see if the error for that line disappears.
> 
> If it does, then you know that APIENTRY is expanding to something wrong, or
> something your compiler doesn't like and you can work your way backwards and
> see what is defining APIENTRY.

This approach looks interesting - and indeed it shows some progress.
While digging around I notices something that's strange to me (again).
In:

  FlightGear/src/Cockpit/hud.hxx

lines 760 and 761 (extern void fgUpdateHUD( osg::State* [...]) look
somehow redundant to me, but this might be something special about C++.
Do you consider this notation as usual ?

Cheers,
        Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--------------------------------------------------------------------------

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to