alc tests
Tony Bates
Wed Apr 27 18:03:33 CEST 1994
Laurent Joncheray <lpj at merit.edu> writes: * Cool, i like comments... Here the answers (most of then a known * problem) Just one other little one we found. Remember the possible flex problem you had on our machine. It appears the problem is the other way round. You rpdll.l will not go with the new flex version. We have an older version running on another machine and had no problem generating the C code. It seems they reset in RCS ids in the flex source at some point. Hence the confusion. Here's the the flex output from 2.4.6 (the latest version). flex -d -t -L -t rpdll.l > rpdll.c cc -g -DLEXDEBUG -DYYDEBUG -Bstatic -target sun4 -c rpdll.c "rpdll.c", line 671: rpdl_yyin undefined "rpdll.c", line 674: rpdl_yyout undefined "rpdll.c", line 681: warning: illegal combination of pointer and integer, op = "rpdll.c", line 726: rpdl_yytext undefined "rpdll.c", line 731: rpdl_yy_flex_debug undefined "rpdll.c", line 1009: rpdl_yyin undefined "rpdll.c", line 1015: rpdl_yyout undefined "rpdll.c", line 1026: rpdl_yyin undefined "rpdll.c", line 1155: rpdl_yytext undefined "rpdll.c", line 1242: rpdl_yyin undefined "rpdll.c", line 1278: rpdl_yytext undefined "rpdll.c", line 1382: rpdl_yytext undefined "rpdll.c", line 1408: rpdl_yytext undefined "rpdll.c", line 1422: rpdl_yyin undefined "rpdll.c", line 1458: redeclaration of rpdl_yyrestart "rpdll.c", line 1462: rpdl_yyin undefined "rpdll.c", line 1462: warning: illegal combination of pointer and integer, op = "rpdll.c", line 1504: redeclaration of rpdl_yy_load_buffer_state "rpdll.c", line 1506: rpdl_yytext undefined "rpdll.c", line 1507: rpdl_yyin undefined "rpdll.c", line 1516: redeclaration of rpdl_yy_create_buffer "rpdll.c", line 1539: warning: illegal combination of pointer and integer, op RETURN "rpdll.c", line 1562: redeclaration of rpdl_yy_init_buffer "rpdll.c", line 1720: rpdl_yyin undefined Hope this is of some help. --Tony. Anyway, as you know we have a working alc so it is not too bad but I guess this will cause problems for other running alc. -------- Logged at Wed Apr 27 18:51:12 MET DST 1994 ---------
[ rr-impl Archive ]