From: Thomas S. <nom...@go...> - 2006-12-09 17:42:00
|
Hi, I managed to successfully build wxHaskell using the darcs repository. Unfortunately, it still doesn't work as expected. For the example from <http://wxhaskell.sourceforge.net/quickstart.html> it fails with: $ ghc -package wx -v --make Main.hs -o hello Glasgow Haskell Compiler, Version 6.6, for Haskell 98, compiled by GHC version 6.6 Using package config file: /usr/local/lib/ghc-6.6/package.conf *** Deleting temp files: Deleting: *** Deleting temp dirs: Deleting: ghc-6.6: unknown package: wx If I remove "-package wx" it doesn't find the package Graphics.UI.WX, but I think that is expected. I installed wxHaskell today from the darcs-repo using the standard ./configure && make && sudo make install (worked fine). Any ideas? - Thomas |