Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I found this was a bit troublesome, and after trying several suggestions from various web posts, got it to work. This may not be the optimal path, but after many permutations and gyrations, I was just glad to get it to work.</p> <p>install wx-config - <a href="http://wiki.wxwidgets.org/Wx-Config" rel="nofollow">http://wiki.wxwidgets.org/Wx-Config</a> - <a href="http://sites.google.com/site/wxconfig/" rel="nofollow">http://sites.google.com/site/wxconfig/</a></p> <p>Install wxPack binary - <a href="http://wxpack.sourceforge.net/" rel="nofollow">http://wxpack.sourceforge.net/</a> - <a href="http://sourceforge.net/projects/wxpack/" rel="nofollow">http://sourceforge.net/projects/wxpack/</a></p> <p>install wxWidgets (Windows Binary) (included in wxPack)</p> <p>copy wxmsw28u_gcc.dll<br> from: ../libraries/wxWidgets/lib/gcc_dll/ to : c:/windows/system</p> <p>install wxhaskell - <a href="http://haskell.org/haskellwiki/WxHaskell" rel="nofollow">http://haskell.org/haskellwiki/WxHaskell</a> - <a href="http://haskell.org/haskellwiki/WxHaskell/Download" rel="nofollow">http://haskell.org/haskellwiki/WxHaskell/Download</a> - <a href="http://downloads.sourceforge.net/wxhaskell/wxhaskell-bin-msw2.8.10-ghc6.10.4-0.11.1.2-0.zip" rel="nofollow">http://downloads.sourceforge.net/wxhaskell/wxhaskell-bin-msw2.8.10-ghc6.10.4-0.11.1.2-0.zip</a></p> <p>define the environment variable WXCFG=gcc_dll\mswu (and make sure that wxwin is on PATH)</p> <p>cabal install wx wxcore</p> <p>If using Leksah; also rebuild system data, and reconfigure and build project(s).</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload