Michael McLaughlin <[EMAIL PROTECTED]> writes: > 83. calc.at:587: testing ... > calc.at:587: bison -o calc.c calc.y > calc.at:587: $CC $CFLAGS $CPPFLAGS $LDFLAGS -o calc calc.c $LIBS > stderr: > stdout: > calc.at:587: $PREPARSER ./calc input > stderr: > calc.at:587: $PREPARSER ./calc input > stderr: > 1.2: syntax error > calc.at:587: cat stderr > calc.at:587: $PREPARSER ./calc input > stderr: > 1.2: syntax error > mv: rename at-stderr to stderr: No such file or directory
It's a bit weird that you'd get that message, since the previous command was supposed to create a file named 'at-stderr'. I wouldn't worry about it too much, though. It looks like a build hiccup to me. Perhaps you should consider upgrading to Bison 2.3, though.
