[Flightgear-devel] Cygwin break on latest CVS build, Norman's fix works, needs 2 more changes to alc.h

2005-03-25 Thread Ima Sudonim



There are 3 problems preventing the successfull 
build of simgear on my system, one in alctypes.h, and two in alc.h.

Vivian mentioned the problem with alctypes.h back 
in february, 2005. Norman suggested a fix here:

http://baron.flightgear.org/pipermail/flightgear-devel/2005-February/034682.html

Norman's fix: changing 

!defined(_WIN32) 

to 

!defined(WIN32)

Norman's fix solves the alctypes.h problem on my 
Cygwin system. Could someone please make this change in CVS to alctypes.h? The 
file is in include/al.

This fixes the `soundmgr_openal.cxx 
problem.

A problem then occurs with building 
xmlsound.cxx.

The same fix given above needs to be also added to 
line 13 of alc.h

Also line 20 of alc.h must be changed 
to:

#if defined (_MSC_VER) || 
defined(WIN32)

Could someone please also make these two changes in 
CVS to alc.h?

With these changes, simgear builds OK on my system. 


Sorry it's taken so long to figure this out. Thanks 
to Norman and Vivian for pointing this out in the first place.

Thanks!

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

Re: [Flightgear-devel] Cygwin break on latest CVS build, Norman's fix works, needs 2 more changes to alc.h

2005-03-25 Thread Erik Hofman
Ima Sudonim wrote:
Could someone please also make these two changes in CVS to alc.h?
The problem here is that alctypes.h and alc.h are part of OpenAL and not 
part of FlightGear. So we really can't change anything in CVS to solve this.

To my knowledge this has been fixed in OpenAL CVS, so it would be best 
of someone generates a new Cygwin package of OpenAL.

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