Problem installing OpenGL

Hi, I'm having trouble installing OpenGL through cabal. It fails when it tries to install OpenGLRaw with this error message: cabal: Missing dependency on a foreign library: * Missing C library: GL I'm running OS X Leopard and have Xcode 3.1.3 installed. Do i have to install something separate or is cabal just not looking in the right places?

Think I've found the solution my self. If I download the packages and
make a small change in the .cabal-file everything seems to work fine
again.
All i had to do was replace "extra-libraries: GL" with "frameworks:
OpenGL". Not sure if this is the proper fix to make as I'm not any
good with cabal packages and how that works, but it worked for me.
On Sep 10, 5:25 pm, Seb
Hi,
I'm having trouble installing OpenGL through cabal. It fails when it tries to install OpenGLRaw with this error message:
cabal: Missing dependency on a foreign library: * Missing C library: GL
I'm running OS X Leopard and have Xcode 3.1.3 installed. Do i have to install something separate or is cabal just not looking in the right places? _______________________________________________ Haskell-Cafe mailing list Haskell-C...@haskell.orghttp://www.haskell.org/mailman/listinfo/haskell-cafe
participants (1)
-
Seb