Specifications

NMAKE Messages Page 6 of 12
A file by that name exists with a read-only attribute.
The disk is full.
NMAKE Fatal Error U1055
out of environment space
The operating system ran out of room for environment variables. Either increase the environment
space or set fewer environment variables.
NMAKE Fatal Error U1056
cannot find command processor
The command processor was not in the path specified in the COMSPEC or PATH environment
variables. NMAKE uses COMMAND.COM or CMD.EXE as a command processor when executing
commands. It looks for the command processor first in the path set in COMSPEC. If COMSPEC does
not exist, NMAKE searches the directories specified in PATH.
NMAKE Fatal Error U1057
cannot delete temporary file filename
NMAKE failed to delete the temporary inline file.
NMAKE Fatal Error U1058
terminated by user
NMAKE was halted by Ctrl+C or Ctrl+BREAK.
NMAKE Fatal Error U1059
syntax error : ’}’ missing in dependent
A search path for a dependent was incorrectly specified. Either a space existed in the path or the
closing brace (}) was omitted. The syntax for a directory specification for a dependent is {directories}
dependent where directories specifies one or more paths, each separated by a semicolon (;). No spaces
are allowed. If part or all of a search path is replaced by a macro, make sure no spaces exist in the
macro expansion.
NMAKE Fatal Error U1060
unable to close file : filename
NMAKE encountered an error while closing a file. One of the following may be a cause:
The file is a read-only file.
There is a locking or sharing violation.
The disk is full.
NMAKE Fatal Error U1061
/F option requires a filename
The /F command-line option must be followed by either a makefile name or a dash (-), which
represents standard input.
NMAKE Fatal Error U1062
missing filename with /X option
The /X command-line option requires the name of the file to which diagnostic error output should be
redirected. To use standard output, specify a dash (-) as the output filename.