這兩天在自己的破筆記本上
安裝了debian etch,想學習點linux下的開發。後來裝完gcc後,發現編譯那個非常簡單的hello-word
程式出錯:
error: stdio.h: 沒有那個
檔案或目錄。
到辦公室的
電腦的虛擬機器裡的debian裡一試,也出同樣的問題!
在網上查了一下終於知道,原來是少乙個libc6-dev的
軟體包。
但是卻不要安裝libc6-dev這個
軟體包,而是要安裝build-essential這個包:apt-get install build-essential
這個build-essential是幹什麼的呢?原來,build-essential是乙個列表,包含了編譯debian包必需的大部分元件。
安裝完之後,順利完成了那個hello-world程式。
mysql h 沒有那個檔案或目錄
in file included from main.cpp 44 0 sql drivers mysql qsql mysql.h 52 19 致命錯誤 mysql.h 沒有那個檔案或目錄 編譯中斷。make main.o 錯誤 1 make 離開目錄 home qt qt everywhere ...
mysql h 沒有那個檔案或目錄
in file included from main.cpp 44 0 sql drivers mysql qsql mysql.h 52 19 致命錯誤 mysql.h 沒有那個檔案或目錄 編譯中斷。make main.o 錯誤 1 make 離開目錄 home qt qt everywhere ...
致命錯誤 mysql h 沒有那個檔案或目錄
in file included from main.cpp 44 0 sql drivers mysql qsql mysql.h 52 19 致命錯誤 mysql.h 沒有那個檔案或目錄 編譯中斷。make main.o 錯誤 1 make 離開目錄 home qt qt everywhere ...