Return-Path: X-Original-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1100A9F7B for ; Mon, 25 Jun 2012 07:39:26 +0000 (UTC) Received: (qmail 10640 invoked by uid 500); 25 Jun 2012 07:39:25 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 10483 invoked by uid 500); 25 Jun 2012 07:39:25 -0000 Mailing-List: contact ooo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-dev@incubator.apache.org Received: (qmail 10460 invoked by uid 99); 25 Jun 2012 07:39:24 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jun 2012 07:39:24 +0000 Received: from localhost (HELO [9.155.131.42]) (127.0.0.1) (smtp-auth username hdu, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jun 2012 07:39:24 +0000 Message-ID: <4FE815B4.1000205@apache.org> Date: Mon, 25 Jun 2012 09:39:32 +0200 From: Herbert Duerr User-Agent: generic MIME-Version: 1.0 To: ooo-dev@incubator.apache.org Subject: Re: [BUILDBOT] build breakers References: <4FE43CE2.6000109@a-w-f.de> In-Reply-To: <4FE43CE2.6000109@a-w-f.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 22.06.2012 11:37, Andre Fischer wrote: > there are build breakers on all three platforms > > - Windows7 > [...] > could be caused by missing DLLs when the compiler is called to detect > its version. In that case cl does not print anything. I have seen > something similar when I tried to use the 2010 dev studio. I made the configure step a bit more verbose and now it shows that the problem is "cl.exe: error while loading shared libraries: mspdb100.dll". This might be solved by following the advise given in http://stackoverflow.com/a/2992862 to run "path\to\VC\bin\vcvars32.bat" before calling the compiler. Herbert