Haskell Platform 2014.2.0.0 Release Candidate 2

George Colpitts george.colpitts at gmail.com
Tue Jul 29 13:52:51 UTC 2014


Weird that I didn't have this problem with rc1

On Tuesday, July 29, 2014, Brandon Allbery <allbery.b at gmail.com> wrote:

> On Tue, Jul 29, 2014 at 7:45 AM, George Colpitts <
> george.colpitts at gmail.com
> <javascript:_e(%7B%7D,'cvml','george.colpitts at gmail.com');>> wrote:
>
>> Installation worked fine. However I encountered a problem that looks like
>> a regression, although it may be a problem with new versions of the package
>> I am trying to install:
>
>
> It's not an H-P problem; Apple's started using their BLOCKS C extension in
> system headers, and gtk2hsc2hs doesn't understand it. (And possibly is not
> using cpp properly when processing headers.) You'll need to take this up
> with the gtk2hs folks.
>
>     #ifdef __BLOCKS__
>     int scandir_b(const char *, struct dirent ***,
>         int (^)(const struct dirent *), int (^)(const struct dirent **,
> const struct
>  dirent **)) __DARWIN_INODE64(scandir_b)
> __OSX_AVAILABLE_STARTING(__MAC_10_6, __
> IPHONE_3_2);
>     #endif /* __BLOCKS__ */
>
> --
> brandon s allbery kf8nh                               sine nomine
> associates
> allbery.b at gmail.com <javascript:_e(%7B%7D,'cvml','allbery.b at gmail.com');>
>                                  ballbery at sinenomine.net
> <javascript:_e(%7B%7D,'cvml','ballbery at sinenomine.net');>
> unix, openafs, kerberos, infrastructure, xmonad
> http://sinenomine.net
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/ghc-devs/attachments/20140729/fa5d2d8b/attachment-0001.html>


More information about the ghc-devs mailing list