#5449: Build failure with ghc 7.2.1: Missing (or bad) header file: runProcess.h
---------------------------------+------------------------------------------
    Reporter:  dsf               |       Owner:                   
        Type:  bug               |      Status:  patch            
    Priority:  normal            |   Component:  libraries/process
     Version:  7.2.1             |    Keywords:                   
    Testcase:                    |   Blockedby:                   
          Os:  Unknown/Multiple  |    Blocking:                   
Architecture:  Unknown/Multiple  |     Failure:  None/Unknown     
---------------------------------+------------------------------------------
Changes (by bergey):

  * status:  new => patch


Comment:

 I can build process if I add a file processFlags.h to the include
 directory, with these two lines:

 #define RUN_PROCESS_IN_CLOSE_FDS 0x1
 #define RUN_PROCESS_IN_NEW_GROUP 0x2

 Not sure if processFlags.h is meant to be part of this package or
 elsewhere.

 File contents cribbed from this thread; I can't seem to find the actual
 patch:
 http://hackage.haskell.org/trac/ghc/ticket/3994

 ubuntu Natty, haskell platform 2011.2, process-1.1.0.0

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5449#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to