* David Findlay -- Monday 18 March 2002 12:50: > hitlist.cxx: In function `bool sgdPointInTriangle(double *, double (*)[3])': > hitlist.cxx:58: `sgdPointInTriangle(double *, double (*)[3])' was declared > `extern' and later `static' > /usr/include/plib/sg.h:2554: previous declaration of > `sgdPointInTriangle(double *, double (*)[3])' > make[2]: *** [hitlist.o] Error 1
fgfs is only guaranteed to work with the last stable plib, but you are using a more recent version from CVS. sgdPointInTriangle is defined in the plib cvs =AND= 'backported' to and included in fgfs' hitlist.cxx. The correct remedy for now is to comment out the whole function in fgfs. m. _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
