記錄一下 這幾天安裝Qt遇到的問題
通常是在建立debug linrary 出現錯誤
在安裝Qt 4.7.1時 installer會需要指定一 mingw位置
原本使用 Dec-C++\bin --->編譯過程出現錯誤
使用 最新板的 mingw ---> 還是錯誤
以上也許是版本不合 所以沒多加追朔....
只好的參考http://doc.qt.nokia.com/4.7/compiler-notes.html
"If you don't already have MinGW 4.4 installed, you can download a .zip archive from our ftp site. This archive provides fixes to MinGW and support for missing API, See the _patches directory in the archive for details."
使用它提供的版本 -->但依然出現錯誤
google一下 還是不清楚問題在哪 但應該是跟 存在多個 compiler 有關
因此移除VS 再試----> 還是錯誤 ... (幾乎快放棄了 用IDE好了)
*對於一定要使用VS開發的人 上述網站也有說明
仔細看了一下 建立的過程 發現它的路徑是用 C:\MSDV (原來是"fortran" 也許是報復我太久沒用了....)
移除後再試 ----> 完成
加 入path : C:\ mingw\bin; C:\Qt \4.7.1\bin 到此算完成了
但對 Dev-Cpp 有不好的預感 --->build 果然出現錯誤 [Linker error] undefined reference to `__cpu_features_init' ld returned 1 exit status (應該是跟mingw 衝突) 重新安裝也沒用
還好這問題還算常見 : 將C:\ mingw\bin 新增至其函數庫 再將其至於首位 便可解決