EC1274

1 minute readReference

Synopsis

EC1274: [pathname]:[line]:[column] syntax error: [details]

Description

Issued for syntax errors in emake configuration files. When emake reads a configuration file, such as the one in the “conf” subdirectory of the architecture subdirectory of the installation, and that configuration file has a syntax error, then that error is reported with this emake warning. Currently we recover by skipping the bad configuration file. Aside from the warning message, the behavior is the same as if the bad configuration file did not exist.

Reasons

See “Description” above.

Fixes

Compare the text at the specified location to the configuration file syntax described by the Emake Guide. Repair the text. You will of course need filesystem permission to edit the relevant file.