Specifications

NMAKE Messages Page 5 of 12
NMAKE Fatal Error U1049
macro or inline file too long (maximum : 64K)
An inline file or a macro exceeded the limit of 64K.
Return to Main NMAKE Messages Page
NMAKE Error U1050 through U1100
The following topics cover NMAKE Error U1050 through U1100:
NMAKE Fatal Error U1050
message
The message specified with the !ERROR directive was displayed.
NMAKE Fatal Error U1051
out of memory
NMAKE ran out of memory, including virtual memory, because the makefile was too large or
complex. One of the following may be a solution:
Free some space on disk.
Increase the size of the Windows NT paging file or the Windows swap file.
If only part of the makefile is being used, either divide the makefile into separate files or use !IF
preprocessing directives to limit the amount that NMAKE must process. The !IF directives
include !IF, !IFDEF, !IFNDEF, !ELSE IF, !ELSE IFDEF, and !ELSE IFNDEF.
NMAKE Fatal Error U1052
file filename’ not found
NMAKE could not find the given file, which was specified with one of the following:
/F option
!INCLUDE preprocessing directive
At sign (@) specifier for a response file
Check that the file exists and the filename is spelled correctly.
NMAKE Fatal Error U1053
file filename’ unreadable
The file cannot be read. One of the following may be a cause:
The file is in use by another process.
A bad area exists on disk.
A bad file-allocation table exists.
NMAKE Fatal Error U1054
cannot create inline file filename
NMAKE failed to create the given inline file. One of the following may be a cause: