[EMAIL PROTECTED] (Marcin 'Qrczak' Kowalczyk) wrote,
> I use C2HS libraries now (but the c2hs program needs so *MUCH*
> memory and time to parse Perl headers that I can't use it here;
> fortunately there is no need to marsh C structures).
The last version of C->HS on the Web page has a *big* space
leak in the C parser. I managed to improve the space
behaviour a lot since GHC's heap profiling started to be
working again. But as I just moved from Japan to Sydney, I
didn't have the time to put a new version of the tool out
yet - sorry about that.
In any case, if you have trouble with any C headers, feel
free to send me bug reports with the details and I will fix
the problem.
> I hope that GHC's FFI libraries and C2HS will be somewhat
> unified?
We are working on that as Sven already indicated.
> BTW, greyarea.is.tsukuba.ac.jp is inaccessible. Is it known where
> it will be back, or is there any newer version than c2hs-0.7.3?
Greyarea is taken of the net. The new C->HS page is at
http://www.cse.unsw.edu.au/~chak/haskell/c2hs/
As said, I am planing to release a new version soon - within
two weeks. If you have any problems, except the space leak,
send them now and I try to get a fix into the next version.
> I will use gtk+hs in one project from March to May.
Great! If you have any preferences as to which widgets that
are not yet implemented you need most, send me a list
please (I don't promise anything, but I am implementing the
most wanted widgets first).
Cheers,
Manuel