> From: Jon Berndt [mailto:[EMAIL PROTECTED] 

> 
> > I have placed a compiled tarball of yesterdays OpenAL CVS files @ 
> > http://www.vso.cape.com/~nhv/files/cygwin/cyg_openAL.tgz
> >
> > you might want to test these against the current FGFS 
> before blindly 
> > overwriting your currrent installation
> 
> Is this distribution modified for use with CygWin as 
> discussed in this thread recently?
> Namely, the _WIN32 -> WIN32 issue, as well as the #define MVC?
> 

I grabbed Norman Vine's tarball and have finally put sound into a Cygwin
build.  I noticed that there are still two instances of "_WIN32" in the
headers:  One is in alu.h, and one is in alut.h.  

For example, in alu.h
...
#ifdef _WIN32
#define ALUAPI
#define ALUAPIENTRY __cdecl
...

I don't know if these are intentional or by oversight.  My first success
was after changing the "_WIN32" to "WIN32" in those places.  However, I
cannot conclude that change was necessary due to other oversights along
the way on my part.  For example, one must make sure the openal32.dll
used by fgfs.exe is the one distributed in Norman's tarball!  Other
OpenAL versions cause a runtime error.  I was stuck on that one for
awhile.  :-)

Thanks, everyone.

Jim



_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to