Re: Problem related to building JDK in Windows

2014-04-08 Thread pooja chopra
/questions/10888391/error-link-fatal-error-lnk1123-failure-during-conversion-to-coff-file-inval Regards, Volker On Monday, April 7, 2014, pooja chopra poojachopra@gmail.com wrote: Hi Magnus, After doing make clean and then doing make I am getting same error:- jvm.obj : warning LNK4197

Re: Problem related to building JDK in Windows

2014-04-07 Thread pooja chopra
to resolve it . Regards, Pooja On Mon, Apr 7, 2014 at 2:09 PM, Magnus Ihse Bursie magnus.ihse.bur...@oracle.com wrote: I recommend you try make clean first. /Magnus On 7 apr 2014, at 07:44, pooja chopra poojachopra@gmail.com wrote: Hi Ludovic , Thanks for your help . I followed

Re: Problem related to building JDK in Windows

2014-04-06 Thread pooja chopra
and error got me to put the dll in /cygdrive/e/PoojaJDK8/freetype-2.4.7/freetype-2.4.7/lib) ? For ref, here are the steps I follow when building own: http://lhochet.blogspot.fr/2013/01/building-java-8-on-windows.html HTH, Ludovic On Thu, Apr 3, 2014 at 9:02 PM, pooja chopra poojachopra

Problem related to building JDK in Windows

2014-04-03 Thread pooja chopra
Hi , I am trying to build openjk on my windows 7 machine and facing problem as below :- checking for X11/extensions/shape.h... no configure: error: Could not find freetype! You need to build a 64-bit version of freetype. This is not readily available. You can find source code and build

Re: Problem related to building JDK in Windows

2014-04-03 Thread pooja chopra
, pooja chopra poojachopra@gmail.com wrote: Hi , I am trying to build openjk on my windows 7 machine and facing problem as below :- checking for X11/extensions/shape.h... no configure: error: Could not find freetype! You need to build a 64-bit version of freetype

Re: Problem related to building JDK in Windows

2014-04-03 Thread pooja chopra
- Tim On 04/03/14 17:34, pooja chopra wrote: Hi Volker , Thanks for the help. But even after giving command as below : - $ ./configure -with-freetype-lib=E:\PoojaJDK8\freetype-2.4.7\freetype-2.4.7\objs\win64\ vc2010 --with-freetype-include=E:\PoojaJDK8\freetype-2.4.7\ freetype-2.4.7\include

Re: Problem related to building JDK in Windows

2014-04-03 Thread pooja chopra
with result code 1 Regards, Pooja On Fri, Apr 4, 2014 at 12:30 AM, pooja chopra poojachopra@gmail.comwrote: Hi Tim, Yeah I have cygwin and I tried with the command you told as below On Fri, Apr 4, 2014 at 12:08 AM, Tim Bell tim.b...@oracle.com wrote: If you are building the JDK on WIndows