Re: Problem related to building JDK in Windows

2014-04-08 Thread pooja chopra
Hi Ludovic/Volker, Thanks a lot for your help . I have build the openJDK successfully now. Regards, Pooja On Tue, Apr 8, 2014 at 12:27 PM, Volker Simonis wrote: > This is a known problem with VS2010 after installing VS2012 or .NET > 4.5.1. There exist various workarounds - just google for "LIN

Re: Problem related to building JDK in Windows

2014-04-07 Thread Volker Simonis
This is a known problem with VS2010 after installing VS2012 or .NET 4.5.1. There exist various workarounds - just google for "LINK : fatal error LNK1123: failure during conversion to COFF: file invalid". The easiest and fastes solution is to remove the bad version of "cvtres.exe" which is causing

Re: Problem related to building JDK in Windows

2014-04-07 Thread pooja chopra
Hi Magnus, After doing " make clean " and then doing " make " I am getting same error:- jvm.obj : warning LNK4197: export 'JVM_GetThreadStateNames' specified multiple times; using first specification Creating library jvm.lib and object jvm.exp LINK : fatal error LNK1123: failure during convers

Re: Problem related to building JDK in Windows

2014-04-07 Thread Magnus Ihse Bursie
I recommend you try "make clean" first. /Magnus > On 7 apr 2014, at 07:44, pooja chopra wrote: > > Hi Ludovic , > > Thanks for your help . I followed your steps mentioned in the blog and was > able to configure. After giving make command I am getting this error as > below :- > > jvm.obj : wa

Re: Problem related to building JDK in Windows

2014-04-06 Thread pooja chopra
Hi Ludovic , Thanks for your help . I followed your steps mentioned in the blog and was able to configure. After giving make command I am getting this error as below :- jvm.obj : warning LNK4197: export 'JVM_GetThreadStateNames' specified multiple times; using first specification Creating libr

Re: Problem related to building JDK in Windows

2014-04-03 Thread Ludovic HOCHET
Hello Pooja, Have you tried with just: --with-freetype=/cygdrive/e/PoojaJDK8/freetype-2.4.7/freetype-2.4.7 (additionally I think my trial 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://lho

Re: Problem related to building JDK in Windows

2014-04-03 Thread pooja chopra
Hi Tim, Yeah I have cygwin and I tried with the cygwin command you told as below but again I got same error :- $ ./configure --with-freetype-lib=/cygdrive/e/PoojaJDK8/freetype-2.4.7/freetype -2.4.7/objs/win64/vc2010 --with-freetype-include=/cygdrive/e/PoojaJDK8/freetype -2.4.7/freetype-2.4.7/incl

Re: Problem related to building JDK in Windows

2014-04-03 Thread pooja chopra
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 wrote: > If you are building the JDK on WIndows, you probably have Cygwin installed > (you won't get very far without it). > > I suggest you try the Cygwin form of the path inste

Re: Problem related to building JDK in Windows

2014-04-03 Thread Tim Bell
If you are building the JDK on WIndows, you probably have Cygwin installed (you won't get very far without it). I suggest you try the Cygwin form of the path instead of the DOS form, and use forward slashes, like this: ./configure --with-freetype-lib=/cygdrive/e/PoojaJDK8/freetype-2.4.7/free

Re: Problem related to building JDK in Windows

2014-04-03 Thread pooja chopra
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\freetype I got below error :- checking for X11/exten

Re: Problem related to building JDK in Windows

2014-04-03 Thread Volker Simonis
Hi Pooja, if you already successfully build freetype according to the steps given in your mail you can simply pass the path of the freetype build output directory (i.e. the one where you find freetype.dll) with the "--with-freetype-lib" option to configure. You should also use "--with-freetype-inc

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 instructi