Re: OpenAL builds despite --disable-openal

2004-12-27 Thread Volker Stolz
In gmane.comp.lang.haskell.glasgow.user, you wrote: Volker Stolz writes: Fix attached. Thank you! Is this patch gonna make it into CVS? Done. Sven is probably on vacations. -- http://www-i2.informatik.rwth-aachen.de/stolz/ *** PGP *** S/MIME ___

OpenAL builds despite --disable-openal (was: Error building GHC: can't locate import `Package')

2004-12-20 Thread Peter Simons
I wrote: I deleted it and said make again, and now it seems to work (it's still building). As it turned out, the build does not succeed. It fails while trying to build OpenAL: | Sound/OpenAL/AL/BasicTypes.hs:63:15: | Not in scope: type constructor or class `HTYPE_ALFLOAT' | |

Re: OpenAL builds despite --disable-openal (was: Error building GHC: can't locate import `Package')

2004-12-20 Thread Volker Stolz
In gmane.comp.lang.haskell.glasgow.user, you wrote: It shouldn't even build OpenOL, however, because I ran ./configure with --disable-openal. I see the flag in libraries/config.log, so it has been passed through alright. But ${SUBDIRS} contains the OpenAL directory nonetheless afterwards.