make: Entering directory `/opt/joe-3.7' make all-recursive make[1]: Entering directory `/opt/joe-3.7' Making all in man make[2]: Entering directory `/opt/joe-3.7/man' Making all in ru make[3]: Entering directory `/opt/joe-3.7/man/ru' make[3]: Leaving directory `/opt/joe-3.7/man/ru' make[3]: Entering directory `/opt/joe-3.7/man' make[3]: Leaving directory `/opt/joe-3.7/man' make[2]: Leaving directory `/opt/joe-3.7/man' Making all in rc make[2]: Entering directory `/opt/joe-3.7/rc' make[2]: Leaving directory `/opt/joe-3.7/rc' Making all in po make[2]: Entering directory `/opt/joe-3.7/po' make[2]: Leaving directory `/opt/joe-3.7/po' Making all in syntax make[2]: Entering directory `/opt/joe-3.7/syntax' make[2]: Leaving directory `/opt/joe-3.7/syntax' make[2]: Entering directory `/opt/joe-3.7' gcc -DHAVE_CONFIG_H -I. -DJOERC="\"/etc/joe/\"" -DJOEDATA="\"/usr/share/joe/\"" -I/usr/local/include -g -O2 -MT b.o -MD -MP -MF .deps/b.Tpo -c -o b.o b.c In file included from types.h:287, from b.c:8: w.h:13: error: syntax error before "struct" *** Error code 1 make: Fatal error: Command failed for target `b.o' Current working directory /opt/joe-3.7 *** Error code 1 The following command caused the error: failcom='exit 1'; \ for f in x $MAKEFLAGS; do \ case $f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo all-recursive | sed s/-recursive//`; \ list='man rc po syntax'; for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" make: Fatal error: Command failed for target `all-recursive' Current working directory /opt/joe-3.7 *** Error code 1 make: Fatal error: Command failed for target `all'