Ticket #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: | 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
Change History
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
Note: See
TracTickets for help on using
tickets.

