hg: jdk7/build/jdk: 6484686: The next directory looks like it is no longer part of the build (deploy makefiles)

2008-04-16 Thread kelly . ohair
Changeset: 68b85ce111f2 Author:ohair Date: 2008-04-14 14:52 -0700 URL: http://hg.openjdk.java.net/jdk7/build/jdk/rev/68b85ce111f2 6484686: The next directory looks like it is no longer part of the build (deploy makefiles) Summary: Getting rid of the _OUTPUTDIR settings. Using BUILD

Re: strange build error

2008-04-16 Thread Roman Kennke
Hi, > I managed to successfully build jdk7 with your patches. No errors here. > A strange thing is that I have a class FontManager$5$1 instead of yours > FontManager$4$1 (I see from the zipfile you've sent us, that you have > both FontManager$4$1 and FontManager$5$1). You sure that your > envir

Re: strange build error

2008-04-16 Thread Maurizio Cimadamore
Hi again I managed to successfully build jdk7 with your patches. No errors here. A strange thing is that I have a class FontManager$5$1 instead of yours FontManager$4$1 (I see from the zipfile you've sent us, that you have both FontManager$4$1 and FontManager$5$1). You sure that your environmen

Re: strange build error

2008-04-16 Thread Maurizio Cimadamore
Hi Roman, just to ask, if you go in the langtools repository and type hg tip what's the output? Just to make sure that you have the latest langtools available Maurizio Roman Kennke wrote: Hi there, Unfortunately I wasn't able to build your workspace (even though I'm able to build the

Re: strange build error

2008-04-16 Thread Roman Kennke
Hi there, > Unfortunately I > wasn't able to build your workspace (even though I'm able to build the > latest full jdk) since when compiling the AWT I'm getting this error: > > awt_LoadLibrary.c:(.text+0x358): undefined reference to `AWTIsHeadless' > collect2: ld returned 1 exit status Whoops!