Hi Duncan,

     In reality there is a complaint about no "configure" file. In any case, you really mean "autoconf" and not "autoreconf" yes? If I should run "autoconf", there is no configure.ac or configure.in file under the process directory! ??

Thanks, Vasili


On Wed, Aug 20, 2008 at 6:48 AM, Duncan Coutts <duncan.coutts@worc.ox.ac.uk> wrote:
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