Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#44711 closed defect (duplicate)

inkscape @0.48.5_2 fails to build using clang (v503.0.40, Apple LLVM v5.1)

Reported by: gorticus (Jason Mitchell) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.1
Keywords: Cc:
Port: inkscape

Description

Compiler (clang, by default for me) repeatedly reports:

  • warning: class 'XXXX' was previously declared as a struct [-Wmismatched-tags]
  • note: did you mean struct here?

Blacklisting clang in Portfile successfully builds:

  • compiler.blacklist *clang*

Versions:

  • /usr/bin/clang: Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
  • /opt/local/bin/gcc: MacPorts gcc48 4.8.3_0

Attachments (1)

inkscape_0.48.5_2_clang_build_log.txt (1.2 MB) - added by gorticus (Jason Mitchell) 10 years ago.
Inkscape 0.48.5_2 build log using clang Apple LLVM version 5.1 (clang-503.0.40)

Download all attachments as: .zip

Change History (4)

Changed 10 years ago by gorticus (Jason Mitchell)

Inkscape 0.48.5_2 build log using clang Apple LLVM version 5.1 (clang-503.0.40)

comment:1 Changed 10 years ago by gorticus (Jason Mitchell)

Seems separate from #44670. No obvious upstream match found at this time. Some similar message traffic mentioned on Fink mailing list for v0.48.4, but that seemed to be due to header changes induced by Xcode.

comment:2 Changed 10 years ago by larryv (Lawrence Velázquez)

Resolution: duplicate
Status: newclosed

Nope, search your log. It contains a single build error, exactly matching the one in that ticket. The warnings are red herrings.

comment:3 Changed 10 years ago by gorticus (Jason Mitchell)

Mea culpa. Builds for me on 10.9 now. Will check 10.8 later this evening.

Note: See TracTickets for help on using tickets.