Return-Path: Delivered-To: apmail-stdcxx-dev-archive@www.apache.org Received: (qmail 36978 invoked from network); 18 Sep 2008 19:02:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Sep 2008 19:02:49 -0000 Received: (qmail 36592 invoked by uid 500); 18 Sep 2008 19:02:46 -0000 Delivered-To: apmail-stdcxx-dev-archive@stdcxx.apache.org Received: (qmail 36539 invoked by uid 500); 18 Sep 2008 19:02:46 -0000 Mailing-List: contact dev-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list dev@stdcxx.apache.org Received: (qmail 36383 invoked by uid 99); 18 Sep 2008 19:02:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2008 12:02:44 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of msebor@gmail.com designates 209.85.200.170 as permitted sender) Received: from [209.85.200.170] (HELO wf-out-1314.google.com) (209.85.200.170) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2008 19:01:43 +0000 Received: by wf-out-1314.google.com with SMTP id 24so47878wfg.2 for ; Thu, 18 Sep 2008 12:02:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding:sender; bh=xm1PXHYf14T92IOgqiHt+WnOaaVmIhKaV5DL4uSYrow=; b=aPMCLXlP7sdSWAh0DCRaAaczDJzZETvoxWtmRUetd2UOzSn2q8Wsf+M/bi4ab1ukJD wiF8iQJbQXJ0aFEFaauWshldl45C66dU1TQgwO1qh4NwW+XOZBWNtlLpyku6uC5AnMK2 y5YHu5cK8K0bILsJCN42xz7E9F/i9m+muM4sg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding:sender; b=p8T3sxd3Smz0ncHzrUJOwmoQ0afz7ZlkuCA7iZqSj5scg15kjAKf/LLBkXORv5TAoM +fNHBxgcVtUOzEVPoQl9jBkAtOPjhB7T8D8W/0i5gtqYmbwnVXVKLRZXvTQazZmUIEpI UQHkaoLmzeRYpW2hR/4E67Qq2ASm2w1v+TqUQ= Received: by 10.141.162.5 with SMTP id p5mr7832639rvo.113.1221764526276; Thu, 18 Sep 2008 12:02:06 -0700 (PDT) Received: from ?172.16.1.115? ( [207.214.87.58]) by mx.google.com with ESMTPS id b8sm1528660rvf.4.2008.09.18.12.02.03 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 18 Sep 2008 12:02:04 -0700 (PDT) Message-ID: <48D2A5A9.3020308@roguewave.com> Date: Thu, 18 Sep 2008 12:02:01 -0700 From: Martin Sebor User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: dev@stdcxx.apache.org Subject: Re: Problem installing/configuration References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: Martin Sebor X-Virus-Checked: Checked by ClamAV on apache.org Jeremy Dean wrote: > Hi team, > > I have a customer that is trying to build with the Apache Standard > library on HPUX and is getting the follow error: > > I can't even build the makefiles for the standard library. I assume "I" refers to the customer. Can you reproduce this? And what do they mean by "can't build the makefiles?" > Here's the > tail end of the make clean and then the configuring for the standard > library: > > > gmake[1]: Leaving directory `/home/kr3948/rw/0902/stdcxx/12d/examples' > gmake: Leaving directory `/home/kr3948/rw/0902/stdcxx/12d' > ### Configuring > gmake: Entering directory `/home/kr3948/rw/0902/stdcxx/12d' > gmake[1]: Entering directory `/home/kr3948/rw/0902/stdcxx/12d/include' > gmake config > gmake[2]: Entering directory `/home/kr3948/rw/0902/stdcxx/12d/include' > /bin/sh: Syntax error at line 1 : `)' is not expected. > gmake[2]: *** [sane] Error 2 > gmake[2]: Leaving directory `/home/kr3948/rw/0902/stdcxx/12d/include' > gmake[1]: *** [config.h] Error 2 > gmake[1]: Leaving directory `/home/kr3948/rw/0902/stdcxx/12d/include' > gmake: *** [config] Error 2 > gmake: Leaving directory `/home/kr3948/rw/0902/stdcxx/12d' > done building library 'stdlib-library' > > > Any suggestions as to what might the problem, what we would need to > further diagnose the problem? The full build log for the library from step 1. Versions of all the tools involved. I.e., OS and make version. If /bin/sh isn't the HP-UX shell we need to know what it is. Martin > > Thanks, > > Jeremy > > Jeremy Dean > Rogue Wave Software, Inc. > Technical Support > Phone: 303-545-3205 -- 1-800-404-4767 > E-mail: support@roguewave.com > Web: http://www.roguewave.com/support > Knowledge Base entries: > http://www.roguewave.com/kbdocs/search.html > View issues online at: > http://www.roguewave.com/youraccount/login/ >