From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LJlM1-00036m-DM for mharc-grub-devel@gnu.org; Mon, 05 Jan 2009 04:02:33 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LJlLz-00036F-9E for grub-devel@gnu.org; Mon, 05 Jan 2009 04:02:31 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LJlLy-000363-3k for grub-devel@gnu.org; Mon, 05 Jan 2009 04:02:30 -0500 Received: from [199.232.76.173] (port=54641 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LJlLx-000360-SL for grub-devel@gnu.org; Mon, 05 Jan 2009 04:02:29 -0500 Received: from gateway06.websitewelcome.com ([67.18.1.11]:34866) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1LJlLx-0007xc-1l for grub-devel@gnu.org; Mon, 05 Jan 2009 04:02:29 -0500 Received: (qmail 31582 invoked from network); 5 Jan 2009 08:19:03 -0000 Received: from gator297.hostgator.com (74.53.228.114) by gateway06.websitewelcome.com with SMTP; 5 Jan 2009 08:19:03 -0000 Received: from [67.185.177.95] (port=52040 helo=localhost) by gator297.hostgator.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1LJkNQ-0002bb-CK; Mon, 05 Jan 2009 01:59:56 -0600 Date: Sun, 4 Jan 2009 23:59:49 -0800 From: Colin D Bennett To: The development of GRUB 2 Message-ID: <20090104235949.7129e59f@gibibit.com> In-Reply-To: <9f50a7a00901042105p1f1b7e8ep83b9c1b36775c033@mail.gmail.com> References: <20080901092753.3918cf73@gamma.lan> <20081030121106.4efffecc@gibibit.com> <20081030205736.7e080a5e@gibibit.com> <493ADE06.7080001@nic.fi> <20081222091443.7280e623@gibibit.com> <49513053.20207@nic.fi> <20081223171711.15128818@gibibit.com> <4956C98F.3030006@nic.fi> <9f50a7a00901021444j486addd5he087dd8896afdf87@mail.gmail.com> <20090103084552.39b4312e@gibibit.com> <9f50a7a00901042105p1f1b7e8ep83b9c1b36775c033@mail.gmail.com> X-Mailer: Claws Mail 3.7.0 (GTK+ 2.14.5; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/ge66w9cD_GDoPst+=yKjpU3"; protocol="application/pgp-signature"; micalg=PGP-SHA1 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator297.hostgator.com X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - gibibit.com X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Cc: jerone@gmail.com Subject: Re: [PATCH] GSoC #10 new font engine (UTF-8 support+bugfix) X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2009 09:02:31 -0000 --Sig_/ge66w9cD_GDoPst+=yKjpU3 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Sun, 4 Jan 2009 23:05:40 -0600 "Jerone Young" wrote: > File util/fonttool/src/org/gnu/grub/fonttool/PFF2Loader.java didn't > make it into the repository. >=20 > Jerone Oops! You're right; my patch is irrelevant since PFF2Loader.java is used only for the 'Viewer' tools, which Vesa decided not to include. I had not yet synced with GRUB SVN since Vesa checked in the font utilities, so I was working with my own feature branch. Never mind, then. I can still do a temporary hack to support building the font converter tool with gcj. I made this work in my shell script, and though I think doing it properly would require some autotools magic, I could add a quick-and-dirty target to a makefile to build using gcj. Should I try to do this? Regards, Colin > On Sat, Jan 3, 2009 at 10:45 AM, Colin D Bennett > wrote: >=20 > > On Fri, 2 Jan 2009 16:44:49 -0600 > > "Jerone Young" wrote: > > > > > I just paid attention to this (sorry). So everything seems fine. > > > But the dependency on a proprietary java stack to generate > > > fonts isn't good. Does it happen to work with gcc java ? > > > > The font tool does work with gcj (gcc's Java compiler). I just had > > to make a trivial change (see attached) since gcj 4.3.2 does not yet > > implement the String(byte[], Charset) constructor. > > > > Regards, > > Colin > > --Sig_/ge66w9cD_GDoPst+=yKjpU3 Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) iEYEARECAAYFAklhvgIACgkQokx8fzcGbYe6TACaA1wYmr6ASm5UWN0HXko4QLcY uYIAn3n+z5Vx7tnDl+CE0UGndAwbTnG0 =4Pj6 -----END PGP SIGNATURE----- --Sig_/ge66w9cD_GDoPst+=yKjpU3--