qtopia的ARM及X86下的相关工具及编译都是一次性成功的,x86_test也能成功运行的
现在问题就是:
1.天嵌提供的first工程make也不能成功 ,错误提示如下:main.cpp:3:35: error: qtopia/qpeapplication.h: No such file or directory
In file included from /usr/lib/qt-3.1/include/qvariant.h:42,
from first.h:12,
from main.cpp:1:
/usr/lib/qt-3.1/include/qstring.h: In member function 'ushort& QChar::unicode()':
/usr/lib/qt-3.1/include/qstring.h:185: error: cannot bind packed field '((QChar*)this)->QChar::ucs' to 'ushort&'
main.cpp: At global scope:
main.cpp:5: error: expected constructor, destructor, or type conversion before '(' token
make: *** [main.o] Error 1
2.按照教程一步步操作,建立第一个first开发,也不能编译成功,错误提示如下 make: *** No rule to make target `INTERFACES', needed by `/image/opt/Qtopia/bin/first'. Stop.
很苦恼,QT无法继续学习下去,望亚瑟王帮忙想想办法 |