Did you restart X after installing the qt-mt-3.3.4?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=109107\"][{POST_SNAPBACK}][/a][/div]
Yes, rebooting the device makes it work!
Although not successfully made yet, at least some progress now.
Configure okay with both qt and qt-immodule turned on.
moc is also working too with the zgcc-3.3.2 native compiler.
Here comes the real obstacle. Make stopped here:
/bin/sh ../../libtool --tag=CXX --mode=link g++ Â -O2 -Wnon-virtual-dtor
-Wno-long-long -Wcast-align -Wconversion -Wchar-subscripts -Wall -W
-Wpointer-arith -Wwrite-strings -Wformat-security  -o uim-chardict-qt
-L/usr/lib/qt/lib -lqt-mt -lXext -lX11 uim_chardict_qt-chardict-qt.o
uim_chardict_qt-chardict-bushuviewwidget.o
uim_chardict_qt-chardict-chargridview.o uim_chardict_qt-chardict-kseparator.o
uim_chardict_qt-chardict-unicodeviewwidget.o  -ldl
mkdir .libs
libtool: link: warning: library `/usr/lib/qt/lib/libqt-mt.la' was moved.
libtool: link: warning: library `/usr/lib/qt/lib/libqt-mt.la' was moved.
libtool: link: cannot find the library `'
make[3]: *** [uim-chardict-qt] Error 1
make[3]: Leaving directory `/mnt/card/source/uim-1.0.1/qt/chardict'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/mnt/card/source/uim-1.0.1/qt/chardict'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/card/source/uim-1.0.1/qt'
make: *** [all-recursive] Error 1
Attached is my screen output of this make. Any idea?
Could it be this: in order to use moc and uic in the native SDK, i have to create a symbolic link from /usr/local/qt; but at the same time the qt-mt and qt-mt-uic files are installed to /usr/lib/qt/... , which is also the relevant export paths. Hence a confusion of paths. Am I confused enough?