[MacPorts] #37418: webkit-gtk: error: too many initializers for 'malloc_introspection_t'
MacPorts
noreply at macports.org
Mon Jan 21 20:40:49 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 jeremyhu@…):
Well, your AvailabilityInternal.h is where it's getting set:
{{{
#ifndef __MAC_OS_X_VERSION_MAX_ALLOWED
#define __MAC_OS_X_VERSION_MAX_ALLOWED __MAC_10_6
#endif
}}}
It looks like you have a Snow Leopard /usr/include/AvailabilityInternal.h
but a Leopard /usr/include/malloc/malloc.h
What is the output of:
{{{
pkgutil --file-info /usr/include/malloc/malloc.h
pkgutil --file-info /usr/include/AvailabilityInternal.h
}}}
--
Ticket URL: <https://trac.macports.org/ticket/37418#comment:18>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list