
On Wed, 12 Jan 2005 12:03:44 -0800, John Velman
Your code works fine on Linux. :-)
Oh, by the way, I compiled my wxHaskell with GHC 6.2.2 On Wed, Jan 12, 2005 at 04:16:33PM +0100, Dmitri Pissarenko wrote:
I've downloaded wxHaskell, ran the wxhaskell-register.bat file and now try to build a minimal wxHaskell program.
For this purpose, I tried to start GHCi using following command
ghci -package wx GuiTest.hs
Hmm. I think this problem is specially on Windows binary by using GHCi. If you use GHC, programm may be compiled without following error message.
GHCi crashed with following error messages: <error-messages> GHC Interactive, version 6.2.2, for Haskell 98. http://www.haskell.org/ghc/ Type :? for help.
Loading package base ... linking ... done. Loading package haskell98 ... linking ... done. Loading package lang ... linking ... done. Loading package concurrent ... linking ... done. Loading package QuickCheck ... linking ... done. Loading package readline ... linking ... C:/ghc/ghc-6.2.2/HSreadline.o: unknown symbol `_rl_redisplay_function' ghc.exe: unable to load package `readline' </error-messages>
I saw this error message in other programs what GHCi on Windows call readline package automaticly. ex. HaXml program. (So I don't want to use HaXml program on windows.) This is GHCi bug. -- shelarcy <shelarcy capella.freemail.ne.jp> http://page.freett.com/shelarcy/