Send Beginners mailing list submissions to
        beginners@haskell.org

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
        beginners-requ...@haskell.org

You can reach the person managing the list at
        beginners-ow...@haskell.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."


Today's Topics:

   1. Re:  Looking for some guidance to installing GHCI on MAC
      (Wes Morgan)
   2. Re:  Looking for some guidance to installing GHCI on MAC
      (patricklynch)
   3. Re:  Looking for some guidance to installing GHCI on MAC
      (Antoine Latter)
   4. Re:  Looking for some guidance to installing GHCI on MAC
      (patricklynch)
   5. Re:  Looking for some guidance to installing GHCI on MAC
      (Antoine Latter)
   6. Re:  Looking for some guidance to installing      GHCI on MAC
      (Wes Morgan)
   7. Re:  Looking for some guidance to installing GHCI on MAC
      (patricklynch)


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

Message: 1
Date: Sun, 23 Jan 2011 07:36:26 -0500
From: Wes Morgan <cap10mor...@gmail.com>
Subject: Re: [Haskell-beginners] Looking for some guidance to
        installing GHCI on MAC
To: "beginners@haskell.org" <beginners@haskell.org>
Message-ID: <-2242079178102204314@unknownmsgid>
Content-Type: text/plain; charset=ISO-8859-1

I just used Homebrew (http://mxcl.github.com/homebrew/). Once that's
installed, 'brew install ghc' gets you GHC, GHCi, cabal, etc.

Wes

On Jan 23, 2011, at 6:00 AM, "beginners-requ...@haskell.org"
<beginners-requ...@haskell.org> wrote:

> Re: [Haskell-beginners] Looking for some guidance to
>    installing GHCI on MAC



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

Message: 2
Date: Sun, 23 Jan 2011 15:18:38 -0500
From: "patricklynch" <kmandpjly...@verizon.net>
Subject: Re: [Haskell-beginners] Looking for some guidance to
        installing GHCI on MAC
To: "'Wes Morgan'" <cap10mor...@gmail.com>,     <beginners@haskell.org>
Message-ID: <c4a42403a15e4a92b7dce6e200014...@stsv.com>
Content-Type: text/plain; charset=US-ASCII

...i tried to use the installation for Mac at Haskell.org, but it gives me
an error message [something like: call your software vendor]...

...i tried the Homebrew, see email below,  but it wants my Apple Developer
id...i don't have one...

...i installed it on my pc and all it took was a single keystroke...
...i installed Hugs on my Mac without any problem..

...i'd appreciate any help, I really need to work with ghc on my mac

Go Jets

-----Original Message-----
From: beginners-boun...@haskell.org [mailto:beginners-boun...@haskell.org]
On Behalf Of Wes Morgan
Sent: Sunday, January 23, 2011 7:36 AM
To: beginners@haskell.org
Subject: Re: [Haskell-beginners] Looking for some guidance to installing
GHCI on MAC

I just used Homebrew (http://mxcl.github.com/homebrew/). Once that's
installed, 'brew install ghc' gets you GHC, GHCi, cabal, etc.

Wes

On Jan 23, 2011, at 6:00 AM, "beginners-requ...@haskell.org"
<beginners-requ...@haskell.org> wrote:

> Re: [Haskell-beginners] Looking for some guidance to
>    installing GHCI on MAC

_______________________________________________
Beginners mailing list
Beginners@haskell.org
http://www.haskell.org/mailman/listinfo/beginners




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

Message: 3
Date: Sun, 23 Jan 2011 13:55:00 -0600
From: Antoine Latter <aslat...@gmail.com>
Subject: Re: [Haskell-beginners] Looking for some guidance to
        installing GHCI on MAC
To: patricklynch <kmandpjly...@verizon.net>
Cc: beginners@haskell.org, Wes Morgan <cap10mor...@gmail.com>
Message-ID:
        <aanlktim+im3kstobxfkadx1nswjtmjf5cyq4s7-cg...@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

The problem I had at first with the Haskell Platform installer was
that I didn't have Xcode installed.

This should be on one of the OS X install discs, I think. You can also
download it from Apple:

http://developer.apple.com/technologies/xcode.html

It might be easier if you could send us the error message you're getting.

Antoine

On Sun, Jan 23, 2011 at 2:18 PM, patricklynch <kmandpjly...@verizon.net> wrote:
> ...i tried to use the installation for Mac at Haskell.org, but it gives me
> an error message [something like: call your software vendor]...
>
> ...i tried the Homebrew, see email below, ?but it wants my Apple Developer
> id...i don't have one...
>
> ...i installed it on my pc and all it took was a single keystroke...
> ...i installed Hugs on my Mac without any problem..
>
> ...i'd appreciate any help, I really need to work with ghc on my mac
>
> Go Jets
>
> -----Original Message-----
> From: beginners-boun...@haskell.org [mailto:beginners-boun...@haskell.org]
> On Behalf Of Wes Morgan
> Sent: Sunday, January 23, 2011 7:36 AM
> To: beginners@haskell.org
> Subject: Re: [Haskell-beginners] Looking for some guidance to installing
> GHCI on MAC
>
> I just used Homebrew (http://mxcl.github.com/homebrew/). Once that's
> installed, 'brew install ghc' gets you GHC, GHCi, cabal, etc.
>
> Wes
>
> On Jan 23, 2011, at 6:00 AM, "beginners-requ...@haskell.org"
> <beginners-requ...@haskell.org> wrote:
>
>> Re: [Haskell-beginners] Looking for some guidance to
>> ? ?installing GHCI on MAC
>
> _______________________________________________
> Beginners mailing list
> Beginners@haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>
>
> _______________________________________________
> Beginners mailing list
> Beginners@haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>



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

Message: 4
Date: Sun, 23 Jan 2011 16:44:20 -0500
From: "patricklynch" <kmandpjly...@verizon.net>
Subject: Re: [Haskell-beginners] Looking for some guidance to
        installing GHCI on MAC
To: "'Antoine Latter'" <aslat...@gmail.com>
Cc: beginners@haskell.org, 'Wes Morgan' <cap10mor...@gmail.com>
Message-ID: <2032f25a256d4515a30435a77341d...@stsv.com>
Content-Type: text/plain; charset=iso-8859-1

...sorry for being a 'klutz' - but I'm new to the mac too...
...i'm guessing that I have Xcode installed...i see an X icon that has an
X11 label - when I click it, it displays nothing...bummer...
...since I was able to install Hugs I'm guessing that Xcode is
installed...however, I have no way of knowing if this is true...and Apple
wants $99 for a Developer fee, bummer...I was not given an installation
disk...

I went to the site: haskage.haskell.org\platform\mac.html...
It gives me a three step installation procedure...
...the  1st deletes any previous installation of GHC - this worked...
...the  2nd gets me to a screen that states Standard install on "Macintosh
HD"; with a message: click Install...{however, the Install Button can not be
clicked}...this is as far as I can get...

-----Original Message-----
From: Antoine Latter [mailto:aslat...@gmail.com] 
Sent: Sunday, January 23, 2011 2:55 PM
To: patricklynch
Cc: Wes Morgan; beginners@haskell.org
Subject: Re: [Haskell-beginners] Looking for some guidance to installing
GHCI on MAC

The problem I had at first with the Haskell Platform installer was
that I didn't have Xcode installed.

This should be on one of the OS X install discs, I think. You can also
download it from Apple:

http://developer.apple.com/technologies/xcode.html

It might be easier if you could send us the error message you're getting.

Antoine

On Sun, Jan 23, 2011 at 2:18 PM, patricklynch <kmandpjly...@verizon.net>
wrote:
> ...i tried to use the installation for Mac at Haskell.org, but it gives me
> an error message [something like: call your software vendor]...
>
> ...i tried the Homebrew, see email below, ?but it wants my Apple Developer
> id...i don't have one...
>
> ...i installed it on my pc and all it took was a single keystroke...
> ...i installed Hugs on my Mac without any problem..
>
> ...i'd appreciate any help, I really need to work with ghc on my mac
>
> Go Jets
>
> -----Original Message-----
> From: beginners-boun...@haskell.org [mailto:beginners-boun...@haskell.org]
> On Behalf Of Wes Morgan
> Sent: Sunday, January 23, 2011 7:36 AM
> To: beginners@haskell.org
> Subject: Re: [Haskell-beginners] Looking for some guidance to installing
> GHCI on MAC
>
> I just used Homebrew (http://mxcl.github.com/homebrew/). Once that's
> installed, 'brew install ghc' gets you GHC, GHCi, cabal, etc.
>
> Wes
>
> On Jan 23, 2011, at 6:00 AM, "beginners-requ...@haskell.org"
> <beginners-requ...@haskell.org> wrote:
>
>> Re: [Haskell-beginners] Looking for some guidance to
>> ? ?installing GHCI on MAC
>
> _______________________________________________
> Beginners mailing list
> Beginners@haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>
>
> _______________________________________________
> Beginners mailing list
> Beginners@haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>




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

Message: 5
Date: Sun, 23 Jan 2011 15:37:45 -0600
From: Antoine Latter <aslat...@gmail.com>
Subject: Re: [Haskell-beginners] Looking for some guidance to
        installing GHCI on MAC
To: patricklynch <kmandpjly...@verizon.net>
Cc: beginners@haskell.org, Wes Morgan <cap10mor...@gmail.com>
Message-ID:
        <aanlktikgwuzyastr3wbqub2s8n4o+4dtg_zsr+trw...@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

That doesn't sound like Xcode, that sounds like X11.

What do you get when you do a Spotlight search for "xcode"?

Antoine

On Sun, Jan 23, 2011 at 3:44 PM, patricklynch <kmandpjly...@verizon.net> wrote:
> ...sorry for being a 'klutz' - but I'm new to the mac too...
> ...i'm guessing that I have Xcode installed...i see an X icon that has an
> X11 label - when I click it, it displays nothing...bummer...
> ...since I was able to install Hugs I'm guessing that Xcode is
> installed...however, I have no way of knowing if this is true...and Apple
> wants $99 for a Developer fee, bummer...I was not given an installation
> disk...
>
> I went to the site: haskage.haskell.org\platform\mac.html...
> It gives me a three step installation procedure...
> ...the ?1st deletes any previous installation of GHC - this worked...
> ...the ?2nd gets me to a screen that states Standard install on "Macintosh
> HD"; with a message: click Install...{however, the Install Button can not be
> clicked}...this is as far as I can get...
>
> -----Original Message-----
> From: Antoine Latter [mailto:aslat...@gmail.com]
> Sent: Sunday, January 23, 2011 2:55 PM
> To: patricklynch
> Cc: Wes Morgan; beginners@haskell.org
> Subject: Re: [Haskell-beginners] Looking for some guidance to installing
> GHCI on MAC
>
> The problem I had at first with the Haskell Platform installer was
> that I didn't have Xcode installed.
>
> This should be on one of the OS X install discs, I think. You can also
> download it from Apple:
>
> http://developer.apple.com/technologies/xcode.html
>
> It might be easier if you could send us the error message you're getting.
>
> Antoine
>
> On Sun, Jan 23, 2011 at 2:18 PM, patricklynch <kmandpjly...@verizon.net>
> wrote:
>> ...i tried to use the installation for Mac at Haskell.org, but it gives me
>> an error message [something like: call your software vendor]...
>>
>> ...i tried the Homebrew, see email below, ?but it wants my Apple Developer
>> id...i don't have one...
>>
>> ...i installed it on my pc and all it took was a single keystroke...
>> ...i installed Hugs on my Mac without any problem..
>>
>> ...i'd appreciate any help, I really need to work with ghc on my mac
>>
>> Go Jets
>>
>> -----Original Message-----
>> From: beginners-boun...@haskell.org [mailto:beginners-boun...@haskell.org]
>> On Behalf Of Wes Morgan
>> Sent: Sunday, January 23, 2011 7:36 AM
>> To: beginners@haskell.org
>> Subject: Re: [Haskell-beginners] Looking for some guidance to installing
>> GHCI on MAC
>>
>> I just used Homebrew (http://mxcl.github.com/homebrew/). Once that's
>> installed, 'brew install ghc' gets you GHC, GHCi, cabal, etc.
>>
>> Wes
>>
>> On Jan 23, 2011, at 6:00 AM, "beginners-requ...@haskell.org"
>> <beginners-requ...@haskell.org> wrote:
>>
>>> Re: [Haskell-beginners] Looking for some guidance to
>>> ? ?installing GHCI on MAC
>>
>> _______________________________________________
>> Beginners mailing list
>> Beginners@haskell.org
>> http://www.haskell.org/mailman/listinfo/beginners
>>
>>
>> _______________________________________________
>> Beginners mailing list
>> Beginners@haskell.org
>> http://www.haskell.org/mailman/listinfo/beginners
>>
>
>



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

Message: 6
Date: Sun, 23 Jan 2011 16:43:21 -0500
From: Wes Morgan <cap10mor...@gmail.com>
Subject: Re: [Haskell-beginners] Looking for some guidance to
        installing      GHCI on MAC
To: patricklynch <kmandpjly...@verizon.net>
Cc: beginners@haskell.org
Message-ID: <55f836f6795e4282a824cf35e8de2...@gmail.com>
Content-Type: text/plain; charset="utf-8"

On Sunday, January 23, 2011 at 3:18 PM, patricklynch wrote:

> ...i tried to use the installation for Mac at Haskell.org, but it gives me
> an error message [something like: call your software vendor]...
> 
> ...i tried the Homebrew, see email below, but it wants my Apple Developer
> id...i don't have one...
> 
> 
Homebrew doesn't need an Apple Developer id. It's not written by Apple, so it 
has nothing to do with their developer program. If you could describe in more 
detail what you tried and where things went wrong, I could help you figure out 
how to get around the problem.


You probably will need Xcode installed, which is a free download from 
developer.apple.com if you don't have your Mac OS X install disc handy. You 
don't need to pay Apple $99 or any other amount of money to download it, you 
just need to create a free login on their developer site. 

> 
> 
> ...i installed it on my pc and all it took was a single keystroke...
> ...i installed Hugs on my Mac without any problem..
> 
> ...i'd appreciate any help, I really need to work with ghc on my mac
> 
> Go Jets
> 
> -----Original Message-----
> From: beginners-boun...@haskell.org [mailto:beginners-boun...@haskell.org]
> On Behalf Of Wes Morgan
> Sent: Sunday, January 23, 2011 7:36 AM
> To: beginners@haskell.org
> Subject: Re: [Haskell-beginners] Looking for some guidance to installing
> GHCI on MAC
> 
> I just used Homebrew (http://mxcl.github.com/homebrew/). Once that's
> installed, 'brew install ghc' gets you GHC, GHCi, cabal, etc.
> 
> Wes
> 
> On Jan 23, 2011, at 6:00 AM, "beginners-requ...@haskell.org"
> <beginners-requ...@haskell.org> wrote:
> 
> 
> > Re: [Haskell-beginners] Looking for some guidance to
> >  installing GHCI on MAC
> > 
> > 
> 
> _______________________________________________
> Beginners mailing list
> Beginners@haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
> 
> 
> 




-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://www.haskell.org/pipermail/beginners/attachments/20110123/3073a4d4/attachment-0001.htm>

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

Message: 7
Date: Sun, 23 Jan 2011 17:20:37 -0500
From: "patricklynch" <kmandpjly...@verizon.net>
Subject: Re: [Haskell-beginners] Looking for some guidance to
        installing GHCI on MAC
To: "'Antoine Latter'" <aslat...@gmail.com>
Cc: beginners@haskell.org, 'Wes Morgan' <cap10mor...@gmail.com>
Message-ID: <89613e5009654960aec321160bcbf...@stsv.com>
Content-Type: text/plain; charset=iso-8859-1

...i tried the March 2010 installation on the MAC and I get the same
result...if there is a requirement for Xcode, shouldn't it be listed in the
Installation Instructions... I tried another installation but it too
required Xcode...

...again, I was able to install GHC on a PC and was able to install HUGs on
the Mac...

...really frustrating... I'm not going to pay Apple $99, so I may have to
give up on the Mac for a while - bummer...

-----Original Message-----
From: patricklynch [mailto:kmandpjly...@verizon.net] 
Sent: Sunday, January 23, 2011 4:44 PM
To: 'Antoine Latter'
Cc: 'Wes Morgan'; 'beginners@haskell.org'
Subject: RE: [Haskell-beginners] Looking for some guidance to installing
GHCI on MAC

...sorry for being a 'klutz' - but I'm new to the mac too...
...i'm guessing that I have Xcode installed...i see an X icon that has an
X11 label - when I click it, it displays nothing...bummer...
...since I was able to install Hugs I'm guessing that Xcode is
installed...however, I have no way of knowing if this is true...and Apple
wants $99 for a Developer fee, bummer...I was not given an installation
disk...

I went to the site: haskage.haskell.org\platform\mac.html...
It gives me a three step installation procedure...
...the  1st deletes any previous installation of GHC - this worked...
...the  2nd gets me to a screen that states Standard install on "Macintosh
HD"; with a message: click Install...{however, the Install Button can not be
clicked}...this is as far as I can get...

-----Original Message-----
From: Antoine Latter [mailto:aslat...@gmail.com] 
Sent: Sunday, January 23, 2011 2:55 PM
To: patricklynch
Cc: Wes Morgan; beginners@haskell.org
Subject: Re: [Haskell-beginners] Looking for some guidance to installing
GHCI on MAC

The problem I had at first with the Haskell Platform installer was
that I didn't have Xcode installed.

This should be on one of the OS X install discs, I think. You can also
download it from Apple:

http://developer.apple.com/technologies/xcode.html

It might be easier if you could send us the error message you're getting.

Antoine

On Sun, Jan 23, 2011 at 2:18 PM, patricklynch <kmandpjly...@verizon.net>
wrote:
> ...i tried to use the installation for Mac at Haskell.org, but it gives me
> an error message [something like: call your software vendor]...
>
> ...i tried the Homebrew, see email below, ?but it wants my Apple Developer
> id...i don't have one...
>
> ...i installed it on my pc and all it took was a single keystroke...
> ...i installed Hugs on my Mac without any problem..
>
> ...i'd appreciate any help, I really need to work with ghc on my mac
>
> Go Jets
>
> -----Original Message-----
> From: beginners-boun...@haskell.org [mailto:beginners-boun...@haskell.org]
> On Behalf Of Wes Morgan
> Sent: Sunday, January 23, 2011 7:36 AM
> To: beginners@haskell.org
> Subject: Re: [Haskell-beginners] Looking for some guidance to installing
> GHCI on MAC
>
> I just used Homebrew (http://mxcl.github.com/homebrew/). Once that's
> installed, 'brew install ghc' gets you GHC, GHCi, cabal, etc.
>
> Wes
>
> On Jan 23, 2011, at 6:00 AM, "beginners-requ...@haskell.org"
> <beginners-requ...@haskell.org> wrote:
>
>> Re: [Haskell-beginners] Looking for some guidance to
>> ? ?installing GHCI on MAC
>
> _______________________________________________
> Beginners mailing list
> Beginners@haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>
>
> _______________________________________________
> Beginners mailing list
> Beginners@haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>




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

_______________________________________________
Beginners mailing list
Beginners@haskell.org
http://www.haskell.org/mailman/listinfo/beginners


End of Beginners Digest, Vol 31, Issue 24
*****************************************

Reply via email to