Return-Path: Delivered-To: apmail-stdcxx-dev-archive@www.apache.org Received: (qmail 1871 invoked from network); 7 Jul 2008 23:00:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Jul 2008 23:00:58 -0000 Received: (qmail 76842 invoked by uid 500); 7 Jul 2008 23:00:59 -0000 Delivered-To: apmail-stdcxx-dev-archive@stdcxx.apache.org Received: (qmail 76823 invoked by uid 500); 7 Jul 2008 23:00:58 -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 76812 invoked by uid 99); 7 Jul 2008 23:00:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jul 2008 16:00:58 -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: local policy) Received: from [208.30.140.160] (HELO moroha.roguewave.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jul 2008 23:00:07 +0000 Received: from exchmail01.Blue.Roguewave.Com (exchmail01.blue.roguewave.com [10.22.129.22]) by moroha.roguewave.com (8.13.6/8.13.6) with ESMTP id m67MwRoC012799 for ; Mon, 7 Jul 2008 22:58:28 GMT X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Makefile issues on hp-ux Date: Mon, 7 Jul 2008 16:58:33 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Makefile issues on hp-ux Thread-Index: AcjggCTSl/tVCT1QRDeODc2Og++yBgABLkfA References: From: "Eric Lemings" To: X-Virus-Checked: Checked by ClamAV on apache.org =20 > -----Original Message----- > From: Travis Vitek [mailto:Travis.Vitek@roguewave.com]=20 > Sent: Monday, July 07, 2008 4:24 PM > To: dev@stdcxx.apache.org > Subject: Makefile issues on hp-ux >=20 >=20 > I'm seeing some weird errors when porting some code to acc-6.16, and I > figured that I'd mention it because I've wasted a=20 > considerable amount of > time trying to figure out why my code isn't compiling. The=20 > following is > a transcript of what I've been seeing... >=20 > $ pwd > /build/vitek/4.3.0/11S/tests > $ gmake 20.meta.trans.sign > aCC -AA -g +d +DD64 +w +W392,655,684,818,819,849 > +W2193,2236,2261,2340,2401,2487 +W4227,4229,4231,4235,4237,4249 > +W4255,4272,4284,4285,4286,4296,4297 +W3348 -D_RWSTDDEBUG > -D_RWSTD_EXT_CXX_0X -I/amd/devco /vitek/stdcxx/4.3.x/include Looks like there's a missing "-I" before that last directory. Brad.