[Haskell-cafe] Re: [Haskell] ANNOUNCE: OpenGL 2.3.0.0

Carter Schonwald carter.schonwald at gmail.com
Fri Jul 31 16:24:25 EDT 2009


I just the the rebuild of the haskell glut / opengl libs and I got the
following message
Configuring OpenGLRaw-1.0.1.0...
cabal: Missing dependency on a foreign library:
* Missing C library: GL
This problem can usually be solved by installing the system package that
provides this library (you may need the "-dev" version). If the library is
already installed but in a non-standard location then you can use the flags
--extra-include-dirs= and --extra-lib-dirs= to specify where it is.
cabal: Error: some packages failed to install:
GLURaw-1.0.0.0 depends on OpenGLRaw-1.0.1.0 which failed to install.
OpenGL-2.3.0.0 depends on OpenGLRaw-1.0.1.0 which failed to install.
OpenGLRaw-1.0.1.0 failed during the configure step. The exception was:


and I don't see how to get the openglraw to build or what has changed

thanks for any help
-Carter

On Thu, Jul 30, 2009 at 8:23 PM, Rafael Gustavo da Cunha Pereira Pinto <
RafaelGCPP.Linux at gmail.com> wrote:

> Here is a patch that makes it compile, but then it breaks all code
> developed for GLFW-0.3, as all Floats need to be changed to CFloat.
>
> For all haskellers here:
>
> Sorry for all this annoyance, but I was starting to study those libraries
> (OpenGL, GLUT and GLFW) using Haskell and the update broke some of my code.
>
>
> Best Regards,
>
> Rafael
>
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20090731/0036aaea/attachment.html


More information about the Haskell-Cafe mailing list