报错信息如下:
[root@localhost first]# arm-linux-g++ -c -pipe -DQWS -fno-exceptions -fno-rtti -Wall -W -O2 -DNO_DEBUG -I$QTDIR/include -I$QPEDIR/include -o first.o first.cpp
In file included from /opt/EmbedSky/Qte/touch-qtopia/qt/include/qvariant.h:42,
from first.h:13,
from first.cpp:10:
/opt/EmbedSky/Qte/touch-qtopia/qt/include/qstring.h: In member function `uchar& QChar::cell()':
/opt/EmbedSky/Qte/touch-qtopia/qt/include/qstring.h:166: error: cannot bind packed field `((QChar*)this)->QChar::cl' to `uchar&'
/opt/EmbedSky/Qte/touch-qtopia/qt/include/qstring.h: In member function `uchar& QChar::row()':
/opt/EmbedSky/Qte/touch-qtopia/qt/include/qstring.h:167: error: cannot bind packed field `((QChar*)this)->QChar::rw' to `uchar&'
看上去像头文件里有问题,不知道是不是,如何解决