David Luff gave clear instructions
 
> 
> On 4/28/04 at 10:09 AM Jon S Berndt wrote:
> 
> >
> >This was all done under CygWin?  Can someone summarize the process?
> >
> 
> Yes, under Cygwin.  Here goes...
> 
> Download Norman's prebuilt Cygwin openal from: 
> http://www.vso.cape.com/~nhv/files/fgfs/openal.tgz
> and place it somewhere, in this example in your home directory (~/).
> 
> cd to /usr/local and extract the archive from there:
> tar xvfz ~/openal.tgz 
> (the above assuming openal.tgz was in your home dir).
> 
> Check out the latest SimGear and FlightGear - there have been 
> recent matching changes.
> 
> Build SimGear - if a test program fails to build in the sound 
> dir then just remove it from the Makefile.am (ONLY if it's 
> one of the test programs!!!).
> 
> cd to the top level FlightGear dir.
> Modify FlightGear's src/Main/Makefile.am as follows:
> 
> replace 
> $(openal_LIBS)
> with
> -lopenal32 -lwinmm -ldsound -ldxguid -lole32
> 
> Hopefully this step should be removed in the near future when 
> the configure script gets sorted for Cygwin.
> 
> Build FlightGear, and report success or failure.
> 
> Good luck!
> 
> Cheers - Dave
> 

Result - failure, 

I downloaded openal.gz (not openal.tgz) and extracted the archive - no
problems as far as I can see.

I've downloaded the latest Simgear - compiles OK, no warnings.

I've downloaded the latest FlightGear, made the changes. Configure reports
with: 

Checking for library containing alGenBuffers ... No

Then fails with

Config.status: creating \
.infig.status: error:cannot find input file.

I think that this failure may have nothing to do with openAL, but I can't
see what's wrong. My knowledge of Cygwin is vestigial. FlightGear-0.9.4
compiles without error.

Any pointers?

Regards

Vivian 



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

Reply via email to