Send Beginners mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://www.haskell.org/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.  Install bullet-0.2.2 failure in OS X 10.8.2 (Trung Quang Nguyen)
   2. Re:  Install bullet-0.2.2 failure in OS X 10.8.2
      (Krzysztof Skrz?tnicki)


----------------------------------------------------------------------

Message: 1
Date: Thu, 6 Dec 2012 11:48:19 +0100
From: Trung Quang Nguyen <[email protected]>
Subject: [Haskell-beginners] Install bullet-0.2.2 failure in OS X
        10.8.2
To: [email protected]
Message-ID:
        <CALs5uByDiZEvfS_idTupfyLhBmo50yyFp21j6=9bl3yqkf5...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hi all,

Any body can help me with installing bullet in OS X 10.8.2. I'm trying to
install bullet using these commands:

brew install bullet
cabal update
cabal install bullet

And I got this

Registering vect-0.4.7...
Installed vect-0.4.7
Downloading bullet-0.2.2...
Configuring bullet-0.2.2...
cabal: The program c2hs is required but it could not be found.
Failed to install bullet-0.2.2
Updating documentation index
/Users/trungnguyen/Library/Haskell/doc/index.html
cabal: Error: some packages failed to install:
bullet-0.2.2 failed during the configure step. The exception was:
ExitFailure 1

Thank you in advance.

Kind regards,
Trung
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://www.haskell.org/pipermail/beginners/attachments/20121206/71314177/attachment-0001.htm>

------------------------------

Message: 2
Date: Thu, 6 Dec 2012 11:57:41 +0100
From: Krzysztof Skrz?tnicki <[email protected]>
Subject: Re: [Haskell-beginners] Install bullet-0.2.2 failure in OS X
        10.8.2
To: Trung Quang Nguyen <[email protected]>
Cc: beginners <[email protected]>
Message-ID:
        <cam7aevec5eeo0_3oev1fg7jvqnv70mr3u1d_hyxsgnot-1d...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

The line:
> cabal: The program c2hs is required but it could not be found.
is pretty clear about the source of error. You have to install c2hs first
and make sure its in PATH. Use either some packaged version of c2hs or
"cabal install c2hs".

Best regards,
Krzysztof Skrz?tnicki

On Thu, Dec 6, 2012 at 11:48 AM, Trung Quang Nguyen <[email protected]>wrote:

> The program c2hs is required but it could not be found.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://www.haskell.org/pipermail/beginners/attachments/20121206/85513057/attachment-0001.htm>

------------------------------

_______________________________________________
Beginners mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/beginners


End of Beginners Digest, Vol 54, Issue 8
****************************************

Reply via email to