Re: xml-1.3.12 build error

2012-10-28 Thread Ian Lynagh
On Tue, Oct 16, 2012 at 04:12:32PM -0400, Andrew Pennebaker wrote: > On my system, the xml-1.3.12 package fails to build when it tries to > execute /Developer/usr/bin/gcc. Thanks for the report. However, we no longer make installers for OS X (you can use the Haskell Platform installers instead), s

Re: xml-1.3.12 build error

2012-10-16 Thread Andrew Pennebaker
On my system, the xml-1.3.12 package fails to build when it tries to execute /Developer/usr/bin/gcc. In recent versions of Xcode, gcc is not stored there anymore. As a workaround, I can type: sudo mkdir -p /Developer/usr/bin && sudo ln -s `which gcc` /Developer/usr/bin/gcc Could cabal use gcc in