#34333: Coin compilation fails with clang ------------------------------------+--------------------------------------- Reporter: matevz.langus@… | Owner: css@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Keywords: clang | Port: Coin ------------------------------------+--------------------------------------- Old description:
Hi,
Coin does not compile on macports 2.0.4 Mac OS 10.7.3, it says it does not like clang compiler.
building with gcc helps:
port -v install coin configure.compiler=llvm-gcc-4.2
New description: Hi, Coin does not compile on macports 2.0.4 Mac OS 10.7.3, it says it does not like clang compiler. building with gcc helps: {{{ port -v install coin configure.compiler=llvm-gcc-4.2 }}} -- Comment(by ryandesign@…): Replying to [ticket:34333 matevz.langus@…]:
building with gcc helps: {{{ port -v install coin configure.compiler=llvm-gcc-4.2 }}}
FYI, note that this is ''not'' building with [http://en.wikipedia.org/wiki/GNU_Compiler_Collection gcc]; it's building with [http://en.wikipedia.org/wiki/LLVM llvm-gcc]. -- Ticket URL: <https://trac.macports.org/ticket/34333#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS