On Tue, Dec 25, 2012 at 11:15 AM, Brandon Allbery <allber...@gmail.com> wrote:
> On Tue, Dec 25, 2012 at 11:07 AM, Alejandro Imass <aim...@yabarana.com>
> wrote:
>>
>> I believe he attached the complete zipped log in the OP.
>
>
> Bleh, so they did.  Sorry.
>
>     :info:build Source/WTF/wtf/FastMalloc.cpp:4664: error: too many
> initializers for 'malloc_introspection_t'
>
> ..."wtf" appears to be well named.  Maybe some macro mis-expanded?
>

In cpp this happens when you have more initializing values than an
array is declared to hold; could also be related to single-quote /
double-quote incompatibilities or even a char codebase/encoding
problem.

Speculating: could the PowerPC arch may have something to do wit the problem?

--
Alejandro Imass
_______________________________________________
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users

Reply via email to