[MacPorts] #37418: webkit-gtk: error: too many initializers for 'malloc_introspection_t'
MacPorts
noreply at macports.org
Mon Jan 21 20:20:42 PST 2013
#37418: webkit-gtk: error: too many initializers for 'malloc_introspection_t'
----------------------------+------------------------
Reporter: enekogotzon@… | Owner: jeremyhu@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.1.2
Resolution: | Keywords: leopard
Port: webkit-gtk |
----------------------------+------------------------
Comment (by ryandesign@…):
You're right. I have:
{{{
$ echo "#include <Availability.h>" | /usr/bin/g++-4.2 -E - -dM | grep
VERSION
#define __GXX_ABI_VERSION 1002
#define __MAC_OS_X_VERSION_MIN_REQUIRED
__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__
#define __VERSION__ "4.2.1 (Apple Inc. build 5577)"
#define __MAC_OS_X_VERSION_MAX_ALLOWED __MAC_10_6
#define __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ 1058
}}}
And predictably:
{{{
$ echo "#include <Availability.h>" | /usr/bin/g++-4.2 -E - -dM | grep
'define __MAC_10_6'
#define __MAC_10_6 1060
}}}
Lots of references to `__MAC_10_6` in AvailabilityInternal.h. I'll attach
it for your reference.
--
Ticket URL: <https://trac.macports.org/ticket/37418#comment:17>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list