On 2014-02-03, at 3:00 PM, Magnus Ihse Bursie <[email protected]> wrote: > Can you please try the following patch and see if it solves your problem? > > diff --git a/make/lib/Awt2dLibraries.gmk b/make/lib/Awt2dLibraries.gmk > --- a/make/lib/Awt2dLibraries.gmk > +++ b/make/lib/Awt2dLibraries.gmk > @@ -792,9 +792,9 @@ > endif > > BUILD_LIBFONTMANAGER_CFLAGS_COMMON := \ > + $(FONT_HEADERS) \ > $(X_CFLAGS) \ > -DLE_STANDALONE -DHEADLESS \ > - $(FONT_HEADERS) \ > -I$(JDK_TOPDIR)/src/share/native/sun/font \ > -I$(JDK_TOPDIR)/src/share/native/sun/font/layout \ > -I$(JDK_TOPDIR)/src/share/native/sun/awt/image/cvutils \
Problem solved. Applied patch, reconfigured (just to be sure), make clean images, it ran to completion, and I verified that the symbolic link I added was no longer there. thanks much, David
