#850: Configure fails when an Objective-C .h file is specified ----------------------------+----------------------------------------------- Reporter: dankna | Owner: Type: defect | Status: new Priority: normal | Milestone: Component: Cabal library | Version: HEAD Severity: normal | Keywords: configure mac objective-c Difficulty: unknown | Ghcversion: Platform: | ----------------------------+----------------------------------------------- When configuring a library or executable which has specified a C header with includes: in its .cabal file, and that header is actually Objective-C or includes other headers which are, configure fails. This is because of the test that Cabal does to determine whether all prerequisite C libraries are present, in which it compiles with gcc directly rather than going through the Haskell compiler as it does in the build phase.
I'm working on a patch to this and should have it in about an hour. -- Ticket URL: <http://hackage.haskell.org/trac/hackage/ticket/850> Hackage <http://haskell.org/cabal/> Hackage: Cabal and related projects _______________________________________________ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/mailman/listinfo/cabal-devel