Re: Another GHC 6.4 Release Candidate Binary for Mac OS X

2005-03-10 Thread Malcolm Wallace
  Another Mac OS X installer:
  http://opeongo.cas.mcmaster.ca/~wolfgang/GHC-6.4.20050308.pkg.zip

Works fine for me too.

 The double-clickable icons for GHCi are great,

When I double-click the icon, I get *two* Terminal windows started, one
running ghci, the other just an ordinary shell.  Is this intended?

Regards,
Malcolm
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


Re: Another GHC 6.4 Release Candidate Binary for Mac OS X

2005-03-10 Thread Wolfgang Thaller
When I double-click the icon, I get *two* Terminal windows started, one
running ghci, the other just an ordinary shell.  Is this intended?
No, that's the Terminal's default behaviour of opening an empty window 
when it is launched, before receiving the command to open a new 
terminal window and execute a command.
I might be able to work around this, though, by first checking whether 
Terminal is already open, and using different commands based on that.

Cheers,
Wolfgang
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


Another GHC 6.4 Release Candidate Binary for Mac OS X

2005-03-09 Thread Wolfgang Thaller
Another Mac OS X installer:
http://opeongo.cas.mcmaster.ca/~wolfgang/GHC-6.4.20050308.pkg.zip
Features:
*) all the normal GHC 6.4 features
*) dynamic linking
*) nice icons you can double-click to open a terminal window with ghci
(one for H98 and one for -fglasgow-exts)
*) You can even drag your favourite .hs files onto those icons!
*) a simple uninstaller
*) html documentation now included
Mac users, please start testing and send lots of feedback to me and to 
the list.

Cheers,
Wolfgang
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


Re: Another GHC 6.4 Release Candidate Binary for Mac OS X

2005-03-09 Thread Andre Pang
On 09/03/2005, at 8:15 PM, Wolfgang Thaller wrote:
Another Mac OS X installer:
http://opeongo.cas.mcmaster.ca/~wolfgang/GHC-6.4.20050308.pkg.zip
Works great for me.  The double-clickable icons for GHCi are great, too 
(I'm sure it'll help out many Mac users who have to use GHC In their 
first year at university ;).

Thanks Wolfgang, GHC's Mac OS X support has gone from non-existent to 
superior in the past two-three years largely because of you!

--
% Andre Pang : trust.in.love.to.save  http://www.algorithm.com.au/
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


Re: Another GHC 6.4 Release Candidate Binary for Mac OS X

2005-03-09 Thread Stefan Holdermans
Wolfgang,
Another Mac OS X installer:
http://opeongo.cas.mcmaster.ca/~wolfgang/GHC-6.4.20050308.pkg.zip
Works great for me.  The double-clickable icons for GHCi are great, too
I second that.
How much effort did take to construct the installer? Is it a process 
that could easily be automated? Would it, for instance, be possible to 
schedule the overnight generation of an installer for the HEAD branch?

Regards,
Stefan
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


Re: GHC 6.4 Release Candidate Binary for Mac OS X

2005-03-08 Thread Christian Maeder
Wolfgang Thaller wrote:
I've uploaded a Mac OS X installer based on the stable tree from March 
2nd + the patches I committed yesterday at:

http://opeongo.cas.mcmaster.ca/~wolfgang/GHC-6.4.20050302.pkg.zip
I've only a remote account on a Mac. Do I have a chance to install 
ghc-6.4 locally as a non-root user? I've got a working ghc-6.0.1 (and I 
manually copied readline.dylib and include/readline into ghc's directories)

Thanks Christian
P.S. (part of uname -a)
Darwin Kernel Version 7.6.0: Sun Oct 10 12:05:27 PDT 2004; 
root:xnu/xnu-517.9.4.obj~1/RELEASE_PPC  Power Macintosh powerpc
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


GHC 6.4 Release Candidate Binary for Mac OS X

2005-03-04 Thread Wolfgang Thaller
I've uploaded a Mac OS X installer based on the stable tree from March 
2nd + the patches I committed yesterday at:

http://opeongo.cas.mcmaster.ca/~wolfgang/GHC-6.4.20050302.pkg.zip
This package is built with support for dynamic libraries (some human 
intervention was required to build it).

Mac users, please start testing and send lots of feedback to me and to 
the list.

Cheers,
Wolfgang
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


Re: GHC 6.4 Release Candidate Binary for Mac OS X

2005-03-04 Thread Malcolm Wallace
Wolfgang Thaller [EMAIL PROTECTED] wrote:

 I've uploaded a Mac OS X installer based on the stable tree from March 
 2nd + the patches I committed yesterday at:
 
 http://opeongo.cas.mcmaster.ca/~wolfgang/GHC-6.4.20050302.pkg.zip

$ ghc --version
dyld: /usr/local/lib/ghc-6.4/ghc-6.4 can't open library: 
/Users/wolfgang/GHC/stable-build/libraries/readline/libHSreadline_dyn.dylib  
(No such file or directory, errno = 2)
Trace/BPT trap

Regards,
Malcolm
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users