EC1360

1 minute readReference

Synopsis

WARNING EC1360: Ignoring ninja log file, invalid header: [path]

Description

The .ninja_log 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 log file with the correct format when that make instance is terminated.

Reasons

The first line of the .ninja_log file should be a string indicating that the file is a ninja log and giving the version of the log 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 log and rewriting it with valid content, so this warning should not appear in subsequent builds. No user action is required.