[Haskell-beginners] install wxHaskell on osx 10.7 64bit

Miguel Negrao miguel.negrao-lists at friendlyvirus.org
Mon Apr 9 00:29:08 CEST 2012


A 08/04/2012, às 10:44, Heinrich Apfelmus escreveu:
> 
> Looks like it's an issue with the cabal-macosx package, which will be fixed soon. You probably also want to install the examples, so try
> 
>  cabal install -fbuildExamples

Not sure if I was suppose to try with that command, but If I do I get:

miguelnegrao at Mac-Miguel:~/Development/Haskell/Libs/reactive-banana/reactive-banana-wx (master *)$ cabal install -fbuildExamples
Resolving dependencies...
Configuring reactive-banana-wx-0.6.0.0...
Preprocessing library reactive-banana-wx-0.6.0.0...
Preprocessing executables for reactive-banana-wx-0.6.0.0...
Building reactive-banana-wx-0.6.0.0...
Registering reactive-banana-wx-0.6.0.0...
[2 of 2] Compiling Main             ( src/Arithmetic.hs, dist/build/Arithmetic/Arithmetic-tmp/Main.o )

src/Arithmetic.hs:30:21: Not in scope: `behaviorText'

src/Arithmetic.hs:31:21: Not in scope: `behaviorText'
cabal: Error: some packages failed to install:
reactive-banana-wx-0.6.0.0 failed during the building phase. The exception
was:
ExitFailure 1

Also wxHaskell seems to be properly installed since I can run the hello world app.

best,
Miguel Negrão



More information about the Beginners mailing list