andrep / hoc

Automatically exported from code.google.com/p/hoc
8 stars 1 forks source link

Fail to parse 64bit compatible headers #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Patched the specific problem in r345.
A more long-term solution would be desirable, though.

Original comment by grd...@gmail.com on 29 Oct 2008 at 11:09