Ticket #34333 (closed defect: duplicate)
Coin compilation fails with clang
| Reported by: | matevz.langus@… | Owned by: | css@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.0.4 |
| Keywords: | clang | Cc: | |
| Port: | Coin |
Description (last modified by ryandesign@…) (diff)
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
Change History
comment:1 in reply to: ↑ description Changed 13 months ago by ryandesign@…
- Keywords clang added
- Owner changed from macports-tickets@… to css@…
- Port set to Coin
- Summary changed from Coin compilation to Coin compilation fails with clang
comment:2 in reply to: ↑ description Changed 13 months ago by ryandesign@…
- Description modified (diff)
Replying to matevz.langus@…:
building with gcc helps:
port -v install coin configure.compiler=llvm-gcc-4.2
FYI, note that this is not building with gcc; it's building with llvm-gcc.
Note: See
TracTickets for help on using
tickets.


Replying to matevz.langus@…:
Can you elaborate on the way in which coin "does not like clang"? Is this a duplicate of #34059?