3
我試圖從這個源代碼編譯京都櫃,在OSX 10.9:編譯kyotocabinet - 76年2月1日在OSX 10.9
http://fallabs.com/kyotocabinet/pkg/kyotocabinet-1.2.76.tar.gz
但它的失敗與此:
In file included from kcutil.cc:16:
In file included from ./kcutil.h:19:
./kccommon.h:92:10: fatal error: 'tr1/unordered_map' file not found
#include <tr1/unordered_map>
^
2 warnings and 1 error generated.
make: *** [kcutil.o] Error 1
我的理解是C++庫在OSX 10.9中發生了變化,但我不確定如何導航到解決方案。任何幫助,將不勝感激。
謝謝@robertjd這個工作對我來說也是! –
10.10.2(14C109) –