libraries/ALUT on Mac OSX Tiger
Joel Reymont
joelr1 at gmail.com
Wed Dec 21 06:14:18 EST 2005
What is the proper way to disable libraries from being built?
On Mac OSX Tiger fptools/libraries/ALUT does not build because it
cannot find OpenAL.
Should there be a configure option to detect the OpenAL package and
disable ALUT if it is not found?
Thanks, Joel
P.S.
==fptools== make boot -r;
in /Users/joelr/Haskell/ghc/fptools/libraries/ALUT
------------------------------------------------------------------------
../../ghc/compiler/ghc-inplace -M -optdep-f -optdep.depend -optdep-s -
optdepp -osuf o -H16m -O -Wall -fffi -Iinclude '-#include
"HsALUT.h"' -cpp -DCALLCONV=ccall -ignore-package ALUT -O -Rghc-
timing -fgenerics -package base -package OpenGL -package OpenAL -
fgenerics Sound/ALUT.hs Sound/ALUT/BuiltInSounds.hs Sound/ALUT/
Constants.hs Sound/ALUT/Errors.hs Sound/ALUT/Initialization.hs Sound/
ALUT/Loaders.hs Sound/ALUT/Sleep.hs Sound/ALUT/Version.hs
ghc-6.5: unknown package: OpenAL
<<ghc: 10753228 bytes, 2 GCs, 85972/85972 avg/max bytes residency (1
samples), 12M in use, 0.01 INIT (0.00 elapsed), 0.04 MUT (0.25
elapsed), 0.01 GC (0.03 elapsed) :ghc>>
make[2]: *** [depend] Error 1
make[1]: *** [boot] Error 1
make: *** [build] Error 1
--
http://wagerlabs.com/
More information about the Cvs-ghc
mailing list