New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #27571 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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: jmr@…, ryandesign@…
Port: libemf

Description

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

Attachments

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

Change History

Changed 3 years ago by roberto@…

comment:1 Changed 3 years ago by ryandesign@…

  • 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 3 years ago by ryandesign@…

  • Keywords tiger added
  • Summary changed from libemf @1.0.4 fails to build to libemf @1.0.4 fails to build on tiger

comment:3 Changed 3 years ago by jmr@…

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

comment:4 Changed 3 years ago by jmr@…

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.