Re: [Haskell-cafe] Haskell School of Expression (graphics)

2011-06-01 Thread Jason Dagit
On Mon, May 30, 2011 at 1:19 AM, Jerzy Karczmarczuk jerzy.karczmarc...@unicaen.fr wrote: Henk-Jan van Tuyl commenting Andrew Coppin ... (about HOpenGL and H.Platform) ... Uh... yes, you might be right about that. However, AFAIK you still need something with which to create a rendering

Re: [Haskell-cafe] Haskell School of Expression (graphics)

2011-05-30 Thread Jerzy Karczmarczuk
Henk-Jan van Tuyl commenting Andrew Coppin ... (about HOpenGL and H.Platform) ... Uh... yes, you might be right about that. However, AFAIK you still need something with which to create a rendering surface in the first place. (Not sure if HP includes GLUT...) As you can see in the HP

Re: [Haskell-cafe] Haskell School of Expression (graphics)

2011-05-30 Thread John Lato
: Re: [Haskell-cafe] Haskell School of Expression (graphics) To: haskell-cafe@haskell.org Date: Sunday, May 29, 2011, 9:45 AM On 28/05/2011 08:06 PM, michael rice wrote: /tmp/glib-0.11.22906/glib-0.11.2/Gtk2HsSetup.hs:190:70: Couldn't match expected type `[PackageDB]' with actual type

Re: [Haskell-cafe] Haskell School of Expression (graphics)

2011-05-30 Thread michael rice
and then cabal install soegtk? Michael --- On Mon, 5/30/11, John Lato jwl...@gmail.com wrote: From: John Lato jwl...@gmail.com Subject: Re: [Haskell-cafe] Haskell School of Expression (graphics) To: michael rice nowg...@yahoo.com Cc: haskell-cafe@haskell.org, Andrew Coppin andrewcop

Re: [Haskell-cafe] Haskell School of Expression (graphics)

2011-05-29 Thread Andrew Coppin
On 28/05/2011 08:06 PM, michael rice wrote: /tmp/glib-0.11.22906/glib-0.11.2/Gtk2HsSetup.hs:190:70: Couldn't match expected type `[PackageDB]' with actual type `PackageDB' Expected type: PackageDBStack Actual type: PackageDB In the sixth argument of `registerPackage', namely `packageDb' In the

Re: [Haskell-cafe] Haskell School of Expression (graphics)

2011-05-29 Thread michael rice
...@btinternet.com Subject: Re: [Haskell-cafe] Haskell School of Expression (graphics) To: haskell-cafe@haskell.org Date: Sunday, May 29, 2011, 9:45 AM On 28/05/2011 08:06 PM, michael rice wrote: /tmp/glib-0.11.22906/glib-0.11.2/Gtk2HsSetup.hs:190:70: Couldn't match expected type `[PackageDB

Re: [Haskell-cafe] Haskell School of Expression (graphics)

2011-05-29 Thread Andrew Coppin
On 29/05/2011 02:52 PM, michael rice wrote: Is this worth chasing down? I loaded the Haskell Platform, which I assume has some graphics capability (Cairo?). Maybe my time would be better spent getting familiar with that? As far as I'm aware, the Haskell Platform doesn't come with any

Re: [Haskell-cafe] Haskell School of Expression (graphics)

2011-05-29 Thread Daniel Fischer
On Sunday 29 May 2011 19:14:57, Andrew Coppin wrote: As far as I'm aware, the Haskell Platform doesn't come with any graphics-related packages I thought OpenGL was in the platform. ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org

Re: [Haskell-cafe] Haskell School of Expression (graphics)

2011-05-29 Thread michael rice
Of which I was speaking, just saw it there this morning. Is there an adequate basic tutorial available? Michael --- On Sun, 5/29/11, Daniel Fischer daniel.is.fisc...@googlemail.com wrote: From: Daniel Fischer daniel.is.fisc...@googlemail.com Subject: Re: [Haskell-cafe] Haskell School

Re: [Haskell-cafe] Haskell School of Expression (graphics)

2011-05-29 Thread Andrew Coppin
On 29/05/2011 06:23 PM, Daniel Fischer wrote: On Sunday 29 May 2011 19:14:57, Andrew Coppin wrote: As far as I'm aware, the Haskell Platform doesn't come with any graphics-related packages I thought OpenGL was in the platform. Uh... yes, you might be right about that. However, AFAIK you

Re: [Haskell-cafe] Haskell School of Expression (graphics)

2011-05-29 Thread Henk-Jan van Tuyl
On Sun, 29 May 2011 22:50:46 +0200, Andrew Coppin andrewcop...@btinternet.com wrote: On 29/05/2011 06:23 PM, Daniel Fischer wrote: On Sunday 29 May 2011 19:14:57, Andrew Coppin wrote: As far as I'm aware, the Haskell Platform doesn't come with any graphics-related packages I thought

[Haskell-cafe] Haskell School of Expression (graphics)

2011-05-28 Thread michael rice
I installed the Haskell Platform (7.0.2) earlier, and I just downloaded package soegtk with cabal, apparently unsuccessfully. Any suggestions? Michael [michael@sabal ~]$ cabal updateConfig file path source is default config file.Config file /home/michael/.cabal/config not found.Writing default

Re: [Haskell-cafe] [Haskell] School of Expression pages missing from haskell.org

2011-01-11 Thread Henning Thielemann
On Tue, 11 Jan 2011, Julian Gilbey wrote: Does anyone know what has happened to the Haskell School of Expression (SOE) webpages? The link from books for learning Haskell now gives a 404 Not Found error. Maybe caused by the recent server move. ___

[Haskell-cafe] Haskell School of Expression

2007-02-20 Thread Andrew Wagner
Has anyone worked through HSOE lately? I'm wondering if I'm going to be able to work through the examples that use their graphic library, under gtk2hs on fedora. Is there a workaround for this? ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org

Re: [Haskell-cafe] Haskell School of Expression?

2005-12-17 Thread paul
It is caused by the incompatiblity change of ffihugs in Hugs 20050308 version. To solve it, change a few lines in GraphicsLib/lib/x11/Makefile 78c78 ffihugs +G +L$*_stub_ffi.c $*.hs --- ffihugs '-i$*_stub_ffi.c' $*.hs 129,130c129,130

[Haskell-cafe] Haskell School of Expression?

2005-12-15 Thread Creighton Hogg
Hi, Has anyone recently tried to install the graphics libraries included on http://haskell.org/soe/software.htm ? I've tried to make the libraries, but I get these errors. make: Entering directory `/home/wchogg/coding/haskell/GraphicsLib/lib/x11' ffihugs +G +LX_stub_ffi.c X.hs Warning: