
Hi
I have given it a go, attached is the Setup.hs file from Hoogle which
I'm trying to get working. There are a few issues however:
1) Doesn't work at all, absolutely no signs of life. In fact, the
trhxs function never seems to be called.
2) Even if it did work, now it just errors out when the user doesn't
have the appropriate preprocessor half way through the build.
Configure should really check for this (how?) and the build shouldn't
just call error - it makes it impossible for tools to "figure out"
what is missing and provide it.
Thanks
Neil
On 8/17/06, Duncan Coutts
On Fri, 2006-08-18 at 00:05 +0300, Esa Ilari Vuokko wrote:
On 8/17/06, Duncan Coutts
wrote: We don't yet have a generic preprocessor support system. It is indeed part of the plan. I know I'll need it for Gtk2Hs.
What about UserHooks.hookedPreProcessors? The code seemd like it could work, but I haven't tested it.
Ok, I'm probably wrong then. Give it a go. I must admit I don't know enough about that bit.
Duncan