[問題] eclipse 編譯過程找不到資料庫
開發平台(Platform): (Ex: VC++, GCC, Linux, ...)
eclipse 32bit on Win7 64bit
MinGW 4.6.2
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
網路上抓的 stanford 教學用資料庫
問題(Question):
我從project properties -> C/C++ build -> Settings
GCC C++ compiler and MinGW C++ Linker 都設訂好了資料庫的路徑
eclipse 編輯部分沒有出現任何錯誤標記
也可以透過F3去呼叫到我include的資料庫
但是compile的時候它顯示找不到資料庫
g++ "-IC:\\Users\\shsu\\c_lib\\cs106lib-0.3.1\\CS106"
"-includeC:\\Users\\shsu\\c_lib\\cs106lib-0.3.1\\CS106" -O0 -g3 -Wall -c
-fmessage-length=0 -o "src\\CS106B.o" "..\\src\\CS106B.cpp"
cc1plus.exe: 嚴重錯誤:C:\Users\shsu\c_lib\cs106lib-0.3.1\CS106:No such file
or directory
編譯插斷。
請問還有什麼地方我忽略了呢?
謝謝
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 204.96.168.3
※ 編輯: sean72 來自: 204.96.168.3 (06/12 06:08)
→
06/12 11:36, , 1F
06/12 11:36, 1F