From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24125 invoked by alias); 12 Dec 2001 04:57:12 -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 22193 invoked from network); 12 Dec 2001 04:55:53 -0000 Message-ID: From: "David Robinson (AU)" To: sourcenav@sourceware.cygnus.com Subject: README correction Date: Fri, 23 Nov 2001 09:33:00 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-SW-Source: 2001-q4/txt/msg00040.txt.bz2 Hello The Source Navigator README includes build instructions for the Win32 platform. ftp://sources.redhat.com/pub/sourcenav/releases/README Readme extract: "- Microsoft Visual C++ 5.0 or 6.0. You must install the software and put the binary directories on your path. You must also set the INCLUDE and LIBRARIES variables correctly." Comments: The correct environment variable name is LIB (not LIBRARIES). These environment variables are automatically set, and the binary directories are automatically added to your path, when you run VCVARS32.BAT. Look for "C:\Program Files\Microsoft Visual Studio\VC98\Bin\VCVARS32.BAT" Hope this helps. David.