> - the wxHaskell 0.10.3 fails to build in the Hackage server (these is a log
> there 
> http://hackage.haskell.org/packages/archive/wx/0.10.3/logs/failure/ghc-6.8
> Could this be related with the line 65 of the configure file which says
> withmediactrl="no"
> ?

Hmm :-(

src/Graphics/UI/WX/Media.hs:103:9: Not in scope: `soundStop'

I had a problem like this, once, but then I did a make clean and it
went away, so I never figured out what was going on.  Do you know how
one could investigate this further?

It would be nice to see what the hackage server would do trying to
build the current darcs version (which only works with wxWidgets 2.8)

> - My tool requires that wxhaskell is installed with the
> withopengl="yes"
> which is not the case in the configure file for 0.10.2 neither 0.10.3 in
> Hackage.
> Thus anyone know a way of configuring MyProject. cabal, so that it can check
> if wxHaskell is installed with the openGL support?

One naughty idea might be to upload a 0.10.3.1 which is opengl-enabled
and then depend exclusively on that version...

> cabal install wx --with-opengl

Note that with some versions of Cabal(-install) you need something
like --configure-opt=--with-opengl (although with others, it just
passes it straight through...)

-- 
Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow>
PGP Key ID: 08AC04F9

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
wxhaskell-users mailing list
wxhaskell-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-users

Reply via email to