[Haskell-cafe] installation problems: wx, phooey, checkers
Henk-Jan van Tuyl
hjgtuyl at chello.nl
Mon Dec 1 09:59:39 UTC 2014
On Mon, 01 Dec 2014 01:52:41 +0100, Jeffrey Brown
<jeffbrown.the at gmail.com> wrote:
> I believe I have wxWidgets installed, because when I go to the demos/ or
> samples/ subfolders of ~/wxWidgets-3.0.2/build-cocoa-debug/, I can run
> the
> apps. Now I want to install the phooey library for Haskell. When I try, I
> am warned that some things will be broken, so I unregister them and then
> cabal install them all at once. (The complete output from my session with
> cabal appears below.)
>
> I run cabal from ~/wxWidgets, because that folder contains the files
> wx-config-inplace.in
> wx-config.in
> and I know cabal wants wx-config.
>
> The two errors I get:
> wx-config is not found
> checkers does not install
>
> I am left stumped. Thanks for your help.
Does your system search the working directory for executables? If not, try:
PATH=.:$PATH
Regards,
Henk-Jan van Tuyl
Haskell programming
--
Folding at home
What if you could share your unused computer power to help find a cure? In
just 5 minutes you can join the world's biggest networked computer and get
us closer sooner. Watch the video.
http://folding.stanford.edu/
http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
--
More information about the Haskell-Cafe
mailing list