Hi all,

I uploaded a tool that uses wxHaskell to HackageDB and I found some problems:

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

- 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? Or at least a way of an user manually check if the openGL support in wxHaskell is on ( besides the late linking error saying "undefined reference to `wxGLCanvas::" ) ?

- I guess (not tested yet) that
cabal install wx --with-opengl
will install wxHaskell with openGL support. Not sure if it will conflict with other wxHaskell installation without openGL. Anyone tried something related?

Thanks in advance.

best regards
Miguel Vilaca


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