ANN: C->Haskell 0.8.1

Manuel M. T. Chakravarty chak@cse.unsw.edu.au
Thu, 15 Feb 2001 18:44:56 +1100


qrczak@knm.org.pl (Marcin 'Qrczak' Kowalczyk) wrote,

> 12 Feb 2001 14:48:09 GMT, Marcin 'Qrczak' Kowalczyk <qrczak@knm.org.pl> pisze:
> 
> > It could be my fault: I ran ./configure before updating it with
> > autoconf, and perhaps did not clean afterwards.
> 
> Ok, it was my fault. But the error in CInfo is still
> there. 

That's strange.  Could you try this with either the release
of 0.8.2 that I put up yesterday or with the CVS version
again?  I don't have any trouble with CInfo with both 4.08
and 4.11.

> And
> C2HS does not export most of cast*Ptr functions, freeHaskellFunPtr
> and newStablePtr, which leads to errors in compilig gtk+hs. And
> GtkCList (from the CVS version of gtk+hs) does not import C2HS but
> uses newStablePtr etc. And ghc version check in gtk+hs fails for 4.11.

As noted on the Web page, 0.8.1 didn't work with gtk+hs.
You need c2hs 0.8.2 and the new version 0.10.2 of gtk+hs,
which I released yesterday.  (Alternatively, the versions of
both packages in CVS should work, too.)

Cheers,
Manuel