errors building 0.9.4alpha

Steven D. Majewski (sdm7g@aemsun.med.Virginia.EDU)
Fri, 3 Jan 92 13:10:44 EST

In makeing Python 0.9.4 alpha, I get errors on the case statements
in compile.c :

/*###1200 [cc] xor_expr undefined%%%*/
/*###1200 [cc] case expression must be an integer constant%%%*/
/*###1201 [cc] case expression must be an integer constant%%%*/
/*###1201 [cc] and_expr undefined%%%*/
/*###1202 [cc] case expression must be an integer constant%%%*/
/*###1202 [cc] shift_expr undefined%%%*/
/*###1203 [cc] case expression must be an integer constant%%%*/
/*###1203 [cc] arith_expr undefined%%%*/
/*###1851 [cc] global_stmt undefined%%%*/
/*###1851 [cc] case expression must be an integer constant%%%*/
/*###1893 [cc] xor_expr undefined%%%*/
/*###1893 [cc] case expression must be an integer constant%%%*/
/*###1896 [cc] case expression must be an integer constant%%%*/
/*###1896 [cc] and_expr undefined%%%*/
/*###1899 [cc] case expression must be an integer constant%%%*/
/*###1899 [cc] shift_expr undefined%%%*/
/*###1902 [cc] case expression must be an integer constant%%%*/
/*###1902 [cc] arith_expr undefined%%%*/

graminit.h seems to contain some of the other defines but not
the above.

( grep expr *.h, excluding the uninteresting comment lines ) >>
graminit.h:#define expr_input 258
graminit.h:#define expr_stmt 267
graminit.h:#define expr 289
graminit.h:#define exprlist 295

Anyone else run into this problem ?

- Steve Majewski