set -e; for d in src doc; do \ echo "Making install in $d" ; (cd $d && make install); done Making install in src gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/usr/local/include -I/Users/hungerf3/xenofarm/xenoclient/lsh/mini-mac.local/buildtmp/dist/pfx/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:121: error: invalid application of 'sizeof' to incomplete type 'struct cmsgcred' pty-helper.c:124: error: invalid application of 'sizeof' to incomplete type 'struct cmsgcred' pty-helper.c:170: warning: comparison between signed and unsigned pty-helper.c: In function 'pty_recv_message': pty-helper.c:192: error: invalid application of 'sizeof' to incomplete type 'struct cmsgcred' pty-helper.c:255: error: dereferencing pointer to incomplete type pty-helper.c:264: error: dereferencing pointer to incomplete type pty-helper.c:265: error: dereferencing pointer to incomplete type pty-helper.c:266: error: dereferencing pointer to incomplete type pty-helper.c:352: warning: comparison between signed and unsigned make[1]: *** [pty-helper.o] Error 1 Making install in doc .././install-sh -c -d /Users/hungerf3/xenofarm/xenoclient/lsh/mini-mac.local/buildtmp/dist/pfx/share/info f=lsh.info ; \ [ -f $f ] || f="./$f" ; \ /usr/bin/install -c -m 644 "$f" /Users/hungerf3/xenofarm/xenoclient/lsh/mini-mac.local/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/xenofarm/xenoclient/lsh/mini-mac.local/buildtmp/dist/pfx/share/info" "$f" ; \ else : ; fi