
20 Aug
2008
20 Aug
'08
7:48 a.m.
On Wed, 2008-08-20 at 03:09 -0500, Galchin, Vasili wrote:
Hello,
The "process" package Internal.hs references HsProcessConfig.h but this include file is not in the package "include" directory. Is this C include supposed to be generated? ??
Yes. It's generated by the ./configure script, which gets run automatically when you configure the package in the standard way. If you got the code straight from darcs then you need to run autoreconf first to generate the ./configure script. Duncan