Re: [Haskell-cafe] Re: Ease of Haskell development on OS X?

2009-03-22 Thread Colin Adams
OK, I got it installed, but build warned me of duplicate dylibs, and running my program gave a bus error. So I port uninstalled gtk2, so now it compiled without warnings, but the program won't run because I had been forced to uninstall pangoft to uninstall gtk2. So now I need to uninstall the

Re: [Haskell-cafe] Re: Ease of Haskell development on OS X?

2009-03-22 Thread Hans Aberg
On 22 Mar 2009, at 10:28, Colin Adams wrote: OK, I got it installed, but build warned me of duplicate dylibs, and running my program gave a bus error. So I port uninstalled gtk2, so now it compiled without warnings, but the program won't run because I had been forced to uninstall pangoft to

Re: [Haskell-cafe] Re: Ease of Haskell development on OS X?

2009-03-22 Thread Colin Adams
I tried issuing the sudo port install command on the wiki page. After some time running it failed with: To fully complete your installation and make python 2.5 the default, please run sudo port install python_select sudo python_select python25 --- Cleaning python25 ---

[Haskell-cafe] Re: Ease of Haskell development on OS X?

2009-03-22 Thread Achim Schneider
Colin Adams colinpaulad...@googlemail.com wrote: -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -c _hashopenssl.c -o build/temp.macosx-10.3-i386-2.5/_hashopenssl.o unable to execute

Re: [Haskell-cafe] Re: Ease of Haskell development on OS X?

2009-03-22 Thread Hans Aberg
On 22 Mar 2009, at 11:32, Colin Adams wrote: creating build/temp.macosx-10.3-i386-2.5 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/ include/python2.5 -c _hashopenssl.c -o

Re: [Haskell-cafe] Re: Ease of Haskell development on OS X?

2009-03-22 Thread Colin Adams
No. It's all recent. 2009/3/22 Hans Aberg hab...@math.su.se: On 22 Mar 2009, at 11:32, Colin Adams wrote: creating build/temp.macosx-10.3-i386-2.5 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include

Re: [Haskell-cafe] Re: Ease of Haskell development on OS X?

2009-03-22 Thread Hans Aberg
On 22 Mar 2009, at 12:45, Colin Adams wrote: No. It's all recent. And MacPorts installs its own gcc. Achim Scheider pointed out that the compiler name is missing, so the shell tries to execute '-DNDEBUG' as a program. When I try it, I get: $ sudo port install python_select Password: ---

Re: [Haskell-cafe] Re: Ease of Haskell development on OS X?

2009-03-22 Thread Hans Aberg
On 22 Mar 2009, at 11:32, Colin Adams wrote: I tried issuing the sudo port install command on the wiki page. What did you try to install? ... After some time running it failed with: To fully complete your installation and make python 2.5 the default, please run sudo port install

Re: [Haskell-cafe] Re: Ease of Haskell development on OS X?

2009-03-22 Thread Colin Adams
2009/3/22 Hans Aberg hab...@math.su.se: On 22 Mar 2009, at 11:32, Colin Adams wrote: I tried issuing the sudo port install command on the wiki page. What did you try to install? ... Just what it says on the wiki page: sudo port install glade3 libglade2 gstreamer gst-plugins-base

Re: [Haskell-cafe] Re: Ease of Haskell development on OS X?

2009-03-22 Thread Hans Aberg
On 22 Mar 2009, at 13:42, Colin Adams wrote: After some time running it failed with: To fully complete your installation and make python 2.5 the default, please run sudo port install python_select sudo python_select python25 ...The thing is that when I removed python_select and

Re: [Haskell-cafe] Re: Ease of Haskell development on OS X?

2009-03-22 Thread Brandon S. Allbery KF8NH
On 2009 Mar 22, at 6:32, Colin Adams wrote: creating build/temp.macosx-10.3-i386-2.5 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/ include/python2.5 -c _hashopenssl.c -o

Re: [Haskell-cafe] Re: Ease of Haskell development on OS X?

2009-03-22 Thread Colin Adams
No, I haven't done that - I forgot about that command since I first installed macports nearly a year ago. :-( Bit I DID manage to get the ports all installed (thanks to lots of help from Hans, and lots of individual port uninstalls followed by port installs). And configured gtk2hs ok. But when I

Re: [Haskell-cafe] Re: Ease of Haskell development on OS X?

2009-03-22 Thread Colin Adams
2009/3/22 Colin Adams colinpaulad...@googlemail.com: No, I haven't done that - I forgot about that command since I first installed macports nearly a year ago. :-( Bit I DID manage to get the ports all installed (thanks to lots of help from Hans, and lots of individual port uninstalls followed

[Haskell-cafe] Re: Ease of Haskell development on OS X?

2009-03-21 Thread Achim Schneider
Ross Mellgren rmm-hask...@z.odi.ac wrote: Way too many, definitely. -- (c) this sig last receiving data processing entity. Inspect headers for copyright history. All rights reserved. Copying, hiring, renting, performance and/or quoting of this signature prohibited.

[Haskell-cafe] Re: Ease of Haskell development on OS X?

2009-03-20 Thread Bjorn Buckwalter
Haskell on Mac OS X has been mostly painless for me. I have a PowerPC mac which means there are rarely binaries for me to download from haskell.org. I've either used MacPorts or compiled the GHC from source, both have worked well. I prefer the latter, but you'll probably want MacPorts anyway for

[Haskell-cafe] Re: Ease of Haskell development on OS X?

2009-03-20 Thread Achim Schneider
Don Stewart d...@galois.com wrote: bulat.ziganshin: http://freearc.org btw, it have 35.000 downloads ATM Awesome, and congratulations! I wonder: have you thought about adding a cabal file, so we can package it automatically for all the Linux distros? Then you'd have access to