#163: Cabal can't compile packages with Haskell Platform 2011.2.0.0 and XCode 4 --------------------+------------------------------------------------------- Reporter: kevin | Owner: dons Type: defect | Status: new Priority: minor | Milestone: Component: GHC | Keywords: --------------------+------------------------------------------------------- XCode 4 has no /Developer/SDKs/MacOSX10.5.sdk. GHC that ships w/ Haskell Platform 2011.2.0.0 expects it to be there. So a number of packages don't compile. e.g., network, pointfree, hoogle, because they can't find requisite headers or libraries.
Fix is to install Xcode 3.x. Workaround is to create a symlink in /Developer/SDKs/ from MacOSX10.6.sdk to MacOSX10.5.sdk -- Ticket URL: <http://trac.haskell.org/haskell-platform/ticket/163> haskell-platform <http://trac.haskell.org/haskell-platform> The Haskell Platform: a comprehensive and robust collection of Haskell libraries _______________________________________________ Haskell-platform mailing list Haskell-platform@projects.haskell.org http://projects.haskell.org/cgi-bin/mailman/listinfo/haskell-platform