Re: [wxhaskell-devel] Building wxcore on Ubuntu 10.04

2011-07-26 Thread Dave Tapley
On 26 July 2011 00:41, Dave Tapley wrote: > On 25 July 2011 15:49, Jeremy O'Donoghue wrote: > >> Hi all, >> >> On 25 July 2011 07:45, Eric Y. Kow wrote: >> >>> On Mon, Jul 25, 2011 at 01:10:15 +0100, Dave Tapley wrote: >>> > A very good suggestion. >>> > I cabal unpacked wxcore-0.12.1.7 and it a

Re: [wxhaskell-devel] Building wxcore on Ubuntu 10.04

2011-07-25 Thread Dave Tapley
On 25 July 2011 15:49, Jeremy O'Donoghue wrote: > Hi all, > > On 25 July 2011 07:45, Eric Y. Kow wrote: > >> On Mon, Jul 25, 2011 at 01:10:15 +0100, Dave Tapley wrote: >> > A very good suggestion. >> > I cabal unpacked wxcore-0.12.1.7 and it appears to have a fix in it¹. >> > >> > Do we know why

Re: [wxhaskell-devel] Building wxcore on Ubuntu 10.04

2011-07-25 Thread Dave Tapley
On 25 July 2011 15:49, Jeremy O'Donoghue wrote: > Hi all, > > On 25 July 2011 07:45, Eric Y. Kow wrote: > >> On Mon, Jul 25, 2011 at 01:10:15 +0100, Dave Tapley wrote: >> > A very good suggestion. >> > I cabal unpacked wxcore-0.12.1.7 and it appears to have a fix in it¹. >> > >> > Do we know why

Re: [wxhaskell-devel] Building wxcore on Ubuntu 10.04

2011-07-25 Thread Dave Tapley
On 25 July 2011 07:45, Eric Y. Kow wrote: > On Mon, Jul 25, 2011 at 01:10:15 +0100, Dave Tapley wrote: > > A very good suggestion. > > I cabal unpacked wxcore-0.12.1.7 and it appears to have a fix in it¹. > > > > Do we know why this fix is in the release, but not in darcs? > > I suspect the answe

Re: [wxhaskell-devel] Building wxcore on Ubuntu 10.04

2011-07-25 Thread Jeremy O'Donoghue
Hi all, On 25 July 2011 07:45, Eric Y. Kow wrote: > On Mon, Jul 25, 2011 at 01:10:15 +0100, Dave Tapley wrote: > > A very good suggestion. > > I cabal unpacked wxcore-0.12.1.7 and it appears to have a fix in it¹. > > > > Do we know why this fix is in the release, but not in darcs? > > I suspect

Re: [wxhaskell-devel] Building wxcore on Ubuntu 10.04

2011-07-24 Thread Eric Y. Kow
On Mon, Jul 25, 2011 at 01:10:15 +0100, Dave Tapley wrote: > A very good suggestion. > I cabal unpacked wxcore-0.12.1.7 and it appears to have a fix in it¹. > > Do we know why this fix is in the release, but not in darcs? I suspect the answer lies somewhere in here: darcs changes --repo http:/

Re: [wxhaskell-devel] Building wxcore on Ubuntu 10.04

2011-07-24 Thread Dave Tapley
On 24 July 2011 22:57, Eric Y. Kow wrote: > On Sat, Jul 23, 2011 at 21:26:12 +0100, Dave Tapley wrote: > > Well I have a response¹ from someone in the wx-dev group saying that the > > missing GTK constructor "is > > available in 2.9.2 but chances of this being backported to 2.8 are slim". > > > >

Re: [wxhaskell-devel] Building wxcore on Ubuntu 10.04

2011-07-24 Thread Eric Y. Kow
On Sat, Jul 23, 2011 at 21:26:12 +0100, Dave Tapley wrote: > Well I have a response¹ from someone in the wx-dev group saying that the > missing GTK constructor "is > available in 2.9.2 but chances of this being backported to 2.8 are slim". > > I don't know how people would feel about modifying wxc

Re: [wxhaskell-devel] Building wxcore on Ubuntu 10.04

2011-07-23 Thread Dave Tapley
Well I have a response¹ from someone in the wx-dev group saying that the missing GTK constructor "is available in 2.9.2 but chances of this being backported to 2.8 are slim". I don't know how people would feel about modifying wxcore to use a constructor which is implemented for 2.8 with GTK? Dave

Re: [wxhaskell-devel] Building wxcore on Ubuntu 10.04

2011-07-22 Thread Dave Tapley
I have done some further investigation on this and discovered the source of the problem, and it is very strange. It seems that even in the latest 2.8.12 release of wxWidgets¹ the cursor.h file in include/wx/gtk/ does not contain the four argument constructor (which is causing the build failure bel

Re: [wxhaskell-devel] Building wxcore on Ubuntu 10.04

2011-07-22 Thread Dave Tapley
Hmm, unfortunately whilst cabal configure now completes successfully, I am having a problem when doing cabal build, see output below. Could it be related to this: http://comments.gmane.org/gmane.comp.lang.haskell.wxhaskell.general/298 ? src/cpp/eljcursor.cpp:23:0: error: no matching function

Re: [wxhaskell-devel] Building wxcore on Ubuntu 10.04

2011-07-21 Thread Dave Tapley
That was exactly the problem! Thank you very much Eric :) Dave, On 21 July 2011 22:44, Eric Y. Kow wrote: > Hi Dave, > > On Thu, Jul 21, 2011 at 21:54:11 +0100, Dave Tapley wrote: > > I am having trouble compiling wxcore on Ubuntu 10.04. > > The source I am using I pulled with a "darcs get"

Re: [wxhaskell-devel] Building wxcore on Ubuntu 10.04

2011-07-21 Thread Eric Y. Kow
Hi Dave, On Thu, Jul 21, 2011 at 21:54:11 +0100, Dave Tapley wrote: > I am having trouble compiling wxcore on Ubuntu 10.04. > The source I am using I pulled with a "darcs get" from hackage, I then > descended into the wxcore directory and did a "cabal configure". I suspect that recent minor chang

[wxhaskell-devel] Building wxcore on Ubuntu 10.04

2011-07-21 Thread Dave Tapley
Hi all, I am having trouble compiling wxcore on Ubuntu 10.04. The source I am using I pulled with a "darcs get" from hackage, I then descended into the wxcore directory and did a "cabal configure". It gives me a "* Missing C libraries: wx_baseu-2.8, wx_baseu_net-2.8, wx_baseu_xml-2.8..." error, I