atom feed33 messages in net.java.dev.phoneme.advancedRe: phoneme advanced based on gtk
FromSent OnAttachments
phon...@mobileandembedded.orgMay 14, 2007 4:20 am 
Hinkmond WongMay 14, 2007 5:57 pm 
phon...@mobileandembedded.orgMay 14, 2007 11:17 pm 
phon...@mobileandembedded.orgMay 15, 2007 7:00 pm 
Johannes EickholdMay 16, 2007 6:30 am 
Hinkmond WongMay 16, 2007 7:45 am 
Hinkmond WongMay 16, 2007 8:02 am 
Johannes EickholdMay 19, 2007 8:28 am 
Hinkmond WongMay 21, 2007 6:09 pm 
phon...@mobileandembedded.orgMay 28, 2007 12:38 am 
phon...@mobileandembedded.orgJun 10, 2007 8:00 pm 
phon...@mobileandembedded.orgJul 1, 2007 11:53 am 
Hinkmond WongJul 3, 2007 4:11 pm 
phon...@mobileandembedded.orgSep 5, 2007 4:08 pm 
Johannes EickholdSep 13, 2007 5:24 am 
Johannes EickholdSep 13, 2007 7:00 am 
Johannes EickholdSep 13, 2007 7:13 am 
Hinkmond WongSep 13, 2007 6:09 pm 
phon...@mobileandembedded.orgOct 4, 2007 1:32 am 
Hinkmond WongOct 4, 2007 10:56 am 
phon...@mobileandembedded.orgOct 4, 2007 10:39 pm 
phon...@mobileandembedded.orgOct 30, 2007 10:30 pm 
phon...@mobileandembedded.orgOct 31, 2007 7:20 am 
Hinkmond WongOct 31, 2007 12:28 pm 
phon...@mobileandembedded.orgNov 5, 2007 6:54 am 
phon...@mobileandembedded.orgNov 5, 2007 8:48 am 
phon...@mobileandembedded.orgNov 6, 2007 1:27 am 
phon...@mobileandembedded.orgNov 6, 2007 7:49 am 
phon...@mobileandembedded.orgNov 12, 2007 9:09 pm 
phon...@mobileandembedded.orgNov 13, 2007 5:16 am 
phon...@mobileandembedded.orgNov 13, 2007 7:49 am 
phon...@mobileandembedded.orgNov 16, 2007 6:41 am 
phon...@mobileandembedded.orgNov 27, 2007 10:12 pm 
Subject:Re: phoneme advanced based on gtk
From:phon...@mobileandembedded.org (phon@mobileandembedded.org)
Date:Nov 5, 2007 8:48:58 am
List:net.java.dev.phoneme.advanced

javah should have generated java_awt_image_ImageObserve.rh, but apparently did
not. I just looked at a basis build I have, which also includes ImageObserver,
and the header is missing from it also (it should be in the generated/jni
directory of the build directory). I can see that ImageObserver did get passed
to javah, so my guess is that javah ignored it because ImageObserver contains no
native methods, only a bunch of static final fields.

Are you using these static final fields in ImageRepresentation.c. If not, then
just don't include the header. If you are, try building with
CVM_PRELOAD_LIB=true. This will cause JCC to generate the jni headers and javah
won't be used. I tried this and it seems to work. However, it seems there should
be a way to get javah to do its job here.

BTW, I don't know that your changes to rules_basis.mk and defs_basis.mk are
correct. We got rid of awt_objs and jpeg_objs at some point during CDC 1.1, so
I'm not sure why you added them. Perhaps you are grabbing makefiles from CDC 1.0
that still references these directories. You should try to get things working
without the awt_objs and jpeg_objs related changes.

Chris [Message sent by forum member 'cjplummer' (cjplummer)]

http://forums.java.net/jive/thread.jspa?messageID=243894