My Windows Build Settings

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

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

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

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

Re: My Windows Build Settings

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