C/C++ Programmer's Guide (G06.27+, H06.03+)

Table Of Contents
TNS C Compiler Messages
HP C/C++ Programmer’s Guide for NonStop Systems429301-010
20-39
Types of Compiler Messages
226
Enumerated types must be compatible with the type int. Therefore, the value
assigned to an enumerated type cannot exceed the range of integer for a given
memory model. For example, an int in the large-memory model is 16 bits signed, so
an enumerated value cannot exceed 32767.
228
The compiler issues this message if physical limitations prevent further compilation.
The surrounding error messages give more details as to the cause of the failure.
229
The identifier used in the pragma FUNCTION is not a known function. Ensure that the
identifier has been declared.
230
Use the type double instead of the type long long, which is not compliant with the
ISO/ANSI C Standard.
233
The compiler cannot open the input file. Check that the file is secured properly and the
system is available.
234
The compiler cannot read the input file. Check that the file is secured properly and the
system is available.
invalid value for enum literal literal-name
fatal error, compiler terminates
language specified for non-routine identifier, pragma
function is ignored
string is not a valid ANSI-compliant construct
Unable to open input file file-name
Unable to read input file file-name