EC1197

1 minute readReference

Synopsis

ERROR EC1197: Bad parse avoidance value “[value]”. Valid values are “0” and “1”.

Description

The --emake-parse-avoidance command-line options requires a value, which must be either “0” (the numeral zero), to disable the feature; or “1” (the numeral one), to enable the feature.

Reasons

The user has specified an invalid value for the --emake-parse-avoidance command-line option. The invalid value is given in the error message.

Fixes

Correct the value for --emake-parse-avoidance, or remove the --emake-parse-avoidance option from the command-line.