Send Beginners mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."
Today's Topics:
1. Re: Problems installing lambdabot (Brandon Allbery)
----------------------------------------------------------------------
Message: 1
Date: Fri, 13 Mar 2015 08:01:38 -0400
From: Brandon Allbery <[email protected]>
To: The Haskell-Beginners Mailing List - Discussion of primarily
beginner-level topics related to Haskell <[email protected]>
Subject: Re: [Haskell-beginners] Problems installing lambdabot
Message-ID:
<CAKFCL4UXW_0bHkV=cvyk+wrvaytafewwlqc7mdyednf7wa4...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
On Fri, Mar 13, 2015 at 7:53 AM, Joel Neely <[email protected]> wrote:
> The logged failure for regex-pcre-0.94.4 ?included the following:
>
> Preprocessing library regex-pcre-0.94.4...
> Wrap.hsc:148:10: fatal error: 'pcre.h' file not found
> #include <pcre.h>
> ^
> 1 error generated.
> compiling dist/build/Text/Regex/PCRE/Wrap_hsc_make.c failed (exit code 1)
>
>
Both of these are the same problem: cabal cannot operate your system
package manager to install the developer headers / libraries for the
system's pcre package (if it even has one; on a Mac you may need to get a
pcre package from somewhere else).
The other one looks like an internal problem with either ghc or cabal; I
can't help offhand.
--
brandon s allbery kf8nh sine nomine associates
[email protected] [email protected]
unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://mail.haskell.org/pipermail/beginners/attachments/20150313/77e19f9a/attachment-0001.html>
------------------------------
Subject: Digest Footer
_______________________________________________
Beginners mailing list
[email protected]
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
------------------------------
End of Beginners Digest, Vol 81, Issue 41
*****************************************