Issue initially reported here:
http://www.haskell.org/pipermail/haskell-cafe/2008-October/049907.html
What steps will reproduce the problem?
1. Update to 10.5.5
2. cd HOC
3. cabal install --user
4. (cd Bindings; bash make-bindings-macos.sh --user)
What is the expected output? What do you see instead?
Building and installing HOC-Foundation fails, because
the headers are now 64bit-compatible, which means that
NSPoint is defined in terms of CGFloat instead of float,
and since CGFloat is not recognized, NSPoint is zapped.
Original issue reported on code.google.com by grd...@gmail.com on 29 Oct 2008 at 11:05
Original issue reported on code.google.com by
grd...@gmail.com
on 29 Oct 2008 at 11:05