Re: Build Errors on Windows 8.1 / VS2012 Pro / JDK 1.8.0-b132 [was: Build Errors on Windows 8.1 / VS2010 Pro / JDK 1.8.0-b132]

2014-03-11 Thread Stephen F Northover
I tried the other day and failed because some standard windows desktop include files were not visible. I suspect that somewhere we were targetting the WinRT desktop or that a #defined was needed to force files to be included. The missing .h files were some OLE stuff that allowed FX to integra

Re: Build Errors on Windows 8.1 / VS2012 Pro / JDK 1.8.0-b132 [was: Build Errors on Windows 8.1 / VS2010 Pro / JDK 1.8.0-b132]

2014-03-11 Thread Kevin Rushforth
Thanks, Artem. Yes, the version of Visual Studio that we build JavaFX with must be tied to that of the JDK. VS 2010 SP1 for JDK 8 and 8u. Probably VS 2013 for JDK 9. Prior to that, we may want to fix any issues that prevent developers from building on VS 2012 or 2013. -- Kevin Artem Anan

Re: Build Errors on Windows 8.1 / VS2012 Pro / JDK 1.8.0-b132 [was: Build Errors on Windows 8.1 / VS2010 Pro / JDK 1.8.0-b132]

2014-03-10 Thread Artem Ananiev
On 3/8/2014 1:04 AM, Kevin Rushforth wrote: Hi Kay, It looks like you are using VS2012 not 2010. We build JavaFX with VS 2010, and have some issues with 2012. However, we will need to resolve them at some point. Maybe someone else on the list has had luck building with VS 2012? I was able to

Re: Build Errors on Windows 8.1 / VS2012 Pro / JDK 1.8.0-b132 [was: Build Errors on Windows 8.1 / VS2010 Pro / JDK 1.8.0-b132]

2014-03-07 Thread Kay McCormick
Great catch - I have both IDEs installed. Prior to installing VS2010, I had changed rt/buildSrc/genVSproperties.bat to reference VS120COMNTOOLS instead of VS100COMNTOOLS and forgot to back out that change. I did have to make some changes to win.gradle to adjust the windows sdk tool paths: Further,

Build Errors on Windows 8.1 / VS2012 Pro / JDK 1.8.0-b132 [was: Build Errors on Windows 8.1 / VS2010 Pro / JDK 1.8.0-b132]

2014-03-07 Thread Kevin Rushforth
Hi Kay, It looks like you are using VS2012 not 2010. We build JavaFX with VS 2010, and have some issues with 2012. However, we will need to resolve them at some point. Maybe someone else on the list has had luck building with VS 2012? -- Kevin Kay McCormick wrote: Here is what I see as th