Opened 13 years ago

Closed 13 years ago

#27571 closed defect (fixed)

libemf @1.0.4 fails to build on tiger

Reported by: roberto@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: tiger Cc: jmroot (Joshua Root), ryandesign (Ryan Carsten Schmidt)
Port: libemf

Description

libemf @1.0.4 fails to build on Mac OS X 10.4. Please see attached build log for details.

Attachments (1)

main.log.bz2 (4.3 KB) - added by roberto@… 13 years ago.

Download all attachments as: .zip

Change History (5)

Changed 13 years ago by roberto@…

Attachment: main.log.bz2 added

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

Cc: jmr@… ryandesign@… added

The relevant line in the log is:

:info:build i686-apple-darwin8-g++-4.0.1: unrecognized option '-Xarch_ppc'

So this is a result of the line

configure.cppflags-append -Xarch_ppc -D__PPC__=1

added in r74029. What does it mean, "-Xarch"? I must say I was confused by this unconditional line; not knowing what Xarch means, it seems to be adding PowerPC-specific settings; I would have thought those should have gone in a platform powerpc block.

comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: tiger added
Summary: libemf @1.0.4 fails to buildlibemf @1.0.4 fails to build on tiger

comment:3 Changed 13 years ago by jmroot (Joshua Root)

Putting it in platform powerpc would be wrong; you can build for ppc on i386.

comment:4 Changed 13 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.