2013-08-19 104 views
2

我按照說明安裝在Mac OS 的libevent的在最後一步的自述,使安裝,它顯示libevent的Mac上,使安裝

Making install in include 
make[3]: Nothing to be done for `install-exec-am'. 
.././install-sh -c -d '/usr/local/include' 
.././install-sh -c -d '/usr/local/include/event2' 
/usr/bin/install -c -m 644 event2/buffer.h event2/buffer_compat.h event2/bufferevent.h event2/bufferevent_compat.h event2/bufferevent_ssl.h event2/bufferevent_struct.h event2/dns.h event2/dns_compat.h event2/dns_struct.h event2/event.h event2/event_compat.h event2/event_struct.h event2/http.h event2/http_compat.h event2/http_struct.h event2/keyvalq_struct.h event2/listener.h event2/rpc.h event2/rpc_compat.h event2/rpc_struct.h event2/tag.h event2/tag_compat.h event2/thread.h event2/util.h '/usr/local/include/event2' 
.././install-sh -c -d '/usr/local/include' 
.././install-sh -c -d '/usr/local/include/event2' 
/usr/bin/install -c -m 644 ./event2/event-config.h '/usr/local/include/event2' 
Making install in sample 
make[3]: Nothing to be done for `install-exec-am'. 
make[3]: Nothing to be done for `install-data-am'. 
Making install in test 
make install-am 
make[4]: Nothing to be done for `install-exec-am'. 
make[4]: Nothing to be done for `install-data-am'. 

有許多「無計可施」。如何解決它們?

+1

你沒有,他們是正常的。例如,應該安裝'test'文件夾中的任何內容,但由於構建系統工作,make過程仍然會嘗試進入子目錄。但是由於安裝無關緊要,它只是這麼說。 –

+0

這意味着你已經安裝了它。要強制再次安裝,請執行'sudo make -B install'。 –

+2

「無所事事」意味着「我已經完成了你要求我做的一切」。你可以先做一個'make clean',這會拋棄任何現有的對象文件等。 –

回答

3

你不需要修復它們是正常的。爲了確保已經正確安裝了lib,請在/ usr/local/include中查找event2目錄。

您可以開始編寫代碼。