Hi Thomas,

I wonder what the best way would be to contribute changes to support the HPE
NonStop platform (formerly Tandem).

The changes are all in the configure file relating to the intptr_t
definition. Prior to building ncurses, I run the following:

sed "/#define intptr_t long/!{p;d};a #if defined (__TANDEM)" -i configure
sed "/#define intptr_t long/!{p;d};n;a # if ! defined (__cplusplus)" -i
configure
sed "/#define intptr_t long/!{p;d};n;n;a #  define intptr_t long" -i
configure
sed "/#define intptr_t long/!{p;d};n;n;n;a # endif" -i configure
sed "/#define intptr_t long/!{p;d};n;n;n;n;a #else" -i configure
sed "/#define intptr_t long/!{p;d};n;n;n;n;n;a # define intptr_t long" -i
configure
sed "/#define intptr_t long/!{p;d};n;n;n;n;n;n;a #endif" -i configure
sed "/#define intptr_t long/d" -i configure

This has been required for a long time.

Regards,
Randall


Reply via email to