Examining Multiple Build Jobs |
When a build fails, the build errors display with the rest of the build output in the Building Window. The location of the error is underlined and highlighted to denote a hypertext link to the location of the error in a source file. Each error gives the name of the file containing the error, the line number on which the error occurs, and the error message. Clicking on the underscored error in the Building window starts a text editor that displays the source file containing the error.
If a compiler error occurs during the building of a Fortran, C, or C++ program, the error line contains an information icon. Click on the icon to open a pop-up window displaying a definition of the associated error message.
Note - Only Sun compilers produce output that can be converted to hypertext links. If the command you use does not call Sun compilers, you mightnot have links to the source files from the build errors listed in the Building window.
To fix an error:
Note - Do not run a build job and a fix (recompilation of edited source files) concurrently. The output from both jobs intermingle in the Output display in the Building window. It can be difficult to distinguish the output of one job from the other.