Re: [nmh-workers] nmh 1.7.1 compile errors

2019-06-03 Thread Ken Hornstein
>Apparently, the Sun compiler has sprouted internal support for 'bool'. I really thought stdbool.h was part of the standard; if we detect that then the right things should happen. --Ken -- nmh-workers https://lists.nongnu.org/mailman/listinfo/nmh-workers

Re: [nmh-workers] nmh 1.7.1 compile errors

2019-06-03 Thread Valdis Klētnieks
On Mon, 03 Jun 2019 15:58:18 -, masud.anw...@hmrc.gsi.gov.uk said: > I get the following compile errors compiling on solaris 10 - sparc and I'm > not sure how to resolve it. > Sun Compiler developer studio ansi C compiler > "/usr/include/curses.h", line 86: invalid type combination >

Re: [nmh-workers] nmh 1.7.1 compile errors

2019-06-03 Thread Ken Hornstein
>"/usr/include/curses.h", line 86: invalid type combination Quick question: does this compiler have a stdbool.h header file? If it does, does autoconf find it? (This answer should be in the configure output). I suspect that it does NOT, and you are running afoul of the following defintions in

Re: [nmh-workers] nmh 1.7.1 compile errors

2019-06-03 Thread Valdis Klētnieks
On Mon, 03 Jun 2019 15:58:18 -, masud.anw...@hmrc.gsi.gov.uk said: > 73 * bool is a built-in type in standard C++ and as such is not > 74 * defined here when using standard C++. However, the GNU compiler > 75 * fixincludes utility nonetheless creates it's own version of this

Re: [nmh-workers] nmh 1.7.1 compile errors

2019-06-03 Thread Ralph Corderoy
Hi Masud, > cc -DHAVE_CONFIG_H -I. -I./sbr > -DNMHBINDIR='"/export/home/edcs/nmh/bin"' > -DNMHLIBEXECDIR='"/export/home/edcs/nmh/libexec/nmh"' > -DNMHETCDIR='"/export/home/edcs/nmh/etc/nmh"' > -DNMHDOCDIR='"/export/home/edcs/nmh/share/doc/nmh"' > -DMAILSPOOL='"/var/mail"'

[nmh-workers] nmh 1.7.1 compile errors

2019-06-03 Thread masud.anwar1
Hi, I get the following compile errors compiling on solaris 10 - sparc and I'm not sure how to resolve it. We are currently using version 1.3 and are looking to move to a later version as we seems to be having some issues with nmh. version 1.5 compiles, version 1.6 fails as does version 1.7.1