EC1317

1 minute readReference

Synopsis

WARNING EC1317: filename:line: In #pragma jobcache: bad specification:

Description

The named pragma file includes an invalid jobcache pragma specification on the given line. The text of the invalid pragma is given by [detail] in the message.

Reasons

The third space-separated word in a #pragma jobcache declaration gives the jobcache type, such as gcc or javadoc. This warning indicates that the #pragma jobcache declaration on the given line of the named pragma file specified a jobcache type which was not recognized by emake, or that the type was recognized by the type-specific options were invalid.

Fixes

Correct or remove the invalid pragma.