标题:急!急!跪求,谁能告诉我PowerPC要用哪个版本的qt-embedded??
作者:touduyeya
日期:2009-05-22 17:36
内容:
版主,帮个忙吧!我已经崩溃啦!
我正在移植qt-embedded-4.5.1到mpc5121e(PowerPC)的开发板,配置如下:
./configure -prefix /Qt -embedded powerpc -xplatform qws/linux-ppc-g++ -no-webkit-no-openssl
configure之后,在gmake时出错:
qtiffhandler.cpp:48:20: error: tiffio.h: No such file or directory
qtiffhandler.cpp:53: error: 'tsize_t' does not name a type
qtiffhandler.cpp:59: error: 'tsize_t' does not name a type
qtiffhandler.cpp:64: error: 'toff_t' does not name a type
qtiffhandler.cpp:82: error: 'thandle_t' was not declared in this scope
qtiffhandler.cpp:83: error: expected ',' or ';' before '{' token
qtiffhandler.cpp:87: error: 'toff_t' does not name a type
qtiffhandler.cpp:92: error: 'thandle_t' was not declared in this scope
qtiffhandler.cpp:92: error: 'tdata_t' was not declared in this scope
qtiffhandler.cpp:92: error: expected primary-expression before ',' token
qtiffhandler.cpp:92: error: 'toff_t' was not declared in this scope
qtiffhandler.cpp:92: error: expected primary-expression before ')' token
qtiffhandler.cpp:92: error: initializer expression list treated as compound expression
qtiffhandler.cpp:93: error: expected ',' or ';' before '{' token
qtiffhandler.cpp:97: error: variable or field 'qtiffUnmapProc' declared void
qtiffhandler.cpp:97: error: 'thandle_t' was not declared in this scope
qtiffhandler.cpp:97: error: 'tdata_t' was not declared in this scope
qtiffhandler.cpp:97: error: 'toff_t' was not declared in this scope
qtiffhandler.cpp: In member function 'virtual bool QTiffHandler::read(QImage*)':
qtiffhandler.cpp:134: error: 'TIFF' was not declared in this scope
qtiffhandler.cpp:134: error: 'tiff' was not declared in this scope
qtiffhandler.cpp:137: error: 'qtiffReadProc' was not declared in this scope
qtif ..