Specifications

Error! Style not defined. 835
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 835 of 151 Printed: 10/09/00 02:49 PM
U1058 terminated by user
NMAKE was halted by CTRL+C or CTRL+BREAK.
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, be sure that no spaces exist in the
macro expansion.
U1060 unable to close file : filename
NMAKE encountered an error while closing a file.
One of the following may be a cause:
u The file is a read-only file.
u There is a locking or sharing violation.
u The disk is full.
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.
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 ' ' as the output filename.
U1063 missing macro name before '='
A macro definition on the NMAKE command line contained an equal sign (=) without a
preceding name.
This error can occur if the macro name being defined is itself a macro that expands to
nothing.