Building Programs in Sun Workshop TeamWare |
19 |
![]() |
This chapter is organized into the following sections:
Building a TeamWare Target
A TeamWare target differs from a make target. When you build a program in TeamWare, you are actually building a TeamWare target. A TeamWare target is an object made up of a :
Note - If the build command is not in yourPATH, you might have to specify the full command path.
Edit Target and choose a TeamWare target from the list. The Edit Target dialog box opens, displaying the current settings for the build directory, makefile, make target, and build command. Edit any of these fields or change options, macros, or environment variables. Click Build to rebuild the TeamWare target with your new settings. See "Editing a WorkShop Target" in the online help for detailed information.
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 immediately starts a text editor that displays the source file containing the error. The source file is shown with the error line highlighted and an error glyph appears to the left of the line.
Note - Only Sun compilers produce output that can be converted to hypertext links. If the build command you use does not call Sun compilers, you might lose the link facilities of the Building window.
The message area of the text editor displays the error message.
The following steps show how you can use the Building window and the text editor to quickly fix build errors:
Checkout. From the XEmacs editor, choose Tools
VC
Check out File file. From the GNU Emacs editor, choose Tools
Version Control
Check Out.
For detailed information on building in TeamWare, see the online help. You can access the online help by choosing Help
Building from the Building window or by choosing Help
Help Contents
Editing and Building Your Source from the main TeamWare Configuring window.