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
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
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
>
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
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
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
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
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
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