I had to make these changes to compile HOC from CVS with GNUSTEP (and
the GNU runtime) on Linux. I also had to comment out the following
line in the generated AppKit/AppKit/NSMenu.hs:
$(declareRenamedSelector "validateMenuItem:" "validateMenuItem" [t|
forall t1 . ID t1 -> IO Bool |])
as well as a call to hs_free_stable_ptr (though this was due to an
omitted dynamic export in my GHC 6.4).
|