Opened 12 years ago

Closed 11 years ago

Last modified 11 years ago

#34201 closed defect (fixed)

exact-image: does not build with clang

Reported by: tenomoto (Takeshi Enomoto) Owned by: macports@…
Priority: Normal Milestone:
Component: ports Version: 2.0.4
Keywords: clang Cc: ryandesign (Ryan Carsten Schmidt)
Port: exact-image

Description

clang does not understand some compiler options. A quick fix is to use llvm-gcc-4.2.

Change History (2)

comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added
Keywords: clang added
Resolution: fixed
Status: newclosed
Summary: exact-image 0.8.4 does not build on Lionexact-image: does not build with clang

comment:2 Changed 11 years ago by jmroot (Joshua Root)

Has this been reported upstream? Variable length arrays are a C99 feature; the C++ standard says array lengths must be constant.

Note: See TracTickets for help on using tickets.