On Thu, Jan 23, 2014 at 6:04 PM, Greg Bullock <g...@nwra.com> wrote:
> 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.
>

Yeah!

-Rob

> Regards.
> Greg
>
>
>
> On 1/23/2014 11:09 AM, Rob Weir wrote:
>>
>> On Thu, Jan 23, 2014 at 1:39 PM, Greg Bullock <g...@nwra.com> 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-unsubscr...@openoffice.apache.org
>>>> For additional commands, e-mail: dev-h...@openoffice.apache.org
>>>
>>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>
> --
> Greg Bullock
> NorthWest Research Associates
> 301 Webster St.
> Monterey, CA  93940
> (831) 582-4907
> g...@nwra.com
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to