On Tue, May 16, 2006 at 03:25:52PM +0200, Frederik Schüler wrote:
>> native.c:189: error: 'Java_java_lang_reflect_Constructor_getModifiers' 
>> undeclared here (not in a function)
>> native.c:192: error: 'Java_java_lang_reflect_Field_getModifiers' undeclared 
>> here (not in a function)
>> native.c:213: error: 'Java_java_lang_reflect_Method_getModifiers' undeclared 
>> here (not in a function)

These declarations are supposed to be in
src/native/include/java_lang_reflect_Constructor.h (AFAICS), which it
autogenerated by cacaoh from /usr/share/classpath/glibj.zip, which belongs to
classpath-common. IOW, it looks like classpath-common broke cacao; indeed,
the latest classpath had a bug like this -- see #368172.

In other words, cacao seems to need an upstream update. #368172 seems to
indicate that 0.96 is sufficient, but I can't find anything related to this
in the upstream changelog offhand.

/* Steinar */
-- 
Homepage: http://www.sesse.net/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to