环境变量$QTDIR=/opt/arm/arm-qtopia/qt-2.3.7;$TMAKEPATH=/opt/arm/arm-qtopia/tmake/lib/qws/linux-arm-g++
执行make使命后出错,提示如下:
[root@FriendlyARM tt]# make
arm-linux-g++ -c -pipe -DQWS -fno-exceptions -fno-rtti -Wall -W -O2 -DNO_DEBUG -I/opt/arm/arm-qtopia/qt-2.3.7/include -o main.o main.cpp
In file included from /opt/arm/arm-qtopia/qt-2.3.7/include/qwindowdefs.h:44,
from /opt/arm/arm-qtopia/qt-2.3.7/include/qwidget.h:42,
from /opt/arm/arm-qtopia/qt-2.3.7/include/qapplication.h:42,
from main.cpp:1:
/opt/arm/arm-qtopia/qt-2.3.7/include/qstring.h: In member function `uchar& QChar::cell()':
/opt/arm/arm-qtopia/qt-2.3.7/include/qstring.h:166: error: cannot bind packed field `((QChar*)this)->QChar::cl' to `uchar&'
/opt/arm/arm-qtopia/qt-2.3.7/include/qstring.h: In member function `uchar& QChar::row()':
/opt/arm/arm-qtopia/qt-2.3.7/include/qstring.h:167: error: cannot bind packed field `((QChar*)this)->QChar::rw' to `uchar&'
make: *** [main.o] Error 1
高手指点一下.感激不尽~`