Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 42172 invoked from network); 29 May 2007 09:01:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 May 2007 09:01:56 -0000 Received: (qmail 33450 invoked by uid 500); 29 May 2007 09:02:00 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 33436 invoked by uid 500); 29 May 2007 09:02:00 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 33425 invoked by uid 99); 29 May 2007 09:02:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 May 2007 02:02:00 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of Farid_Zaripov@epam.com designates 217.21.63.3 as permitted sender) Received: from [217.21.63.3] (HELO EPMSA009.epam.com) (217.21.63.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 May 2007 02:01:54 -0700 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: [jira] Commented: (STDCXX-188) [Intel C++ 9.1/Windows] warning #177 in library builds Date: Tue, 29 May 2007 12:01:30 +0300 Message-ID: <7BDB2168BEAEF14C98F1901FD2DE643886932D@epmsa009.minsk.epam.com> In-Reply-To: <4656F8F1.7030400@roguewave.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [jira] Commented: (STDCXX-188) [Intel C++ 9.1/Windows] warning #177 in library builds Thread-Index: Acee3O+N5BYAPLF7TzSsv5KAn7ht+gC8WvEA References: <8530965.1180101976500.JavaMail.jira@brutus> <4656F8F1.7030400@roguewave.com> From: "Farid Zaripov" To: X-Virus-Checked: Checked by ClamAV on apache.org > -----Original Message----- > From: Andrew Black [mailto:ablack@roguewave.com]=20 > Sent: Friday, May 25, 2007 5:56 PM > To: stdcxx-dev@incubator.apache.org > Subject: Re: [jira] Commented: (STDCXX-188) [Intel C++=20 > 9.1/Windows] warning #177 in library builds >=20 > Greetings Faird >=20 > The reason the ICC builds on windows aren't showing up is=20 > part exporter bug, part infrastructure bug. The exporter bug=20 > is the same bug that's been plaguing all our catastrophic=20 > failures, where runs with missing attachments aren't=20 > exported. The glue scripts rely on the generated=20 > build_.bat scripts. These scripts are generated=20 > for the MSVC compiler, but not for the ICC compiler. Also=20 > note that the last few lines of output from the call to=20 > generate.bat are as follows: >=20 > > Converting solution icc-9.1_ex.sln to ICC. > >=20 > D:\bman5\builds\33651394\source-buildspace\etc\config\windows\ generate.wsf(90, 6) (null): The handle is invalid.=20 >=20 Hmm. Seemps the previous patch (http://svn.apache.org/viewvc?view=3Drev&rev=3D527435) doesn't helps. Let's try the next one: http://svn.apache.org/viewvc?view=3Drev&rev=3D542462 Farid.