Martin J. Evans wrote:
> On Fri, 2006-07-14 at 14:11 -0400, Garrett, Philip (MAN-Corporate)
> wrote:
>> John Scoles wrote:
>>>
>>> Not sure what wait.ph is for?
>>
>> Found this -- it's an error in my system's bits/typesizes.ph. Not
>> your problem.
>
> I think I reported the same issue a few days ago.
> What was the problem?
My typesizes.ph has this line:
eval 'sub __FSID_T_TYPE {\'struct struct\' { \'int\' $__val[2];
};}' unless defined(&__FSID_T_TYPE);
It looks like a bug (or missing feature) where h2ph is unable to parse
my system's headers. I'm running Linux kernel 2.6.5. The offending
line in /usr/include/bits/typesizes.ph is:
#define __FSID_T_TYPE struct { int __val[2]; }
Philip