Bug#197375: gcj dies en parsing java code with high ASCII values in it

2003-06-15 Thread Peter Hawkins
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi... On Sun, 15 Jun 2003 08:30 pm, you wrote: > Peter Hawkins wrote: > > I've never touched the locale on my systems, so it's the default > > (LANG="C"?) > > Please invoke locale(1) to be sure. Yup, all of

Bug#197375: gcj dies en parsing java code with high ASCII values in it

2003-06-14 Thread Peter Hawkins
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi... On Sun, 15 Jun 2003 01:28 am, Martin v. Löwis wrote: > Peter Hawkins <[EMAIL PROTECTED]> writes: > > gcj doesn't appear to like high-valued characters in it's input stream. > > Please don't use the term

Bug#197375: gcj dies when parsing java code with high ASCII values in it

2003-06-14 Thread Peter Hawkins
Package: gcj-3.3 Version: 3.3-3 Severity: normal Hi... gcj doesn't appear to like high-valued characters in it's input stream. I see this while trying to build parts of kdebindings: KDirOperator.java:44: error: unrecognized character in input stream. from Björn Sahlström <[EMAIL PROTECTED]>

Bug#180218: javah script

2003-02-08 Thread Peter Hawkins
Attached. #!/usr/bin/perl -w # # Starts the GNU Java header generator. # # Command-line arguments should be in the style of Sun's javah command; # these will be converted to gcjh arguments before being passed to the # gcjh itself. # # Copyright (C) 2003 by Peter Hawkins <[EMAIL P

Bug#180218: gcj-3.2 should provide javah alternative

2003-02-08 Thread Peter Hawkins
Package: gcj-3.2 Version: 3.2.2-1 Severity: wishlist Hi... This is like #143912 in a way. Since gcj is providing a java compiler that can do JNI, it should provide a wrapper script for the javah command used to produce JNI stubs. I have quickly hacked up such a wrapper derived from the gcj-wrappe