Dimitry Andric writes:
> Use the port, or the attached patch, to disable usage of
> stdbool.h.
Using the patch, world now compiles successfully.
Thank you very much,
Robert Huff
___
freebsd-current@free
On Mar 21, 2013, at 15:16, Anton Shterenlikht wrote:
> Kimmo Paasiala writes:
...
> > >
> /usr/src/usr.sbin/sendmail/../../contrib/sendmail/src/usersmtp.c:1864:8:
> > > error: incompatible pointer types passing 'void ()' to parameter
> of type
> > > 'void (*)(char *, b
Kimmo Paasiala writes:
> > =buildworld===
> >
> >
/usr/src/usr.sbin/sendmail/../../contrib/sendmail/src/usersmtp.c:1864:8:
> > error: incompatible pointer types passing 'void ()' to parameter
of type
> > 'void (*)(c
Kimmo Paasiala writes:
> > =buildworld===
> >
> > /usr/src/usr.sbin/sendmail/../../contrib/sendmail/src/usersmtp.c:1864:8:
> > error: incompatible pointer types passing 'void ()' to parameter of type
> > 'void (*)(char *, bool, MAILER *, struct mailer_con_info *,
On Mon, Mar 18, 2013 at 1:03 PM, Beat Siegenthaler
wrote:
> Hi all,
>
> since some days i try to "make buildworld", but have some errors in
> sendmail.
> The make conf is not changed since years (in this case) . Adding
> NO_WERROR= in src.conf helps, but i think it is not the optimal solution?
>
>