From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26794 invoked by alias); 15 Mar 2002 23:53:22 -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 26635 invoked from network); 15 Mar 2002 23:53:07 -0000 Received: from unknown (HELO mailgate.simplex.com) (65.107.25.147) by sources.redhat.com with SMTP; 15 Mar 2002 23:53:07 -0000 Received: from tiger.simplex.com (tiger [207.247.82.25]) by mailgate.simplex.com (8.9.3/8.9.3) with ESMTP id PAA13746 for ; Fri, 15 Mar 2002 15:53:07 -0800 (PST) Received: from phoenix (phoenix [208.203.174.154]) by tiger.simplex.com (8.11.6/8.11.6) with SMTP id g2FNr6w10540 for ; Fri, 15 Mar 2002 15:53:06 -0800 (PST) Reply-To: From: "Jim Avera" To: Subject: SN50 build issues on Solaris 8 Date: Mon, 18 Mar 2002 01:46:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 X-SW-Source: 2002-q1/txt/msg00164.txt.bz2 Hi, I downloaded SN50-010322-source.tar.gz from sources.redhat.com and built it on a sun machine running SunOS 5.8 (Solaris 8). The following issues arose: 1. The top-level README seems to be a copy of a README from a gnu tool distribution, not this project, i.e. it is bogus. I could not find any instructions for configuring or building. So I did "configure --prefix=$HOME" followed by "gmake" (using gcc 2.95.3). 2. The Makefile tries to build "all-libremote" but there is no rule in the Makefile to build this target. So "gmake" fails. I did "touch all-libremote" to circumvent the above problem, and then gmake succeeded. 3. "snavigator --batchmode" fails with an error message which implies that additional options are needed to create a new project. However the documentation (source/snavigator/doc/html/enterprise/userguide/cmdlineops.html, second Example) says that --batchmode (without other options) should create a new project in the current directory. I tried various combinations of -p newprojectname and -c but could not get batch project creation to work. What exactly are the correct options to create a new project in batch mode? The docs should be coerced into telling the truth. -Jim Avera jima@simplex.com