[kaffe] Qt AWT backend works under Qtopia(Qt Palmtop)
   
    jserv@linux2.cc.ntu.edu.tw
     
    jserv@linux2.cc.ntu.edu.tw
       
    Mon, 16 Dec 2002 12:53:05 +0800
    
    
  
Hello all Kaffe developers,
	With a few modifications, I got Kaffe VM (AWT included) working
under Qtopia (e.g. Qt Palmtop: http://qpe.sf.net/ ). The patched AWT
source could be download in:
	http://ccns.ncku.edu.tw/~jimchyun/misc/qt-qtopia-patched.tgz
	Just extract the file in kaffe/ directory and build it. Take me
for example,
	# export QTDIR=/home/jserv/qt-2.3.2
	# export QPEDIR=/home/jserv/qpe
	# ./configure --with-awt=qt \
	   --disable-debug --with-engine=jit3
	   --prefix=/kaffe
	# ./libraries/clib/awt/qt/build-qtopia
	Here, build-qtopia is a simple wrapper for make to know how C++
source with Qtopia library should be compiled.
	I took some screenshot in the following link:
http://ccns.ncku.edu.tw/~jimchyun/qpe/qtawt-applet.png
http://ccns.ncku.edu.tw/~jimchyun/qpe/qtawt-applet2.png
http://ccns.ncku.edu.tw/~jimchyun/qpe/qtawt-applet3.png
Good Luck,
Jim Huang