Re: [wxhaskell-users] ANN: wxHaskell 0.13.2

2012-01-16 Thread Dave Tapley
On 13 January 2012 17:33, Peter Simons wrote: > Hi Jeremy, > >  > To solve the particular issue you have, you need '--enable-mediactrl' >  > in your configure script for wxWidgets. > > you were right, that did the trick. I also had to add 'gstreamer' as a > build input. Without that package the bu

Re: [wxhaskell-users] ANN: wxHaskell 0.13.2

2012-01-14 Thread Peter Simons
Hi Jeremy, > To solve the particular issue you have, you need '--enable-mediactrl' > in your configure script for wxWidgets. you were right, that did the trick. I also had to add 'gstreamer' as a build input. Without that package the build wxGTK failed to produce the media sublibrary -- but it

Re: [wxhaskell-users] ANN: wxHaskell 0.13.2

2012-01-09 Thread Jeremy O'Donoghue
Hi Peter, On 8 January 2012 11:39, Henning Thielemann wrote: > > On Sat, 7 Jan 2012, Peter Simons wrote: > > > Hi guys, > > > > > I am please to announce that wxHaskell 0.13.2 has just been uploaded > > > to Hackage. > > > > when I try to build the latest version on Linux/x86_64 running NixOS, I >

Re: [wxhaskell-users] ANN: wxHaskell 0.13.2

2012-01-08 Thread Jeremy O'Donoghue
On 5 January 2012 17:44, Jeremy O'Donoghue wrote: > > > The source repository at code.haskell.org has not yet been updated with > the patches. This will happen in the next day or so. > > The source repository at code.haskell.org has now been updated with wxHaskell 0.13.2 plus the two patches (add

Re: [wxhaskell-users] ANN: wxHaskell 0.13.2

2012-01-08 Thread Jeremy O'Donoghue
Hi Shelarcy, It's great to see you back... 2012/1/6 shelarcy > This version has two installing problem. > > 1. wxdirect's sdist dropped IOExtra module, so I can't install this > version. > I uploaded newer version for fixing this problem, and attached a patch > for fixing same problem in Dave's

Re: [wxhaskell-users] ANN: wxHaskell 0.13.2

2012-01-08 Thread Henning Thielemann
On Sat, 7 Jan 2012, Peter Simons wrote: > Hi guys, > > > I am please to announce that wxHaskell 0.13.2 has just been uploaded > > to Hackage. > > when I try to build the latest version on Linux/x86_64 running NixOS, I > get the following error at configure time: > >Setup: Missing dependency o

Re: [wxhaskell-users] ANN: wxHaskell 0.13.2

2012-01-07 Thread Peter Simons
Hi guys, > I am please to announce that wxHaskell 0.13.2 has just been uploaded > to Hackage. when I try to build the latest version on Linux/x86_64 running NixOS, I get the following error at configure time: Setup: Missing dependency on a foreign library: * Missing C library: wx_gtk2u

Re: [wxhaskell-users] ANN: wxHaskell 0.13.2

2012-01-06 Thread shelarcy
Hello, This version has two installing problem. 1. wxdirect's sdist dropped IOExtra module, so I can't install this version. I uploaded newer version for fixing this problem, and attached a patch for fixing same problem in Dave's wxhaskell-dev branch. 2. It seems that wxcore depends on Eric's w

[wxhaskell-users] ANN: wxHaskell 0.13.2

2012-01-05 Thread Jeremy O'Donoghue
Hi Lists, I am please to announce that wxHaskell 0.13.2 has just been uploaded to Hackage. This is mainly a bugfix release, although it brings a few useful changes: - Changes to support build under Haskell Platform 2011.4.0.0 - OpenGL support if your wxWidgets build is configured with it