[Haskell-cafe] Problems with installing the correct version of "process". Help?

Brandon Allbery allbery.b at gmail.com
Tue Nov 15 21:03:16 CET 2011


On Tue, Nov 15, 2011 at 14:56, Blaine <frikker at gmail.com> wrote:

> ** Missing header file: runProcess.h*
>
> [blaine at macbook:~/Dropbox/src/berp/compiler Tue Nov 08]
> 93$ ls /usr/lib/ghc-6.12.1/process-1.0.1.2/include/
> HsProcessConfig.h *runProcess.h*
>

Notice it's found in the files for the other install of "process".  This is
in fact a bug in the "process" package on Hackage, which is fixed in its
repo but no new release has been made yet.  So build it from its repo (
http://darcs.haskell.org/packages/process.git/ per Hackage page) instead.

-- 
brandon s allbery                                      allbery.b at gmail.com
wandering unix systems administrator (available)     (412) 475-9364 vm/sms
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20111115/6bfb01f6/attachment.htm>


More information about the Haskell-Cafe mailing list