[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Javahl, alternative to jikes & Debian

From: Tom Tromey <tromey_at_redhat.com>
Date: 2004-11-03 23:19:36 CET

>>>>> "Christophe" == Christophe Labouisse <gabuzo@tigris.org> writes:

I happened to see this message...

Christophe> Gcj is suggested in issue 2057 discussion and may be
Christophe> convenient as it includes gcjh which is a replacement for
Christophe> Sun's javah. This last part is currently not working
Christophe> because of a bug in gcjh which prevent it to generate
Christophe> #defines for java constants as the other javah compilers
Christophe> do (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16843).

javah is not very well defined, so it isn't that clear exactly what
constants we ought to be emitting. In particular I think the Sun
javah emits constants inherited from superclasses, but not
superinterfaces.

What do the svn bindings need? If it is just constants defined in the
current class, I can easily fix that. If it is constants from
superclasses, that is somewhat harder (our javah replacement doesn't
read superclasses at the moment).

Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 4 00:02:24 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.