Ok, I'll update the configure script. Very glad you were able to track down the problem. Thanks for your persistance.
Curt. Alex Romosan writes: > "Curtis L. Olson" <[EMAIL PROTECTED]> writes: > > > This is just plain weird. Remind me what opengl drivers you are > > i found the problem. the check in configure.in for FX is wrong. it > should check for fxmesa.h not xmesa.h. with this patch i can run fgfs > again: > > --- configure.in 5 Feb 2002 19:54:08 -0000 1.99 > +++ configure.in 7 Feb 2002 22:14:50 -0000 > @@ -277,8 +277,8 @@ > fi > > # check for xmesa.h and if found enable XMESA / FX > - AC_CHECK_HEADER(GL/xmesa.h) > - if test "x$ac_cv_header_GL_xmesa_h" = "xyes"; then > + AC_CHECK_HEADER(GL/fxmesa.h) > + if test "x$ac_cv_header_GL_fxmesa_h" = "xyes"; then > save_LIBS="$LIBS" > AC_CHECK_LIB(GL, XMesaSetFXmode) > if test "x$ac_cv_lib_GL_XMesaSetFXmode" = "xyes" ; then > > i fixed this a long time ago, but then i removed configure.in and > checked it out again so everything was lost. > > --alex-- > > -- > | I believe the moment is at hand when, by a paranoiac and active | > | advance of the mind, it will be possible (simultaneously with | > | automatism and other passive states) to systematize confusion | > | and thus to help to discredit completely the world of reality. | > > _______________________________________________ > Flightgear-devel mailing list > [EMAIL PROTECTED] > http://mail.flightgear.org/mailman/listinfo/flightgear-devel -- Curtis Olson IVLab / HumanFIRST Program FlightGear Project Twin Cities [EMAIL PROTECTED] [EMAIL PROTECTED] Minnesota http://www.menet.umn.edu/~curt http://www.flightgear.org _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
