From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11946 invoked by alias); 28 Nov 2001 02:07:06 -0000 Mailing-List: contact sourcenav-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sourcenav-owner@sources.redhat.com Received: (qmail 11811 invoked from network); 28 Nov 2001 02:06:59 -0000 Message-ID: <3C045800.6C650541@redhat.com> Date: Wed, 07 Nov 2001 08:48:00 -0000 From: Ian Roxborough X-Mailer: Mozilla 4.61 [en] (X11; I; Linux 2.2.14 i686) X-Accept-Language: en MIME-Version: 1.0 To: Bruce Korb , sourcenav@sourceware.cygnus.com Subject: Re: [Fwd: failure notice] References: <3C04495B.96EBA7E8@pacbell.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2001-q4/txt/msg00024.txt.bz2 Bruce Korb wrote: > > Hi Ian, > > That horrid little "ORBZ" disservice has me blocked again. > pbi.net has a mail server accepting mail from a mail server > that accepts mail from an open server, so mine is blocked. > There are many ways far better than this to filter spam. Bummer. But not a lot I can do to correct that, sorry. > > Subject: How does one add a build rule? > > To: sourcenav@sourceware.cygnus.com > > > > Hi, > > > > The "build rule" tab on the window that pops up > > from the edit button of the "build settings" window. > > (This window has no title, so it is hard to name.) > > > > Anyway, I seem to be constrained to a half dozen > > build tools (compilers and linker). THere is no > > obvious mechanism for adding more, even from searching > > the programmer and user guide indexes. Such is > > needed. How? Thanks! - Bruce They are two ways: Either add a "quick rule", there is an example of this for lex and yacc. Look for sn_add_simple_ide_rule in sn_prop.cfg.in (or sn_prop.cfg if it's installed). If you are needing something more complex then you might want to add a "tool chain". Your best source of information is to look at the source code in the "gui" sub directory. The file is called toolchain.tcl. Toolchains are defined by using the class in toolchain.tcl. You can find an example of how to define a toolchain in snavigator/etc/sn_toolchains/gnu-pro-native. Hope this is of use to you. Ian.