Return-Path: X-Original-To: apmail-openoffice-dev-archive@www.apache.org Delivered-To: apmail-openoffice-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 14B1C10194 for ; Thu, 23 Jan 2014 23:05:35 +0000 (UTC) Received: (qmail 78271 invoked by uid 500); 23 Jan 2014 23:05:32 -0000 Delivered-To: apmail-openoffice-dev-archive@openoffice.apache.org Received: (qmail 78128 invoked by uid 500); 23 Jan 2014 23:05:32 -0000 Mailing-List: contact dev-help@openoffice.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openoffice.apache.org Delivered-To: mailing list dev@openoffice.apache.org Received: (qmail 78115 invoked by uid 99); 23 Jan 2014 23:05:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jan 2014 23:05:31 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [173.160.179.73] (HELO australis.nwra.com) (173.160.179.73) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jan 2014 23:05:26 +0000 Received: from [192.168.77.53] (70-90-172-249-BusName-oakland.ca.hfc.comcastbusiness.net [70.90.172.249]) (authenticated bits=0) by australis.nwra.com (8.14.4/8.14.4) with ESMTP id s0NN515O008301 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT) for ; Thu, 23 Jan 2014 15:05:04 -0800 Message-ID: <52E1A018.4090605@nwra.com> Date: Thu, 23 Jan 2014 15:04:56 -0800 From: Greg Bullock Organization: NWRA, Inc. User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: dev@openoffice.apache.org Subject: Re: My Windows Build Settings References: <52E161EC.2000200@nwra.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Thank you, Yuri and Rob. Yep. That solved it. After installing the 32-bit JDK (as Yuri suggested), and with the --with-jdk-home option removed (as Rob suggested), the build runs to successful completion. Regards. Greg On 1/23/2014 11:09 AM, Rob Weir wrote: > On Thu, Jan 23, 2014 at 1:39 PM, Greg Bullock wrote: >> Thank you, Rob. >> >> How is the JDK part of your configuration handled? Do you have something on >> your environment path? >> >> I've had no success with either >> >> --with-jdk-home="/cygdrive/c/Program Files/Java/jdk1.7.0_51" >> >> or >> >> --with-jdk-home="$JAVA_HOME_PATH" >> where >> JAVA_HOME_PATH="/cygdrive/c/Program Files/Java/jdk1.7.0_51" >> > I have nothing in my path and no JAVA_HOME or anything. No > --with-jdk-home either. I do have Java installed and it is available > from the command line. Maybe a Windows registry entry is making it > findable? > > One thing: in other cases, where I refer to a local path from a > configure flag, I did it like, "c:/foo". So a forward slash, but no > "cygdrive" part to the path. It may depend on what ultimately needs > to interpret that path, the shell or a Windows program. Just > speculating... > > -Rob > >> Perhaps the space in the path name frustrates the aoo build, but so far I'm >> reluctant to move JDK to a different, spaceless folder. >> >> Regards. >> Greg >> >> >> >> >> >> On 1/23/2014 6:31 AM, Rob Weir wrote: >>> I've noticed a few questions recently about getting a Windows build >>> environment set up. I'm not the world's greatest expert on this, but >>> I was able to get a build running. If I can do it, then anyone can do >>> it ;-) >>> >>> This was on a Windows 7 32-bit system, a clean OS install, with all >>> current Windows patches. No VC++ installed, just the free SDK. >>> >>> Here are the commands I used, after installing the pre-req's: >>> >>> -------------------------------------- >>> >>> autoconf >>> >>> SDK_PATH="/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.0" >>> >>> SourceMain=`pwd` >>> >>> ./configure --with-frame-home="$SDK_PATH" --with-psdk-home="$SDK_PATH" >>> --with-midl-path="$SDK_PATH/bin" --with-directx-home="C:/Program >>> Files/Microsoft DirectX SDK (June 2010)" >>> --with-ant-home="/cygdrive/c/ant" >>> >>> --with-dmake-url="http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2" >>> >>> --with-epm-url="http://www.msweet.org/files/project2/epm-3.7-source.tar.gz" >>> --enable-pch --disable-atl --disable-activex --disable-binfilter >>> --without-junit >>> >>> ./bootstrap >>> >>> source winenv.set.sh >>> >>> cd instsetoo_native/ >>> >>> build --all >>> >>> -------------------------------------- >>> >>> >>> Regards, >>> >>> -Rob >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org >>> For additional commands, e-mail: dev-help@openoffice.apache.org >> > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org > For additional commands, e-mail: dev-help@openoffice.apache.org -- Greg Bullock NorthWest Research Associates 301 Webster St. Monterey, CA 93940 (831) 582-4907 greg@nwra.com --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org For additional commands, e-mail: dev-help@openoffice.apache.org