> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:flightgear- > [EMAIL PROTECTED] On Behalf Of Brian Keener > Sent: 05 May 2006 01:02 > To: [email protected] > Subject: Re: [Flightgear-users] Getting an OpenAL where when ending in > Cygwin Compiled version > > Vivian Meazza wrote: > > Make sure that you have the latest version of Cygwin/gcc and FreeGLUT > > Download and compile OpenAL and FreeAlut > > Download and compile PLIB-1.8.4 - not cvs - there are problems with the > > current HEAD version, I am led to believe > > Download and compile SimGear and FlightGear either cvs or -0.9.10, but > both > > must be the same > > Well I didn't get far. I made sure I had FreeGlut and I already had gcc > so > then I downloaded the tar'd source for OpenAL-0.0.8 and FreeAlut-1.0.1 and > I > can get OpenAL to configure and make but I can not get FreeAlut to Make. > > It configures but will not make - I get alot of this type stuff: > > /usr/src/freealut-1.0.1/src/alutBufferData.c:149: error: `AL_TRUE' > undeclared > (f > irst use in this function) > /usr/src/freealut-1.0.1/src/alutBufferData.c: At top level: > /usr/src/freealut-1.0.1/src/alutBufferData.c:153: error: parse error > before > "_al > utPassBufferData" > /usr/src/freealut-1.0.1/src/alutBufferData.c:154: warning: return type > defaults > to `int' > /usr/src/freealut-1.0.1/src/alutBufferData.c: In function > `_alutPassBufferData': > > /usr/src/freealut-1.0.1/src/alutBufferData.c:155: error: `ALuint' > undeclared > (fi > rst use in this function) > /usr/src/freealut-1.0.1/src/alutBufferData.c:155: error: parse error > before > "buf > fer" > /usr/src/freealut-1.0.1/src/alutBufferData.c:156: error: `buffer' > undeclared > (fi > rst use in this function) > /usr/src/freealut-1.0.1/src/alutBufferData.c:156: error: `AL_NONE' > undeclared > (f > irst use in this function) > make[2]: *** [libalut_la-alutBufferData.lo] Error 1 > make[2]: Leaving directory `/usr/develop/obj/cygwin-apps/freealut- > 1.0.1/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/develop/obj/cygwin-apps/freealut-1.0.1' > make: *** [all] Error 2 > > [EMAIL PROTECTED] /usr/develop/obj/cygwin-apps/freealut-1.0.1 > $ > > Which should I build first OpenAL or FreeAlut and do I need to run > autogen.sh > (because I get errors about running autoupdate when I do) and should I > configure and build in the source tree or can I build in a build location > like > I prefer to do. > > Any additional greatly appreciated. >
I can't help a great deal more. OpenAL has to be compiled first (you did make install, I assume). The warnings seem to do no harm, and they are mentioned in the FreeAlut readme. That all said, I'm getting a compile error here atm which I am investigating. You can put OpenAL and FreeAlut wherever you like. You may have to adjust your include path etc. Not uch help, I'm afraid V. ------------------------------------------------------- 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&kid0709&bid&3057&dat1642 _______________________________________________ Flightgear-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/flightgear-users
