cd Src && make CC='gcc' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H' CFLAGS='-Wall -Wno-implicit -Wmissing-prototypes -O2' LDFLAGS='' LIBS='-ltermcap' prefix='/usr/local' exec_prefix='/usr/local' bindir='/usr/local/bin' infodir='/usr/local/info' mandir='/usr/local/man' manext='1' /u3/chamont/tmp/zsh-3.0.4/Src make[1]: Entering directory `/disk3/users/chamont/zsh-3.0.4/Src' gcc -c -I.. -I. -I. -DHAVE_CONFIG_H -Wall -Wno-implicit -Wmissing-prototypes -O2 builtin.c In file included from system.h:61, from zsh.h:36, from builtin.c:32: /usr/include/pwd.h:29: parse error before `int32_t' /usr/include/pwd.h:29: warning: no semicolon at end of struct or union /usr/include/pwd.h:31: parse error before `}' /usr/include/pwd.h:67: parse error before `int32_t' /usr/include/pwd.h:67: warning: no semicolon at end of struct or union /usr/include/pwd.h:69: parse error before `}' /usr/include/pwd.h:80: warning: parameter names (without types) in function declaration In file included from /usr/include/sys/stat.h:25, from system.h:64, from zsh.h:36, from builtin.c:32: /usr/include/sys/_stat_body.h:22: parse error before `blkcnt_t' /usr/include/sys/_stat_body.h:22: warning: no semicolon at end of struct or union /usr/include/sys/_stat_body.h:23: parse error before `:' /usr/include/sys/_stat_body.h:24: parse error before `:' /usr/include/sys/_stat_body.h:25: parse error before `:' /usr/include/sys/_stat_body.h:53: parse error before `}' builtin.c: In function `bin_cd': builtin.c:998: storage size of `st1' isn't known builtin.c:998: storage size of `st2' isn't known builtin.c:998: warning: unused variable `st2' builtin.c:998: warning: unused variable `st1' builtin.c: In function `bin_dot': builtin.c:4666: storage size of `st' isn't known builtin.c:4666: warning: unused variable `st' make[1]: *** [builtin.o] Error 1 make[1]: Leaving directory `/disk3/users/chamont/zsh-3.0.4/Src' make: *** [Src] Error 2