Hello,

I ran ./autogen.sh on my CVS first, then ./configure, and got the following:

[jim@jim Atlas]$ ./autogen.sh
Host info: Linux i686
automake: 1.6.3 (16)

Running aclocal
Running autoheader
autoheader: `src/config.h.in' is unchanged
Running automake --add-missing
Running autoconf

======================================
Now you are ready to run './configure'
======================================
[jim@jim Atlas]$ ./configure

[snip]
checking for random... yes
checking for setitimer... yes
checking for getitimer... yes
checking for signal... yes
checking for GetLocalTime... no
checking for rint... yes
checking for getrusage... yes
configure: error: conditional "ENABLE_XMESA_FX" was never defined.
Usually this means the macro was only invoked conditionally.

Then, instead of using my updated CVS, I grabbed a new CVS and did it the same way with the following...

[jim@jim Atlas]$ ./autogen.sh
Host info: Linux i686
automake: 1.6.3 (16)

Running aclocal
Running autoheader
autoheader: `src/config.h.in' is created
Running automake --add-missing
configure.ac: installing `./missing'
src/Makefile.am: installing `./depcomp'
Running autoconf

======================================
Now you are ready to run './configure'
======================================
[jim@jim Atlas]$ ./configure
[snip]
checking for getitimer... yes
checking for signal... yes
checking for GetLocalTime... no
checking for rint... yes
checking for getrusage... yes
configure: error: conditional "ENABLE_XMESA_FX" was never defined.
Usually this means the macro was only invoked conditionally.

Thank you.

Jim




From: paul mccann <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [Flightgear-users] atlas
Date: Tue, 22 Oct 2002 00:37:15 -0400

I think i used ./autogen.sh then you can do the regular stuff ./configure make and make install
, plus you may have to update your automake and autoconf.


_______________________________________________
Flightgear-users mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-users

_________________________________________________________________
Surf the Web without missing calls!�Get MSN Broadband. http://resourcecenter.msn.com/access/plans/freeactivation.asp


_______________________________________________
Flightgear-users mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-users

Reply via email to