标题:菜鸟求高手指点qt-embedded-linux-opensource-src-4.5.1安装问题,
作者:ypyp2006
日期:2011-07-14 17:00
内容:
qt-embedded-linux-opensource-src-4.5.1解压后。配置
./configure -prefix /qt-embedded-451 -debug -shared -fast -pch -no-qt3support -qt-sql-sqlite -no-libtiff -no-libmng -qt-libjpeg -qt-zlib -qt-libpng -qt-freetype -no-openssl -nomake examples -nomake demos -nomake tools -optimized-qmake -no-phonon-no-phonon-backend -no-nis -no-opengl -no-cups -no-xcursor -no-xfixes -no-xrandr -no-xrender -no-xkb -no-sm -no-xinerama -no-xshape -no-separate-debug-info -xplatform qws/linux-arm-g++ -embedded arm -depths 16 -no-qvfb -qt-gfx-linuxfb -no-gfx-qvfb -no-kbd-qvfb -no-mouse-qvfb-qt-mouse-tslib-qt-kbd-usb-confirm-license -I/opt/for-arm/tslib/include-L/opt/for-arm/tslib/lib/-no-svg -no-webkit-no-scripttools -silen
出现-no-phonon : invalid command-line switch
-qt-gfx-linuxfb: unknown argument
-no-gfx-qvfb: unknown argument
-no-kbd-qvfb: unknown argument
-no-mouse-qvfb : unknown argument
-qt-mouse-tslib : unknown argument
-qt-kbd-usb : unknown argument
-confirm-license: invalid command-line switch
-no-webkit : invalid command-line switch
然后运行指令make,出现*** No targets specified and no makefile found,求指点
#1 [lyjbbq 07-20 17:20]
我编译qt4.7时没有遇到问题,x86和arm版都顺利通过