Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 21705 invoked from network); 19 Jun 2007 10:38:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Jun 2007 10:38:53 -0000 Received: (qmail 54471 invoked by uid 500); 19 Jun 2007 10:38:57 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 54456 invoked by uid 500); 19 Jun 2007 10:38:56 -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 54445 invoked by uid 99); 19 Jun 2007 10:38:56 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jun 2007 03:38:56 -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, 19 Jun 2007 03:38:52 -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: Windows build error(s) Date: Tue, 19 Jun 2007 13:38:28 +0300 Message-ID: <7BDB2168BEAEF14C98F1901FD2DE643894977B@epmsa009.minsk.epam.com> In-Reply-To: <46741362.1080706@roguewave.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Windows build error(s) Thread-Index: AcewNcPnInI7y9RsSJy6F6Ig1cbeKwCG/vPw References: <46741362.1080706@roguewave.com> From: "Farid Zaripov" To: X-Virus-Checked: Checked by ClamAV on apache.org > -----Original Message----- > From: Martin Sebor [mailto:msebor@gmail.com] On Behalf Of Martin Sebor > Sent: Saturday, June 16, 2007 7:44 PM > To: stdcxx-dev@incubator.apache.org > Subject: Windows build error(s) >=20 > Looks like we're having some problems in Intel C++ builds on=20 > Windows (see the error below). Farid, do you know about this? >=20 [...] >=20 > ### Building solution / Creating HTML log Solution build=20 > script Checking arguments... > Loading solution... > D:\bman5\builds\33687223\source-buildspace\etc\config\windows\ > build.wsf(226, > 10) (null): Call was rejected by callee. I've found how to handle this error here: http://msdn2.microsoft.com/en-us/library/ms228772(vs.80).aspx Unfortunately, jscript don't present the possibility to install COM message filter, so I've just perform the call in a loop with sleep: http://svn.apache.org/viewvc?view=3Drev&rev=3D548682 Farid.