NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: toolchain/38983 (sendmail doesn't compile on i386-current)
Synopsis: sendmail doesn't compile on i386-current
Responsible-Changed-From-To: jnemeth->toolchain-manager
Responsible-Changed-By: jnemeth%NetBSD.org@localhost
Responsible-Changed-When: Fri, 20 Jun 2008 08:16:31 +0000
Responsible-Changed-Why:
It is a toolchain issue, not a pkgsrc issue.
State-Changed-From-To: open->analyzed
State-Changed-By: jnemeth%NetBSD.org@localhost
State-Changed-When: Fri, 20 Jun 2008 08:16:31 +0000
State-Changed-Why:
I figured out what the problem is. __STDC_VERSION isn't defined in NetBSD.
This means that sendmail doesn't realise that /usr/include/stdbool.h exists,
so it rolls it's own bool type. However, some NetBSD headers will include
stdbool.h. This means that "bool" has different conflicting definitions in
different places.
s/__STDC_VERSION/__STDC_VERSION__/
Home |
Main Index |
Thread Index |
Old Index