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

2011-11-19 Thread Albert Y. C. Lai
On 11-11-15 05:56 PM, Blaine wrote: So this is hilarious. This whole time I thought 'warning' meant 'error'. Under some conditions, having multiple versions does not hurt; under some other conditions, it hurts. This is not an unquestionable error. Though, I would recommend against it, unless

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

2011-11-15 Thread Blaine
Hi everyone. I'm new to haskell (venturing over from python land); i can't figure this one problem out. This has been incredibly difficult to solve, and it is quite discouraging! i'm trying to get berp up and running ( https://github.com/bjpop/berp/). berp-libs installed fine, berp-compiler is

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

2011-11-15 Thread Brandon Allbery
On Tue, Nov 15, 2011 at 14:56, Blaine frik...@gmail.com wrote: ** Missing header file: runProcess.h* [blaine@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

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

2011-11-15 Thread Antoine Latter
On Tue, Nov 15, 2011 at 1:56 PM, Blaine frik...@gmail.com wrote: Hi everyone. I'm new to haskell (venturing over from python land); i can't figure this one problem out. This has been incredibly difficult to solve, and it is quite discouraging! i'm trying to get berp up and running

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

2011-11-15 Thread Blaine
Great question. How does one ignore the warning? Blaine On Tue, Nov 15, 2011 at 4:02 PM, Antoine Latter aslat...@gmail.com wrote: On Tue, Nov 15, 2011 at 1:56 PM, Blaine frik...@gmail.com wrote: Hi everyone. I'm new to haskell (venturing over from python land); i can't figure this one

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

2011-11-15 Thread Antoine Latter
On Tue, Nov 15, 2011 at 3:34 PM, Blaine frik...@gmail.com wrote: Great question. How does one ignore the warning? By doing whatever you would have done next had you not received the warning :-) Such as cabal build or the like. Antoine ___

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

2011-11-15 Thread Daniel Fischer
On Tuesday 15 November 2011, 22:34:17, Blaine wrote: Great question. How does one ignore the warning? Not. process and directory are boot packages, required by ghc and indirectly by many of the packages you install(ed). Having multiple versions of these spells trouble and breakage. Read

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

2011-11-15 Thread Blaine
So this is hilarious. This whole time I thought 'warning' meant 'error'. I rebuilt all of ghc and the platform with 7.0.3, and did it again. Now it complains about containers. Went ahead and installed anyway (duh!). Now it looks like it worked. I'll check back if it didn't work. I can't believe