回帖:4.4.3opensource不好玩,编译花了将近两天时间
经过艰苦的try again and again,勉强通过,下面是我的一些结论:
1、必须要用Qt包里附带的mingw来编译,从mingw.org下载来的版本连configure都出问题
2、configure -release -static -no-stl -no-qt3support -no-opengl -no-gif -qt-libpng -no-libmng -no-libtiff -qt-libjpeg -no-dsp -no-vcproj -no-incredibuild-xge -no-openssl -no-dbus -no-phonon -no-webkit -no-style-plastique -no-style-cleanlooks -no-style-motif -no-style-cde -qt-style-windowsxp -qt-style-windowsvista -fast,这是经过多次编译失败总结的结果,其中-qt-libpng -qt-libjpeg 等不能改为-system-libpng等等,否则你后悔死了,还有,dbus是很不错的东东,可惜-dbus是注定失败的....
3、依然要花一半以上的时间去编译那些我不想要的examples,demos,至今没找到方便的避免编译这些垃圾的办法。