Sorry for being ignorant, but how do I do this?

Thanks.

- JM

--------------------------------------------
Dave Culp wrote:

On Tuesday 19 July 2005 12:24 pm, John Matro wrote:
I can't compile SimGear-0.3.8 on my Mandrake 10.1 Linux system.  Any
suggestions would be greatly appreciated.

Alex Romosan has the answer.  From the devel list:


06/21/05 06:04 pm
Dave Culp <[EMAIL PROTECTED]> writes:

I just downloaded the latest OpenAL from CVS and can't get SimGear
to compile with it. Here's the error:

apply this patch

--- openal_test1.cxx    30 Apr 2004 00:44:04 -0000      1.5
+++ openal_test1.cxx    21 Jun 2005 23:03:38 -0000
@@ -39,7 +39,7 @@

int main( int argc, char *argv[] ) {
    // initialize OpenAL
-    alutInit( 0, NULL );
+    alutInit( 0, NULL, NULL);
    alGetError();
    if ( alGetError() != AL_NO_ERROR) {
       SG_LOG( SG_GENERAL, SG_ALERT, "Audio initialization failed!" );

it's not like we are using the context anyway.

--alex--

_______________________________________________
Flightgear-users mailing list
[email protected]
http://mail.flightgear.org/mailman/listinfo/flightgear-users
2f585eeea02e2c79d7b1d8c4963bae2d



_______________________________________________
Flightgear-users mailing list
[email protected]
http://mail.flightgear.org/mailman/listinfo/flightgear-users
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to