在這
裡 download..
解開後,看 README,照著作:
./configure --prefix=/home/charles/pilot
make結果出現 error:
contactsdb-test.c:28:18: 錯誤: popt.h:沒有此一檔案或目錄
contactsdb-test.c: In function 「main」:
contactsdb-test.c:348: 警告: 「pilot_connect」 is deprecated (declared at ../include/pi-header.h:31)
make[2]: *** [contactsdb-test.o] Error 1
make[2]: Leaving directory `/home/charles-chang/pilot-link-0.12.4/tests'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/charles-chang/pilot-link-0.12.4'
make: *** [all] Error 2
看一下,是有 popt 這個 folder,也有 popt.h 呀。
所以用 ./configure --help 看一下.. 有這個選項:
--enable-conduits Build the userland conduits
所以 重新 configure..
./configure --enable-conduits --prefix=/home/charles/pilot
這樣出現的config message 就有:
Userland Tools
-------------------------.
Build userland tools.... : yes
Support for popt........ : yes (internal)
之後再make 就 OK 了!
沒有留言:
張貼留言