From owner-freebsd-java@FreeBSD.ORG Tue Aug 10 15:05:23 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3221216A4CE for ; Tue, 10 Aug 2004 15:05:23 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4306143D31 for ; Tue, 10 Aug 2004 15:05:22 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id i7AF5KcQ040775 for ; Tue, 10 Aug 2004 17:05:20 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: java@freebsd.org From: Poul-Henning Kamp Date: Tue, 10 Aug 2004 17:05:20 +0200 Message-ID: <40774.1092150320@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Subject: current doesn't build jdk14. X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 15:05:23 -0000 ../../../src/share/native/sun/awt/font/fontmanager/fontobjects/t2kScalerContext.cpp: In member function `virtual void CMAPMapper::CharsToGlyphs(int, const Unicode16*, UInt32*) const': ../../../src/share/native/sun/awt/font/fontmanager/fontobjects/t2kScalerContext.cpp:940: error: no matching function for call to `ConvertUnicodeToGlyphs(sfntFileFontObject&, unsigned char*, int&, const Unicode16*&, UInt32*&)' ../../../src/share/native/sun/awt/font/fontmanager/include/cmaps.h:29: note: candidates are: void ConvertUnicodeToGlyphs(sfntFileFontObject&, byte*&, int, const Unicode16*, UInt32*) ../../../src/share/native/sun/awt/font/fontmanager/include/cmaps.h:32: note: void ConvertUnicodeToGlyphs(sfntFileFontObject&, byte*&, int, const Unicode32*, UInt32*) ../../../src/share/native/sun/awt/font/fontmanager/fontobjects/t2kScalerContext.cpp: In member function `virtual void CMAPMapper::CharsToGlyphs(int, const Unicode32*, UInt32*) const': ../../../src/share/native/sun/awt/font/fontmanager/fontobjects/t2kScalerContext.cpp:947: error: no matching function for call to `ConvertUnicodeToGlyphs(sfntFileFontObject&, unsigned char*, int&, const Unicode32*&, UInt32*&)' ../../../src/share/native/sun/awt/font/fontmanager/include/cmaps.h:29: note: candidates are: void ConvertUnicodeToGlyphs(sfntFileFontObject&, byte*&, int, const Unicode16*, UInt32*) ../../../src/share/native/sun/awt/font/fontmanager/include/cmaps.h:32: note: void ConvertUnicodeToGlyphs(sfntFileFontObject&, byte*&, int, const Unicode32*, UInt32*) gmake[4]: *** [/freebsd/ports/java/jdk14/work/control/build/bsd-i586/tmp/sun/sun.awt.font/fontmanager/obj/t2kScalerContext.o] Error 1 gmake[4]: Leaving directory `/freebsd/ports/java/jdk14/work/j2se/make/sun/font' gmake[3]: *** [optimized] Error 2 gmake[3]: Leaving directory `/freebsd/ports/java/jdk14/work/j2se/make/sun/font' gmake[2]: *** [all] Error 1 gmake[2]: Leaving directory `/freebsd/ports/java/jdk14/work/j2se/make/sun' gmake[1]: *** [all] Error 1 gmake[1]: Leaving directory `/freebsd/ports/java/jdk14/work/j2se/make' gmake: *** [j2se-build] Error 2 *** Error code 2 Stop in /freebsd/ports/java/jdk14. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.