[root@diao qtopia]# cd /friendly-arm/arm-diao/qtopia-free-1.7.0/src
[root@diao src]# make
make -C libraries/qtopia
make[1]: Entering directory `/friendly-arm/arm-diao/qtopia-free-1.7.0/src/libraries/qtopia'
arm-linux-g++ -c -I/friendly-arm/arm-diao/qtopia-free-1.7.0/include -I/friendly-arm/arm-diao/qt-2.3.2/include -pipe -DQWS -fno-exceptions -fno-rtti -O2 -Wall -W -DNO_DEBUG -fPIC -DQTOPIA_APP_INTERFACE -DQTOPIA_WIN32PROCESS_SUPPORT -I.moc/linux-arm-g++/ -I/friendly-arm/arm-diao/qtopia-free-1.7.0/include -o .obj/linux-arm-g++//global.o global.cpp
In file included from global.cpp:37:
/friendly-arm/arm-diao/qtopia-free-1.7.0/include/qtopia/qcopenvelope_qws.h:24:29: qcopchannel_qws.h: 没有那个文件或目录
global.cpp: In static member function `static void Global::applystyle()':
global.cpp:365: error: incomplete type 'QCopChannel' cannot be used to name a
scope
global.cpp: In static member function `static QWidget* Global::shutdown(bool)':
global.cpp:377: error: incomplete type 'QCopChannel' cannot be used to name a
scope
global.cpp: In static member function `static QWidget* Global::restart(bool)':
global.cpp:388: error: incomplete type 'QCopChannel' cannot be used to name a
scope
global.cpp: In static member function `static void Global::showInputMethod()':
global.cpp:406: error: incomplete type 'QCopChannel' cannot be used to name a
scope
global.cpp: In static member function `static void Global::hideInputMethod()':
global.cpp:421: error: incomplete type 'QCopChannel' cannot be used to name a
scope
global.cpp: In static member function `static void Global::terminate(const
AppLnk*)':
global.cpp:500: error: incomplete type 'QCopChannel' cannot be used to name a
scope
make[1]: *** [.obj/linux-arm-g++//global.o] Error 1
make[1]: Leaving directory `/friendly-arm/arm-diao/qtopia-free-1.7.0/src/libraries/qtopia'
make: *** [libraries/qtopia] Error 2