On Mon, 23 Feb 2015, Kevin Brott wrote:> Stock - Debian GNU/Linux 7.8 (wheezy) - all tests passed > > > build failure on: > * AIX 6.1 (6100-09-03-1415) IBM XL C/C++ Compiler (11.1.0.16) > * AIX 7.1 (7100-03-04-1441) IBM XL C/C++ Compiler (12.1.0.6) > > ./configure && make tests > > -DHAVE_CONFIG_H -c ssh_api.c -o ssh_api.o > "ssh_api.c", line 143.19: 1506-068 (W) Operation between types "structThe last lot of include fixes (sys/queue.h -> local sys-queue.h) should fix this. Thanks -d
Just as an FYI - the whole sys/queue.h issue is impacting HP-UX 11.23 and 11.31 as well - so we'll see how the latest fixes flush out. And, not to play the fool overmuch - but is there a quick howto on how you're expecting we get the git clone pulls into a buildable state? When I do my usual ... $ aclocal && automake --gnu --add-missing && autoconf I get this: configure.ac: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal). automake: no `Makefile.am' found for any configure output On Mon, Feb 23, 2015 at 2:07 PM, Damien Miller <djm at mindrot.org> wrote:> On Mon, 23 Feb 2015, Kevin Brott wrote: > > > Stock - Debian GNU/Linux 7.8 (wheezy) - all tests passed > > > > > > build failure on: > > * AIX 6.1 (6100-09-03-1415) IBM XL C/C++ Compiler (11.1.0.16) > > * AIX 7.1 (7100-03-04-1441) IBM XL C/C++ Compiler (12.1.0.6) > > > > ./configure && make tests > > > > -DHAVE_CONFIG_H -c ssh_api.c -o ssh_api.o > > "ssh_api.c", line 143.19: 1506-068 (W) Operation between types "struct > > The last lot of include fixes (sys/queue.h -> local sys-queue.h) should > fix this. > > Thanks > > -d >-- # include <stddisclaimer.h> /* Kevin Brott <Kevin.Brott at gmail.com> */
On Mon, Feb 23, 2015 at 5:27 PM, Kevin Brott <kevin.brott at gmail.com> wrote:> Just as an FYI - the whole sys/queue.h issue is impacting HP-UX 11.23 and > 11.31 as well - so we'll see how the latest fixes flush out. > > And, not to play the fool overmuch - but is there a quick howto on how > you're expecting we get the git clone pulls into a buildable state? When I > do my usual ... > > $ aclocal && automake --gnu --add-missing && autoconf >All I normally do is "autoreconf". -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.
On Mon, 23 Feb 2015, Kevin Brott wrote:> > Just as an FYI - the whole sys/queue.h issue is impacting HP-UX 11.23 and > 11.31 as well - so we'll see how the latest fixes flush out. > > And, not to play the fool overmuch - but is there a quick howto on how > you're expecting we get the git clone pulls into a buildable state? When I > do my usual ... > > $ aclocal && automake --gnu --add-missing && autoconfwe don't use automake - I just run "autoreconf"