EC1365

1 minute readReference

Synopsis

WARNING EC1365: Ignoring ninja deps, invalid header: [path]

Description

The .ninja_deps associated with a make instance running in ninja emulation mode had an invalid header. emake will proceed as if the file was not present, and will write the file with the correct format when that make instance is terminated.

Reasons

The first several bytes of the .ninja_deps file should be a header indicating that the file is a ninja deps file and giving the version of the file format used. This message indicates that there was no header, or that the header was improperly formed.

Fixes

emake will automatically fix this issue by truncating the deps file and rewriting it with valid content, so this warning should not appear in subsequent builds. No user action is required.