From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15768 invoked by alias); 12 Jan 2002 00:10:00 -0000 Mailing-List: contact sourcenav-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sourcenav-owner@sources.redhat.com Received: (qmail 15731 invoked from network); 12 Jan 2002 00:09:58 -0000 Date: Fri, 11 Jan 2002 16:32:00 -0000 From: Ian Roxborough To: Luis RIVERA Cc: sourcenav@sources.redhat.com Subject: Re: building fortran Message-Id: <20020111160208.522f99bf.irox@redhat.com> In-Reply-To: References: Organization: Red Hat Inc. X-Mailer: Sylpheed version 0.6.5 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2002-q1/txt/msg00028.txt.bz2 Hi, by default there is no support for building with fortran. You will need to add a fortran build rule. On Thu, 10 Jan 2002 13:27:57 +0100 (MET) Luis RIVERA wrote: > > > Hi, > > I would like to use sourcenav > with f90 code, but for some > reason, my installation seems > not to know even f77 (*.f). > > More precisely: > > 1.- In the "Build Rules" tab of the > > Tools -> Build settings -> Edit > > window, only proposes: > > Yacc, Lex, Java, C and C++ > > even if the project contains *.f > files. This is the bit you need to add the extra rule to build fortran files. Here is the instruction I gave out a while ago (they should be still valid): http://sources.redhat.com/ml/sourcenav/2000-q3/msg00315.html > AND > > 2.- The "Parser" tab of the > > File -> Project Preferences window > > contains a "fortran" line with > *.f, *.for, *.F, *.f90 This refers to the fortran parser used to generate information used color/highlight and navigate fortran code. Hope this helps, Ian.