
Forwarding to glasgow-haskell-users@haskell.org
-----Original Message-----
From: mailman-bounces@haskell.org [mailto:mailman-bounces@haskell.org] On Behalf Of Erik J Pearson
Sent: 24 April 2006 06:21
To: glasgow-haskell-users-owner@haskell.org
Subject: 6.4.2 build Sound/OpenAL/ALC error
While building 6.4.2 on SuSE 10.0 with 6.4.1, I encountered this error. Is
this a known issue?
../../ghc/compiler/ghc-inplace -H16m -O -Wall -fffi -Iinclude '-#include
"HsOpenAL.h"' -cpp -DCALLCONV=ccall -ignore-package OpenAL -O -Rghc-timing
-fgenerics -package base -package OpenGL -fgenerics -split-objs -c
Sound/OpenAL/ALC/Capture.hs -o Sound/OpenAL/ALC/Capture.o -ohi
Sound/OpenAL/ALC/Capture.hi
Sound/OpenAL/ALC/Capture.hs:85:3:
Couldn't match `NumSamples' against `Sound.OpenAL.Config.ALCint'
Expected type: GettableStateVar NumSamples
Inferred type: GettableStateVar Sound.OpenAL.Config.ALCint
In the expression:
makeGettableStateVar $ (getInteger (Just device) CaptureSamples)
In the definition of `captureNumSamples':
captureNumSamples device
= makeGettableStateVar $ (getInteger (Just device)
CaptureSamples)
<
participants (1)
-
Simon Marlow