[kaffe] Is a obvious BUG in the funcs.c of CVS version(2004/07/14 17:00 Beijing)?
Jerry
zhgjerry at eyou.com
Wed Jul 14 20:32:00 PDT 2004
Hello everyone:
Because of the Kaffe qt-AWT backend can't work on my board,I update my src
file from the cvs yesterday.And I used the same option to configure.But this
time it can't pass the building.
My options was as follow:
export PATH=/opt/qt-2.3.2-new/bin:/usr/local/arm-linux/bin:$PATH
export QTDIR=/opt/qt-2.3.2-new
export JAVAC=/usr/java/j2sdk1.4.2_05/bin/javac
CFLAGS="-D__XSCALE__" NM=arm-linux-nm AR=arm-linux-ar CC=arm-linux-gcc
./configure --with-awt=qt --enable-debug --enable-xscale --host=arm-linux
--build=i686-linux --enable-pure-java-math KAFFEH=/usr/local/kaffe/bin/kaffeh
--with-rt-jar=/usr/local/kaffe/jre/lib/rt.jar --with-threads=unix-jthreads
--prefix=/cvs/xscale --without-esd --with-qtdir=$QTDIR --with-jikes=$JAVAC
It returns errors in the kaffe/kaffevm/jit/funcs.c:46 il->name.
And I checked the labels.h,the structure of label was follow:
typedef struct _label_ {
struct _label_* next;
uintp at;
uintp to;
uintp from;
int type;
} label;
there was not a member called "name",Is this a obvious BUG?or there was
something wrong in my thought?
In the Changelog :
2004-07-13 Kiyo Inaba <inaba at src.ricoh.co.jp>
* kaffe/kaffevm/jit/funcs.c
* config/i386/jit-i386.def:
* config/i386/jit3-i386.def:
* config/m68k/jit-i386.def:
* config/m68k/jit3-i386.def:
Fix 'use of compound as lvalue is deprecated' warnings for jit.
Is it really work?
Jerry.
--http://www.eyou.com
--Îȶ¨¿É¿¿µÄµç×ÓÐÅÏä ÓïÒôÓʼþ Òƶ¯ÊéÇ© ÈÕÀú·þÎñ ÍøÂç´æ´¢...ÒÚÓÊδ¾¡
--http://vip.eyou.com
--¿ì¿ìµÇ¼ÒÚÓÊVIPÐÅÏä ×¢²áÄúÖÐÒâµÄÓû§Ãû
More information about the kaffe
mailing list