HaskellWiki

Haskell | Wiki community | Recent changes
Random page | Special pages

 

Not logged in
Log in | Help

Request an account if you don't have one.

WxHaskell/MacOS X

< WxHaskell

Categories: WxHaskell

1 Installing on MacOS X

  1. Install wxWidgets 2.8 by hand (eg. via MacPorts)
  2. Check your path to make sure you are using your wxWidgets and not the default Mac one
  3. cabal install wx

2 Using wxHaskell on MacOS X platforms

Even though graphical applications on MacOS X look great, it is a still a developers nightmare to get them working :-). Furthermore, the MacOS X port of wxWidgets is the least mature and still has some quirks. This page describes how to circumvent some of the pitfalls.


3 Troubleshooting

See WxHaskell/Troubleshooting for help getting your wxhaskell applications running

  1. Why do I have to macosx-app my binaries?
    • 2009-04-01: we don't know for sure yet. macosx-app is just a shell script that runs Rez and also creates an application bundle. If you are a MacOS developer, especially a wxWidgets one, we would love some help answering this question.
    • 2009-11-24: Please see also Andy Gimblett's cabal-macosx project

Retrieved from "http://haskell.cs.yale.edu/haskellwiki/WxHaskell/MacOS_X"

This page has been accessed 4,423 times. This page was last modified 12:27, 24 November 2009. Recent content is available under a simple permissive license.