From: shelarcy <she...@ca...> - 2005-01-13 13:21:25
|
> > Loading package readline ... linking ... > > C:/ghc/ghc-6.2.2/HSreadline.o: unknown symbol `_rl_redisplay_function' > > ghc.exe: unable to load package `readline' > > You use ghc 6.2.2, but the binary wxHaskell is for ghc 6.2.1. The new > accidentally includes readline in the util package, but readline does > not work on windows. So, you need to either: > > - easy: get ghc-6.2.1 and use wxHaskell with that > - moderate: get the latest wxHaskell from cvs and build it yourself with > ghc-6.2.2 (doable if you follow the build instructions *exactly*) But cvs-version has many probrem that build on Visual Studio .NET 2003 (VC 7.1). On Fri, 03 Dec 2004 02:29:56 +0900, shelarcy <she...@ca...> wrote: > CVS version what using wxWidget that compiled by VisualStudio.Net 2003; > In wxWidget-2.5.3, program terminate as soon as program start. > In wxWidget-2.4.2, program notice error as soon as program start. (Visual Studio notice error !) Current Version developed on VC6, then CVS version doen't fix VC 7,1's problem. (VC 7.1 supplied for VC7 user by Microsoft (without Academic version user), so you don't care about VC7.) -- shelarcy <shelarcy capella.freemail.ne.jp> http://page.freett.com/shelarcy/ |