[MacPorts] #28386: qemu fails to build on ppc 10.5.8
MacPorts
noreply at macports.org
Sun Feb 13 00:18:00 PST 2011
#28386: qemu fails to build on ppc 10.5.8
--------------------------------+-------------------------------------------
Reporter: mikiok36@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.9.2
Keywords: | Port: qemu @0.13.0
--------------------------------+-------------------------------------------
qemu @0.13.0 will not install on my PPC 10.5.8 iMac G5.
I attached 'main.log'.
This failure occurs maybe because Apple's GCC 4.0.1 does not define
_CALL_DARWIN.
You should use {{{__APPLE__}}} instead.
So
{{{
tcg/ppc/tcg-target.h: 68: #if defined _CALL_DARWIN
}}}
should be
{{{
tcg/ppc/tcg-target.h: 68: #if defined _CALL_DARWIN || defined __APPLE__
}}}
--
Ticket URL: <https://trac.macports.org/ticket/28386>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list