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 gcc -I. -D_GNU_SOURCE -DTRANSPORT_PROG='"/Users/hungerf3/xeno/xenoclient/lsh/oldmac/buildtmp/dist/pfx/bin/lsh"' -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -Wcast-align -MT lsftp.o -MD -MP -MF lsftp.o.d -c lsftp.c \ && true In file included from lsftp.h:36, from lsftp.c:31: rl.h:81: error: syntax error before 'lsftp_rl_completion' rl.h:81: warning: type defaults to 'int' in declaration of 'lsftp_rl_completion' rl.h:81: warning: data definition has no type or storage class rl.h:82: error: syntax error before 'lsftp_rl_command_generator' rl.h:82: warning: type defaults to 'int' in declaration of 'lsftp_rl_command_generator' rl.h:82: warning: data definition has no type or storage class rl.h:83: error: syntax error before 'lsftp_rl_remotefile_generator' rl.h:83: warning: type defaults to 'int' in declaration of 'lsftp_rl_remotefile_generator' rl.h:83: warning: data definition has no type or storage class rl.h:84: error: syntax error before 'lsftp_rl_no_generator' rl.h:84: warning: type defaults to 'int' in declaration of 'lsftp_rl_no_generator' rl.h:84: warning: data definition has no type or storage class rl.h:86: error: syntax error before 'char_quoted' rl.h:86: warning: type defaults to 'int' in declaration of 'char_quoted' rl.h:86: warning: data definition has no type or storage class lsftp.c: In function 'main': lsftp.c:181: warning: passing argument 1 of 'do_gnu_stuff' from incompatible pointer type make[1]: *** [lsftp.o] Error 1 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