[923] in Zephyr_Bugs
error while useing make
daemon@ATHENA.MIT.EDU (Vinayak Manohar as Admin)
Mon Mar 30 15:20:29 1998
Date: Mon, 30 Mar 1998 15:19:10 -0500 (EST)
From: Vinayak Manohar as Admin <nd30@mars.ims.advantis.com>
To: zephyr-bugs@MIT.EDU
I tarred zephyr-2.0.4 from your site - ftp://prep.ai.mit.edu/pub/ATHENA/zephyr/dist/.
I ran configure successfully in my dir & not for /usr/local.
For make, it gives following errors -
zephyr-2.0.4 $ make
for i in lib clients server zhm; do (cd $i; make all) || exit 1; done
for i in et ss dyn zephyr; do (cd $i; make all) || exit 1; done
yacc error_table.y
gcc -O -I../../h -I../../h -I. -I. -c y.tab.c
et_lex.lex.c: In function `yylex':
In file included from error_table.y:67:
et_lex.lex.c:98: invalid type argument of `->'
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 1.
Stop.
My machine is RS6000 with AIX4.2. Can you help me? Thanks!
-Vinayak