MPE/iX Shell and Utilities Reference Manual, Vol 1

make(1) MPE/iX Shell and Utilities make(1)
Message: file "filename": system error
Cause: See syserror(3).
Action: See syserror(3).
Message: File filename not found
Cause: make was unable to find the file filename.
Action: Check that the file exists, was named properly and that you have the appropriate
permissions.
Message: Found unmatched ’]’
Cause: You specified a ] in your makefile for a group recipe without providing the
matching [.
Action: Provide the missing [.
Message: GROUPSHELL macro not defined
Cause: You attempted to execute a recipe that required the shell and the GROUPSHELL
macro was not defined.
Action: Make sure that the GROUPSHELL macro is defined properly in your makefile or
startup.mk file.
Message: Imported macro ’macro’ not found in environment
Cause: make attempted to import a macro that was not present in the program environ-
ment.
Action: Define the appropriate environment variable, remove the import rule or add the
.IGNORE attribute to the import rule.
Message: Include file filename, not found
Cause: make was unable to find the file filename.
Action: Check that the file exists, was named properly and that you have the appropriate
permissions. Also check the prerequisites of the .INCLUDIRS target to make
sure that it specifies the correct path.
Message: Incomplete rule recipe group detected
Cause: You specified a group recipe but omitted the closing ].
Action: Add the closing square bracket.
Message: Inference rules result in circular dependency for [tar-
get]
Cause: When performing transitive closure on a set of metarules, make discovered that
target has itself as a dependent (that is, a circular dependency ).
Action: Remove or redefine one of the inference rules causing the circular dependency.
1-356 Commands and Utilities