nmh-workers
[Top] [All Lists]

Re: new release?

2022-04-19 21:58:38
Thus said David Levine on Tue, 19 Apr 2022 19:18:49 -0700:

In  the meantime,  if those  who build  from the  repo could  pull and
report the results  of "make check", that will help  reveal areas that
we need to address.

OpenBSD 6.9 amd64:

$ make check
cc -DHAVE_CONFIG_H -I.    -DNMHBINDIR='"/usr/local/bin"'  
-DNMHLIBEXECDIR='"/usr/local/libexec/nmh"'  -DNMHETCDIR='"/usr/local/etc/nmh"'  
-DNMHDOCDIR='"/usr/local/share/doc/nmh"'  -DMAILSPOOL='"/var/mail"'  
-DSENDMAILPATH='"/usr/sbin/sendmail"'   -g -O2 -Wall -Wextra -MT 
sbr/sbr_libmh_a-fmt_rfc2047.o -MD -MP -MF sbr/.deps/sbr_libmh_a-fmt_rfc2047.Tpo 
-c -o sbr/sbr_libmh_a-fmt_rfc2047.o `test -f 'sbr/fmt_rfc2047.c' || echo 
'./'`sbr/fmt_rfc2047.c
sbr/fmt_rfc2047.c:391:12: error: use of undeclared identifier 'initialdstlen'
    return initialdstlen - dstlen;
           ^
sbr/fmt_rfc2047.c:399:12: error: use of undeclared identifier 'initialdstlen'
    return initialdstlen - dstlen - 1;
           ^
sbr/fmt_rfc2047.c:72:66: warning: unused parameter 'dest_charset'
      [-Wunused-parameter]
decode_rfc2047 (char *str, char *dst, size_t dstlen, const char *dest_charset)
                                                                 ^
1 warning and 2 errors generated.
*** Error 1 in /tmp/nmh (Makefile:3435 'sbr/sbr_libmh_a-fmt_rfc2047.o')

Andy


<Prev in Thread] Current Thread [Next in Thread>