Hi Ralph, Started a fresh and untared nmh 1.7.1 Ran ./configure -prefix=/export/home/edcs/nmh
edcs@frv0310005:/export/home/edcs/nmh-1.7.1> grep -i bool config.h /* Define to 1 if you have the <stdbool.h> header file. */ #define HAVE_STDBOOL_H 1 Ran make: 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"' -DSENDMAILPATH='"/usr/sbin/sendmail"' -g -v -errtags=yes -erroff=E_STATEMENT_NOT_REACHED -Wall -Wextra -c -o sbr/sbr_libmh_a-terminal.o `test -f 'sbr/terminal.c' || echo './'`sbr/terminal.c "/usr/include/curses.h", line 86: invalid type combination cc: acomp failed for sbr/terminal.c make[1]: *** [Makefile:4332: sbr/sbr_libmh_a-terminal.o] Error 2 make[1]: Leaving directory '/export/home/edcs/nmh-1.7.1' make: *** [Makefile:1643: all] Error 2 -----Original Message----- From: Ralph Corderoy [mailto:[email protected]] Sent: 13 June 2019 15:12 To: Anwar, Masud (CDIO Development, Test & Operations (C&IT)) <[email protected]> Cc: [email protected] Subject: Re: Problems compiling on SPARC Sun Solaris 10 compile with ANSI C SUN compiler. Hi Masud, > Wrt to is the stdbool being found - yes see yellow highlight below. ... > checking stdbool.h usability... yes > checking stdbool.h presence... yes > checking for stdbool.h... yes ... > config.status: creating config.h What's the output of `grep -i bool config.h'? Just to make sure that bit all went well. -- Cheers, Ralph. ______________________________________________________________________ This email has been scanned by the Symantec Email Security.cloud service. For more information please visit http://www.symanteccloud.com ______________________________________________________________________ The information in this e-mail and any attachments is confidential and may be subject to legal professional privilege. Unless you are the intended recipient or his/her representative you are not authorised to, and must not, read, copy, distribute, use or retain this message or any part of it. If you are not the intended recipient, please notify the sender immediately. HM Revenue & Customs computer systems will be monitored and communications carried on them recorded, to secure the effective operation of the system and for lawful purposes. The Commissioners for HM Revenue and Customs are not liable for any personal views of the sender. This e-mail may have been intercepted and its information altered. If you have any doubt about the authenticity of an email you receive which claims to come from HM Revenue & Customs (HMRC), please do not follow any links within the email, disclose any personal details or respond to it. Instead forward it to us at [email protected] -- nmh-workers https://lists.nongnu.org/mailman/listinfo/nmh-workers
