Re: [Haskell-cafe] no end to the build errors! (wxhaskell, afrp)

thanks, now wxhaskell is installed. (i recommend adding this detail to the docs - i didn't see the message at the end of the make job at all because of the tools i use to automate this process.) now the error i get from wxfruit is: $ ghc --make WXFruit.hs [1 of 1] Compiling WXFruit ( WXFruit.hs, WXFruit.o ) WXFruit.hs:81:31: parse error on input `->' On 1/7/07, Brandon S. Allbery KF8NH allbery-at-ece.cmu.edu |haskell-cafe| <...> wrote:
On Jan 7, 2007, at 20:54 , Yang wrote:
WXFruit.hs:12:17: Could not find module `Graphics.UI.WX':
Hm. Did you install the whole thing? You need to do "make; make install; make wx; make wx-install" to get all of it --- and Graphics.UI.WX is in the latter group, IIRC. If you do only the first part then you only get wxcore, which isn't so useful.
-- brandon s. allbery [linux,solaris,freebsd,perl] allbery@kf8nh.com system administrator [openafs,heimdal,too many hats] allbery@ece.cmu.edu electrical and computer engineering, carnegie mellon university KF8NH
participants (1)
-
Yang