next up previous contents
Next: Type errors Up: Errors Previous: Errors   Contents

Parse errors

parse error: expected foo, saw bar $\ldots$
The script contained a grammar error. A different type of construct was expected in the given context.

parse error: embedded code in unprivileged script
The script contained unsafe constructs such as embedded C (section 4.3), but was run without the -g (guru mode) option. Confirm that the constructs are used safely, then try again with -g.