set -e; for d in src sftp doc; do \ echo "Making install in $d" ; (cd $d && make install); done Making install in src cd .. && /bin/sh ./config.status src/config.h config.status: creating src/config.h config.status: src/config.h is unchanged gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/Users/hungerf3/xeno/xenoclient/lsh/oldmac/buildtmp/dist/pfx/include -I/usr/local/include -I/usr/X11/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT pty-helper.o -MD -MP -MF pty-helper.o.d -c pty-helper.c \ && true pty-helper.c: In function 'pty_send_message': pty-helper.c:82: error: invalid application of 'sizeof' to incomplete type 'struct cmsgcred' pty-helper.c:125: error: invalid application of 'sizeof' to incomplete type 'struct cmsgcred' pty-helper.c:128: error: invalid application of 'sizeof' to incomplete type 'struct cmsgcred' pty-helper.c:174: warning: comparison between signed and unsigned pty-helper.c: In function 'pty_recv_message': pty-helper.c:196: error: invalid application of 'sizeof' to incomplete type 'struct cmsgcred' pty-helper.c:261: error: dereferencing pointer to incomplete type pty-helper.c:270: error: dereferencing pointer to incomplete type pty-helper.c:271: error: dereferencing pointer to incomplete type pty-helper.c:272: error: dereferencing pointer to incomplete type pty-helper.c:358: warning: comparison between signed and unsigned make[1]: *** [pty-helper.o] Error 1 Making install in sftp ./config.status config.h config.status: creating config.h config.status: config.h is unchanged echo timestamp > stamp-h ./install-sh -c -d /Users/hungerf3/xeno/xenoclient/lsh/oldmac/buildtmp/dist/pfx/bin ./install-sh -c -d /Users/hungerf3/xeno/xenoclient/lsh/oldmac/buildtmp/dist/pfx/libexec for f in lsftp ; do \ /usr/bin/install -c $f /Users/hungerf3/xeno/xenoclient/lsh/oldmac/buildtmp/dist/pfx/bin ; \ done for f in sftp-server ; do \ /usr/bin/install -c $f /Users/hungerf3/xeno/xenoclient/lsh/oldmac/buildtmp/dist/pfx/libexec ; \ done Making install in doc .././install-sh -c -d /Users/hungerf3/xeno/xenoclient/lsh/oldmac/buildtmp/dist/pfx/share/info f=lsh.info ; \ [ -f $f ] || f="./$f" ; \ /usr/bin/install -c -m 644 "$f" /Users/hungerf3/xeno/xenoclient/lsh/oldmac/buildtmp/dist/pfx/share/info ; \ if (install-info --version && \ install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \ install-info --info-dir="/Users/hungerf3/xeno/xenoclient/lsh/oldmac/buildtmp/dist/pfx/share/info" "$f" ; \ else : ; fi