Forum: Cfengine Help Subject: Re: Cfengine Help: Re: Successful 3.1.4 build on HP-UX 11.11 Author: mvpel Link to topic: https://cfengine.com/forum/read.php?3,21916,22031#msg-22031
I ran a configure and build with the AC_REPLACE_FUNC configure.ac change for setlinebuf(), and everything worked as expected. That can be closed out. On another point, I'm not quite sure where to handle the _XOPEN_SOURCE_EXTENDED thing to fix the "socklen_t" vs. "int" warning in client_protocol.c and server.c - we'd probably want to check for the presence of the socklen_t type, but the AC_CHECK_TYPE macro is listed as deprecated. Also, it looks like the libPW.a check in HP-UX can be entirely removed as an obsolete artifact - I searched the source code for any reference to any of the functions listed in the library, and found none, and my build went through with no problems even when I moved the libPW.a file out of the way. _______________________________________________ Help-cfengine mailing list Help-cfengine@cfengine.org https://cfengine.org/mailman/listinfo/help-cfengine