回复: 【提问】请问在debian或ubuntu下如何安装qt4.1.0?
#6 [XChinux 02-14 16:39]
先是你的GCC的问题,先把GCC搞定了,然后再看qt-x11
#7 [yfy002 02-14 18:09]
sudo apt-get install qt3-examples kdevelop3
所有需要的都会装上的,然后删除
sudo apt-get remove --purge ibqt3-headers libqt3-mt-dev qt3-dev-tools qt3-examples
#8 [yfy002 02-14 18:10]
我也用的ubuntu
#9 [kcuf 05-11 00:52]
kernel/qapplication.cpp: In member function ‘void QApplicationPrivate::initializ e()’:
kernel/qapplication.cpp:724: 警告:未使用的变量 ‘q’
make[3]: *** [.obj/debug-shared/qapplication.o] 错误 1
make[3]: Leaving directory `/tmp/qt-x11-opensource-src-4.1.0/src/gui'
make[2]: *** 错误 2
make[2]: Leaving directory `/tmp/qt-x11-opensource-src-4.1.0/src/gui'
make[1]: *** 错误 2
make[1]: Leaving directory `/tmp/qt-x11-opensource-src-4.1.0/src'
make: *** 错误 2
还是同样的问题啊。。。