3 Mar 2008 08:27
Trouble with wxhaskell on OSX (Intel/10.4)
Hi, I have just tried to build wxhaskell on my Intel MacBook Pro, with OSX 10.4 and ghc-6.6.1. This is how it went: Here are some notes on my attempt to compile wx-0.10.2 with ghc 6.6 on an Intel MacOS X 10.4 platform. Download wxMac-2.6.4.tar.gz from wx official home page. carried out the following steps: less INSTALL-MAC.txt mkdir osx-build cd osx-build/ ../configure --with-opengl make -j3 sudo make install then I tested some of the demo apps in-place, and that seemed to work well. 'bombs', 'life', etc: all seem to work well. then wxcore: cd wxcore-0.10.2 ./configure make sudo make install(Continue reading)
RSS Feed