1002
ERROR: program: unable to open file filename
Description
While compiling a view, the view information file for the second pass could not be opened. For DOS workstations, this file name is provided via the -2 command line option.
Action
Check the file name and re-run the command.
See Also
viewc(1)
viewc
1006
ERROR: program: can not open header file filename
viewc, or viewc32, failed to create and open the specified output header file, filename, for writing.
viewc32
Check that the directory for the output file exists and has write and execute permissions set correctly, and that the file does not already exist or has write permissions set correctly.
1007
ERROR: program: can not open copy file filename
viewc, or viewc32, failed to create and open the specified output copy file, filename, for writing.
1008
1009
ERROR: program: Only one view file can be used with the multiple pass option
viewc, or viewc32, was run with the -1 or -2 option and multiple view files were specified.
Re-run the command once for each view file, using the -1 or -2 option.
1010
ERROR: program: Compiler not currently supported.
viewc, or viewc32, was run on a MAC with an unsupported compiler (based on the CC environment variable).
Check to see that the CC environment variable is properly set and re-run the command.
1011
ERROR: program: filename is not a viewfile
The input file name, filename, specified for viewdis is not a compiled view file.
Make sure the input file is a compiled view file (suffixed with .V) for the local machine and re-execute the command.
viewc(1), viewdis(1)
viewdis
1015
ERROR: program: unable to create temp file filename
The program, program, was not able to create the named temporary file.
Determine why the file could not be created and re-run the command.
1016
ERROR: program: unable to create temp header file QTEMP/H.name
The program, program, was not able to create the named temporary header file because it was not able to make the directory /qsys.lib/qtemp.lib/h.file.
Determine why the directory could not be created and re-run the command.
1017
ERROR: program: unable to copy file to QTEMP/H.name
The program, program, was not able to copy the header file to the target name.
1018
ERROR: program: unable to compile view source
The view source program could not be compiled.
Determine why the compilation failed and re-run the command.