From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23306 invoked by alias); 12 Jan 2002 00:32:18 -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 23275 invoked from network); 12 Jan 2002 00:32:16 -0000 Date: Fri, 11 Jan 2002 18:12:00 -0000 From: Ian Roxborough To: "Chu, Casing" Cc: sourcenav@sources.redhat.com Subject: Re: Compillation of C/C++ parser for SourceNav5.0 under windows Message-Id: <20020111162432.05562f05.irox@redhat.com> In-Reply-To: <9253F48DBB8FEC4A8CCC376BA61158CCC1F4B9@EXCSTH1.csa.space.gc.ca> References: <9253F48DBB8FEC4A8CCC376BA61158CCC1F4B9@EXCSTH1.csa.space.gc.ca> 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/msg00029.txt.bz2 Hi, On Fri, 11 Jan 2002 17:33:42 -0500 "Chu, Casing" wrote: > > Hi > > I recently downloaded the newest version of SourceNavigator (version 5.0) > and was interested in the C/C++ parsing tool that was used. The source for > the C/C++ parsing tool was found //source/snavigator/parsers/cpp from the > file SN50-010322-source.tar.qz from the following location : > http://mirrors.rcn.com/pub/sourceware/sourcenav/releases/ . My question is > how would I be able to seperately compile the parser? some other people are interested in similar things: http://sources.redhat.com/ml/sourcenav/2002-q1/msg00025.html Well, I don't think it would be too hard to build the parser stand alone. Start reading the makefile in the parser directory is probably the best place to start. > and in addition how would I be able to seperate the parser as a > stand alone utility? I don't think the parser would be of much use as a stand alone utility. You could use the parser with a database and make manual queries into the database. Ian.