From: <cod...@go...> - 2008-10-29 11:06:11
|
Issue 8: Fail to parse 64bit compatible headers http://code.google.com/p/hoc/issues/detail?id=8 New issue report by grddev: 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. Issue attributes: Status: Accepted Owner: grddev Labels: Type-Defect Priority-Medium -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings |