Re: build failure after switching to vs2013

2015-04-23 Thread Pete Brunet
Is there any reason to keep vs2010 on my machine? I'm short on disk space. On 4/22/15 8:18 PM, Erik Joelsson wrote: > I'm currently working on updating the official compilers used > internally at Oracle and the intended version for VS is VS2013 sp4. > Servicability closed the bug David linked, bu

Re: build failure after switching to vs2013

2015-04-22 Thread Erik Joelsson
I'm currently working on updating the official compilers used internally at Oracle and the intended version for VS is VS2013 sp4. Servicability closed the bug David linked, but since the removal of that code hasn't happened yet, I think we should propose your patch as a fix for that bug. /Erik

Re: build failure after switching to vs2013

2015-04-22 Thread David Holmes
On 23/04/2015 10:57 AM, Pete Brunet wrote: On 4/22/15 6:48 PM, David Holmes wrote: Peter, See https://bugs.openjdk.java.net/browse/JDK-8077422 update 4 is not supported yet. Hi David, Do I need to uninstall Update 4 and install Update 3? -Pete I was assume so - I have no personal experien

Re: build failure after switching to vs2013

2015-04-22 Thread Pete Brunet
On 4/22/15 6:48 PM, David Holmes wrote: > Peter, > > See > > https://bugs.openjdk.java.net/browse/JDK-8077422 > > update 4 is not supported yet. Hi David, Do I need to uninstall Update 4 and install Update 3? -Pete > > David > > On 23/04/2015 8:02 AM, Pete Brunet wrote: >> This hack to jdk/make/

Re: build failure after switching to vs2013

2015-04-22 Thread David Holmes
Peter, See https://bugs.openjdk.java.net/browse/JDK-8077422 update 4 is not supported yet. David On 23/04/2015 8:02 AM, Pete Brunet wrote: This hack to jdk/make/lib/Lib-jdk.hprof.agent.gmk works for now: LANG := C, \ OPTIMIZATION := $(LIBHPROF_OPTIMIZATION), \ CFLAGS := $(

Re: build failure after switching to vs2013

2015-04-22 Thread Pete Brunet
On 4/22/15 4:52 PM, David Holmes wrote: > On 23/04/2015 7:06 AM, Pete Brunet wrote: >> I was able to build 9 OK then I switched from VS2010 to VS2013 and now >> get the following. I tried hg tpull -u but that didn't help. >> >> Is there something I need to do besides installing VS Pro 2013 with

Re: build failure after switching to vs2013

2015-04-22 Thread Pete Brunet
This hack to jdk/make/lib/Lib-jdk.hprof.agent.gmk works for now: LANG := C, \ OPTIMIZATION := $(LIBHPROF_OPTIMIZATION), \ CFLAGS := $(CFLAGS_JDKLIB) $(CFLAGS_WARNINGS_ARE_ERRORS) \ +-D_WINSOCK_DEPRECATED_NO_WARNINGS \ $(BUILD_LIBHPROF_CFLAGS), \ CFLAGS_debug :=

Re: build failure after switching to vs2013

2015-04-22 Thread David Holmes
On 23/04/2015 7:06 AM, Pete Brunet wrote: I was able to build 9 OK then I switched from VS2010 to VS2013 and now get the following. I tried hg tpull -u but that didn't help. Is there something I need to do besides installing VS Pro 2013 with Update 4? There may be follow-up fixes to address t

Re: build failure after switching to vs2013

2015-04-22 Thread Pete Brunet
p.s. I also had done a make reconfigure and make clean. I'll try make clean and reconfigure from bash. On 4/22/15 4:06 PM, Pete Brunet wrote: > I was able to build 9 OK then I switched from VS2010 to VS2013 and now > get the following. I tried hg tpull -u but that didn't help. > > Is there some

build failure after switching to vs2013

2015-04-22 Thread Pete Brunet
I was able to build 9 OK then I switched from VS2010 to VS2013 and now get the following. I tried hg tpull -u but that didn't help. Is there something I need to do besides installing VS Pro 2013 with Update 4? $ make images 2>&1 | tee make-64.log Building target 'images' in configuration 'windo