You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
user@test ~/Downloads/pg_jieba
master* $ USE_PGXS=1 make [14:15:39]
c++ -Wall -Wpointer-arith -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -mmacosx-version-min=10.7 -I. -I./ -I/Applications/Postgres.app/Contents/Versions/9.5/include/postgresql/server -I/Applications/Postgres.app/Contents/Versions/9.5/include/postgresql/internal -I/Applications/Postgres.app/Contents/Versions/9.5/include/libxml2 -I/Applications/Postgres.app/Contents/Versions/9.5/include -DLOGGER_LEVEL=LL_WARN -o jieba.o -c libjieba/jieba.cpp
In file included from libjieba/jieba.cpp:15:
In file included from libjieba/jieba/MixSegment.hpp:5:
In file included from libjieba/jieba/MPSegment.hpp:8:
In file included from libjieba/jieba/DictTrie.hpp:11:
In file included from libjieba/jieba/limonp/StringUtil.hpp:24:
libjieba/jieba/limonp/StdExtension.hpp:7:10: fatal error: 'unordered_map' file not found
#include <unordered_map>
^
1 error generated.
make: *** [jieba.o] Error 1
my os is OS X el capitan
The text was updated successfully, but these errors were encountered:
my os is OS X el capitan
The text was updated successfully, but these errors were encountered: