Re: My Windows Build Settings

2014-01-24 Thread Andre Fischer
On 23.01.2014 20:09, 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

Re: My Windows Build Settings

2014-01-23 Thread Rob Weir
On Thu, Jan 23, 2014 at 6:04 PM, Greg Bullock 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 > Rega

Re: My Windows Build Settings

2014-01-23 Thread Greg Bullock
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,

Re: My Windows Build Settings

2014-01-23 Thread Rob Weir
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-jd

Re: My Windows Build Settings

2014-01-23 Thread Yuri Myasoedov
23.01.2014, 22:40, "Greg Bullock" : > 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

Re: My Windows Build Settings

2014-01-23 Thread Greg Bullock
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 Fil

Re: My Windows Build Settings

2014-01-23 Thread Andre Fischer
On 23.01.2014 15:31, 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 cle