mecab-pythonがどうしても入らない話

研究で使用しなきゃいけないんだけど、どうしても入らない
gcc-4.2がエラー吐いてるからgcc入れ直したりしたけど無意味
MacがダメならUbuntuでと試してもダメ
ということで困っている。解決策模索中。

(2016-06-16追記)
macでpip install時にgccエラーが表示される場合 | かねしろぐ - 兼城駿一郎(@pinkroot )のライフログ
上の記事に辿り着いて解決しました。
command line toolsがインストールされていないのが原因でした。
「恐るべきことに、以前インストールしたはずなのにインストーラーが立ち上がりました。」
がそのまんま当てはまったパターン。

以下長文のエラーコード

13:58:14 ~/nlp $ pip install mecab-python3
Collecting mecab-python3
  Using cached mecab-python3-0.7.tar.gz
Installing collected packages: mecab-python3
  Running setup.py install for mecab-python3 ... error
    Complete output from command /Library/Frameworks/Python.framework/Versions/3.5/bin/python3.5 -u -c "import setuptools, tokenize;__file__='/private/var/folders/09/pk4xc6zd0wqcymqd__j607c00000gn/T/pip-build-_965c_rc/mecab-python3/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/09/pk4xc6zd0wqcymqd__j607c00000gn/T/pip-q9q2j10i-record/install-record.txt --single-version-externally-managed --compile:
    running install
    running build
    running build_py
    creating build
    creating build/lib.macosx-10.6-intel-3.5
    copying MeCab.py -> build/lib.macosx-10.6-intel-3.5
    running build_ext
    building '_MeCab' extension
    creating build/temp.macosx-10.6-intel-3.5
    gcc-4.2 -fno-strict-aliasing -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -g -I/usr/local/include -I/Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m -c MeCab_wrap.cxx -o build/temp.macosx-10.6-intel-3.5/MeCab_wrap.o
    cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:11,
                     from MeCab_wrap.cxx:149:
    /usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/include/limits.h:10:25: error: limits.h: No such file or directory
    In file included from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:25:19: error: stdio.h: No such file or directory
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:27:5: error: #error "Python.h requires that stdio.h define NULL."
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:30:20: error: string.h: No such file or directory
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:32:19: error: errno.h: No such file or directory
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:34:20: error: stdlib.h: No such file or directory
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:36:20: error: unistd.h: No such file or directory
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:48:20: error: assert.h: No such file or directory
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:50,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyport.h:9:22: error: inttypes.h: No such file or directory
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyport.h:13:20: error: stdint.h: No such file or directory
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyport.h:328:76: error: math.h: No such file or directory
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyport.h:335:22: error: sys/time.h: No such file or directory
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyport.h:336:18: error: time.h: No such file or directory
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyport.h:353:24: error: sys/select.h: No such file or directory
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyport.h:361:22: error: sys/stat.h: No such file or directory
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyport.h:664:21: error: termios.h: No such file or directory
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyport.h:691:19: error: ctype.h: No such file or directory
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyport.h:692:20: error: wctype.h: No such file or directory
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:77,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:115:21: error: wchar.h: No such file or directory
    MeCab_wrap.cxx:2987:21: error: stdexcept: No such file or directory
    In file included from MeCab_wrap.cxx:3052:
    /usr/local/include/mecab.h:329:18: error: cstdio: No such file or directory
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:50,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyport.h:153: error: ‘uintptr_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyport.h:154: error: ‘intptr_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyport.h:177: error: ‘ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyport.h:186: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyport.h:189: error: ‘size_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyport.h:666: error: ‘pid_t’ does not name a type
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:6,
                     from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:65,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:108: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:114: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:170: error: ISO C++ forbids declaration of ‘Py_ssize_t’ with no type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:170: error: typedef ‘Py_ssize_t’ is initialized (use __typeof__ instead)
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:170: error: ‘lenfunc’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:171: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:172: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:172: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:173: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:174: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:174: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:182: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:183: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:188: error: ISO C++ forbids declaration of ‘Py_ssize_t’ with no type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:188: error: expected ‘;’ before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:189: error: ISO C++ forbids declaration of ‘Py_ssize_t’ with no type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:189: error: expected ‘;’ before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:190: error: ISO C++ forbids declaration of ‘Py_ssize_t’ with no type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:190: error: expected ‘;’ before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:285: error: ‘lenfunc’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:299: error: ‘lenfunc’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:323: error: ‘FILE’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:330: error: ISO C++ forbids declaration of ‘Py_hash_t’ with no type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:330: error: typedef ‘Py_hash_t’ is initialized (use __typeof__ instead)
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:330: error: ‘hashfunc’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:338: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:346: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:366: error: ‘hashfunc’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:392: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:406: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:497: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:517: error: ‘FILE’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:548: error: ‘Py_hash_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:549: error: ‘Py_hash_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:1020: error: variable or field ‘_PyDebugAllocatorStats’ declared void
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:1020: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:1020: error: ‘out’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:1020: error: expected primary-expression before ‘const’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:1020: error: expected primary-expression before ‘int’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:1021: error: ‘size_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:1023: error: variable or field ‘_PyObject_DebugTypeStats’ declared void
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:1023: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:1023: error: ‘out’ was not declared in this scope
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:65,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:20: error: ‘int64_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:38: error: ‘time_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:41: error: ‘time_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:47: error: ‘time_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:55: error: ‘time_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:64: error: ‘time_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:70: error: ‘_PyTime_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:78: error: ‘_PyTime_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:82: error: ‘_PyTime_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:82: error: ‘t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:83: error: expected primary-expression before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:83: error: ‘obj’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:84: error: expected primary-expression before ‘round’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:84: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:88: error: ‘_PyTime_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:88: error: ‘t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:89: error: expected primary-expression before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:89: error: ‘obj’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:90: error: expected primary-expression before ‘round’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:90: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:93: error: ‘_PyTime_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:96: error: ‘_PyTime_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:100: error: ‘_PyTime_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:105: error: ‘_PyTime_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:111: error: ‘_PyTime_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:112: error: expected primary-expression before ‘struct’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:113: error: expected primary-expression before ‘round’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:113: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:116: error: ‘_PyTime_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:117: error: expected primary-expression before ‘struct’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:118: error: expected primary-expression before ‘round’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:118: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:127: error: ‘_PyTime_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:128: error: ‘time_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:128: error: ‘secs’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:129: error: expected primary-expression before ‘int’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:130: error: expected primary-expression before ‘round’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:130: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:136: error: ‘_PyTime_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:136: error: expected primary-expression before ‘struct’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:136: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:143: error: ‘_PyTime_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:152: error: ‘_PyTime_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:168: error: ‘_PyTime_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:168: error: ‘t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:169: error: expected primary-expression before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:169: error: ‘info’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:169: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:180: error: ‘_PyTime_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:180: error: ‘t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:181: error: expected primary-expression before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:181: error: ‘info’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:181: error: initializer expression list treated as compound expression
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:66,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pymem.h:15: error: ‘size_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pymem.h:16: error: ‘size_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pymem.h:16: error: ‘size_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pymem.h:16: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pymem.h:17: error: ‘size_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pymem.h:60: error: ‘size_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pymem.h:61: error: ‘size_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pymem.h:61: error: ‘size_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pymem.h:61: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pymem.h:62: error: ‘size_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pymem.h:135: error: ‘size_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pymem.h:138: error: ‘size_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pymem.h:138: error: ‘size_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pymem.h:141: error: ‘size_t’ has not been declared
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:69,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/objimpl.h:97: error: ‘size_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/objimpl.h:98: error: ‘size_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/objimpl.h:98: error: ‘size_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/objimpl.h:98: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/objimpl.h:99: error: ‘size_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/objimpl.h:103: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/objimpl.h:108: error: variable or field ‘_PyObject_DebugMallocStats’ declared void
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/objimpl.h:108: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/objimpl.h:108: error: ‘out’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/objimpl.h:128: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/objimpl.h:130: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/objimpl.h:208: error: ‘size_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/objimpl.h:211: error: ‘size_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/objimpl.h:228: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/objimpl.h:231: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/objimpl.h:241: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/objimpl.h:251: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/objimpl.h:325: error: ‘size_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/objimpl.h:326: error: ‘size_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/objimpl.h:328: error: ‘Py_ssize_t’ has not been declared
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:71,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyhash.h:10: error: ‘Py_hash_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyhash.h:11: error: ‘Py_hash_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyhash.h:12: error: ‘Py_hash_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyhash.h:59: error: ‘Py_hash_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyhash.h:60: error: ‘Py_hash_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyhash.h:65: error: ‘uint64_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyhash.h:66: error: ‘uint64_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyhash.h:72: error: ‘Py_hash_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyhash.h:76: error: ‘Py_hash_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyhash.h:90: error: expected identifier before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyhash.h:90: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyhash.h:90: error: ISO C++ forbids declaration of ‘Py_hash_t’ with no type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyhash.h:90: error: ‘Py_hash_t’ declared as function returning a function
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:75,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/bytearrayobject.h:25: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/bytearrayobject.h:44: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/bytearrayobject.h:45: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/bytearrayobject.h:47: error: ‘Py_ssize_t’ has not been declared
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:76,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/bytesobject.h:33: error: ‘Py_hash_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/bytesobject.h:51: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/bytesobject.h:58: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/bytesobject.h:64: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/bytesobject.h:67: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/bytesobject.h:68: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/bytesobject.h:92: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/bytesobject.h:101: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/bytesobject.h:110: error: ‘Py_ssize_t’ does not name a type
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:77,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:292: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:293: error: ‘Py_hash_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:358: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:361: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:603: error: ‘Py_ssize_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:604: error: expected primary-expression before ‘maxchar’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:605: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:647: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:660: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:662: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:663: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:676: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:687: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:688: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:706: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:713: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:728: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:734: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:739: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:740: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:747: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:748: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:759: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:786: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:792: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:799: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:807: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:817: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:844: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:902: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:903: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:906: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:943: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:964: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:965: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:973: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:981: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1002: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1003: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1030: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1045: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1061: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1135: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1175: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1204: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1247: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1253: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1255: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1261: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1278: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1284: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1286: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1300: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1332: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1341: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1346: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1375: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1413: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1422: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1427: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1460: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1475: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1486: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1494: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1505: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1516: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1529: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1544: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1557: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1572: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1601: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1616: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1645: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1723: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1738: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1765: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1819: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1876: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1920: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1952: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1964: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1973: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1983: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1997: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:2080: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:2205: error: ‘size_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:2219: error: ‘size_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:2229: error: ‘size_t’ has not been declared
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:78,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/longobject.h:20: error: ‘size_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/longobject.h:21: error: ‘Py_ssize_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/longobject.h:25: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/longobject.h:26: error: ‘size_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/longobject.h:80: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/longobject.h:98: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/longobject.h:100: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/longobject.h:118: error: ‘size_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/longobject.h:142: error: ‘size_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/longobject.h:165: error: ‘size_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/longobject.h:191: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/longobject.h:192: error: ‘Py_ssize_t’ has not been declared
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:79,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/longintrepr.h:94: error: ‘Py_ssize_t’ was not declared in this scope
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:81,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/floatobject.h:93: error: ‘size_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/floatobject.h:113: error: variable or field ‘_PyFloat_DebugMallocStats’ declared void
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/floatobject.h:113: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/floatobject.h:113: error: ‘out’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/floatobject.h:121: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/floatobject.h:122: error: ‘Py_ssize_t’ has not been declared
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:82,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/complexobject.h:62: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/complexobject.h:63: error: ‘Py_ssize_t’ has not been declared
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:84,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/memoryobject.h:24: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/memoryobject.h:43: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/memoryobject.h:58: error: ‘Py_hash_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/memoryobject.h:60: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/memoryobject.h:63: error: ‘Py_ssize_t’ does not name a type
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:85,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/tupleobject.h:43: error: ‘Py_ssize_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/tupleobject.h:44: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/tupleobject.h:45: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/tupleobject.h:46: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/tupleobject.h:47: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/tupleobject.h:47: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/tupleobject.h:49: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/tupleobject.h:51: error: ‘Py_ssize_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/tupleobject.h:51: error: expected primary-expression before ‘...’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/tupleobject.h:51: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/tupleobject.h:67: error: variable or field ‘_PyTuple_DebugMallocStats’ declared void
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/tupleobject.h:67: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/tupleobject.h:67: error: ‘out’ was not declared in this scope
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:86,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/listobject.h:39: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/listobject.h:52: error: ‘Py_ssize_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/listobject.h:53: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/listobject.h:54: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/listobject.h:55: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/listobject.h:56: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/listobject.h:58: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/listobject.h:58: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/listobject.h:59: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/listobject.h:59: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/listobject.h:67: error: variable or field ‘_PyList_DebugMallocStats’ declared void
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/listobject.h:67: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/listobject.h:67: error: ‘out’ was not declared in this scope
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:87,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/dictobject.h:25: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/dictobject.h:60: error: ‘Py_hash_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/dictobject.h:72: error: ‘Py_hash_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/dictobject.h:77: error: ‘Py_hash_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/dictobject.h:81: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/dictobject.h:86: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/dictobject.h:86: error: ‘Py_hash_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/dictobject.h:92: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/dictobject.h:96: error: ‘Py_hash_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/dictobject.h:97: error: ‘Py_ssize_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/dictobject.h:100: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/dictobject.h:142: error: variable or field ‘_PyDict_DebugMallocStats’ declared void
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/dictobject.h:142: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/dictobject.h:142: error: ‘out’ was not declared in this scope
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:90,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/setobject.h:27: error: ‘Py_hash_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/setobject.h:44: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/setobject.h:45: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/setobject.h:51: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/setobject.h:59: error: ‘Py_hash_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/setobject.h:60: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/setobject.h:70: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/setobject.h:70: error: ‘Py_hash_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/setobject.h:88: error: ‘Py_ssize_t’ does not name a type
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:91,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/methodobject.h:87: error: variable or field ‘_PyCFunction_DebugMallocStats’ declared void
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/methodobject.h:87: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/methodobject.h:87: error: ‘out’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/methodobject.h:88: error: variable or field ‘_PyMethod_DebugMallocStats’ declared void
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/methodobject.h:88: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/methodobject.h:88: error: ‘out’ was not declared in this scope
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:92,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/moduleobject.h:42: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/moduleobject.h:74: error: ‘Py_ssize_t’ does not name a type
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:95,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/fileobject.h:19: error: ‘FILE’ has not been declared
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:98,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/sliceobject.h:36: error: ‘Py_ssize_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/sliceobject.h:36: error: ‘Py_ssize_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/sliceobject.h:36: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/sliceobject.h:41: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/sliceobject.h:42: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/sliceobject.h:42: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/sliceobject.h:42: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/sliceobject.h:43: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/sliceobject.h:44: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/sliceobject.h:44: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/sliceobject.h:45: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/sliceobject.h:45: error: ‘Py_ssize_t’ has not been declared
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:103,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/warnings.h:14: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/warnings.h:17: error: ‘Py_ssize_t’ has not been declared
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:104,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/weakrefobject.h:31: error: ‘Py_hash_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/weakrefobject.h:65: error: ‘Py_ssize_t’ does not name a type
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:105,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/structseq.h:43: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/structseq.h:44: error: ‘Py_ssize_t’ has not been declared
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:109,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:41: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:42: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:60: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:364: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:365: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:366: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:375: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:376: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:377: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:386: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:387: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:388: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:393: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:394: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:410: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:411: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:412: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:416: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:417: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:418: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:422: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:423: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:424: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:428: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:429: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:430: error: ‘Py_ssize_t’ has not been declared
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:109,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:467: error: ‘size_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:469: error: ‘size_t’ has not been declared
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:113,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyarena.h:51: error: ‘size_t’ has not been declared
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:114,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/modsupport.h:33: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/modsupport.h:33: error: ‘Py_ssize_t’ has not been declared
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:115,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:28: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:28: error: expected primary-expression before ‘,’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:28: error: expected primary-expression before ‘const’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:28: error: expected primary-expression before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:28: error: expected primary-expression before ‘)’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:28: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:30: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:30: error: ‘fp’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:31: error: expected primary-expression before ‘const’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:32: error: expected primary-expression before ‘int’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:33: error: expected primary-expression before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:33: error: ‘flags’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:33: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:35: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:35: error: ‘fp’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:36: error: expected primary-expression before ‘const’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:37: error: expected primary-expression before ‘int’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:38: error: expected primary-expression before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:38: error: ‘flags’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:38: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:40: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:40: error: ‘fp’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:41: error: expected primary-expression before ‘const’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:42: error: expected primary-expression before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:42: error: ‘flags’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:42: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:44: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:44: error: ‘fp’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:45: error: expected primary-expression before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:45: error: ‘filename’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:46: error: expected primary-expression before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:46: error: ‘flags’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:46: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:48: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:48: error: ‘fp’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:49: error: expected primary-expression before ‘const’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:50: error: expected primary-expression before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:50: error: ‘flags’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:50: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:65: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:65: error: ‘fp’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:66: error: expected primary-expression before ‘const’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:67: error: expected primary-expression before ‘const’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:68: error: expected primary-expression before ‘int’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:69: error: expected primary-expression before ‘char’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:70: error: expected primary-expression before ‘char’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:71: error: expected primary-expression before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:71: error: ‘flags’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:72: error: expected primary-expression before ‘int’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:73: error: expected primary-expression before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:73: error: ‘arena’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:73: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:75: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:75: error: ‘fp’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:76: error: expected primary-expression before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:76: error: ‘filename’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:77: error: expected primary-expression before ‘const’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:78: error: expected primary-expression before ‘int’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:79: error: expected primary-expression before ‘char’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:80: error: expected primary-expression before ‘char’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:81: error: expected primary-expression before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:81: error: ‘flags’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:82: error: expected primary-expression before ‘int’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:83: error: expected primary-expression before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:83: error: ‘arena’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:83: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:97: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:97: error: expected primary-expression before ‘,’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:97: error: expected primary-expression before ‘const’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:98: error: expected primary-expression before ‘int’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:98: error: expected primary-expression before ‘int’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:98: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:105: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:105: error: ‘fp’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:106: error: expected primary-expression before ‘const’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:107: error: expected primary-expression before ‘int’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:108: error: expected primary-expression before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:108: error: ‘globals’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:109: error: expected primary-expression before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:109: error: ‘locals’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:110: error: expected primary-expression before ‘int’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:111: error: expected primary-expression before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:111: error: ‘flags’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:111: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:169: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:169: error: expected primary-expression before ‘,’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:169: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:169: error: expected primary-expression before ‘,’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:169: error: expected primary-expression before ‘const’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:169: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:172: warning: ‘PyOS_ReadlineFunctionPointer’ initialized and declared ‘extern’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:172: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:172: error: expected primary-expression before ‘,’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:172: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:172: error: expected primary-expression before ‘,’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:172: error: expected primary-expression before ‘const’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:172: error: initializer expression list treated as compound expression
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:116,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pylifecycle.h:49: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pylifecycle.h:49: error: expected primary-expression before ‘,’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pylifecycle.h:49: error: expected primary-expression before ‘const’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pylifecycle.h:49: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pylifecycle.h:119: error: ‘Py_ssize_t’ has not been declared
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:117,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/ceval.h:205: error: ‘Py_ssize_t’ has not been declared
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:118,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/sysmodule.h:37: error: ‘size_t’ does not name a type
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:122,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:402: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:413: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:418: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:466: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:489: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:504: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:536: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:551: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:554: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:582: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:583: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:594: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:795: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:950: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:958: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:970: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:978: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:985: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:985: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:993: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:1001: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:1009: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:1009: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:1018: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:1018: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:1076: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:1095: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:1122: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:1141: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:1161: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:1171: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:1276: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:1277: error: expected ‘,’ or ‘...’ before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:1277: error: ISO C++ forbids declaration of ‘Py_ssize_t’ with no type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:1278: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:1279: error: expected ‘,’ or ‘...’ before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:1279: error: ISO C++ forbids declaration of ‘Py_ssize_t’ with no type
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:130,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pystrcmp.h:8: error: ‘Py_ssize_t’ has not been declared
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:132,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/fileutils.h:12: error: ‘size_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/fileutils.h:16: error: ‘size_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/fileutils.h:65: error: expected constructor, destructor, or type conversion before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/fileutils.h:69: error: expected constructor, destructor, or type conversion before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/fileutils.h:73: error: expected constructor, destructor, or type conversion before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/fileutils.h:77: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/fileutils.h:82: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/fileutils.h:87: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/fileutils.h:96: error: ‘size_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/fileutils.h:103: error: ‘size_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/fileutils.h:108: error: ‘size_t’ has not been declared
    MeCab_wrap.cxx:358: error: ‘size_t’ does not name a type
    MeCab_wrap.cxx: In function ‘int SWIG_TypeEquiv(const char*, const char*)’:
    MeCab_wrap.cxx:390: error: ‘strlen’ was not declared in this scope
    MeCab_wrap.cxx: In function ‘int SWIG_TypeCompare(const char*, const char*)’:
    MeCab_wrap.cxx:409: error: ‘strlen’ was not declared in this scope
    MeCab_wrap.cxx: In function ‘swig_cast_info* SWIG_TypeCheck(const char*, swig_type_info*)’:
    MeCab_wrap.cxx:430: error: ‘strcmp’ was not declared in this scope
    MeCab_wrap.cxx: In function ‘const char* SWIG_TypePrettyName(const swig_type_info*)’:
    MeCab_wrap.cxx:516: error: ‘NULL’ was not declared in this scope
    MeCab_wrap.cxx:517: error: ‘NULL’ was not declared in this scope
    MeCab_wrap.cxx: In function ‘swig_type_info* SWIG_MangledTypeQueryModule(swig_module_info*, swig_module_info*, const char*)’:
    MeCab_wrap.cxx:567: error: ‘struct swig_module_info’ has no member named ‘size’
    MeCab_wrap.cxx:568: error: ‘size_t’ does not name a type
    MeCab_wrap.cxx:569: error: ‘size_t’ does not name a type
    MeCab_wrap.cxx:572: error: ‘size_t’ does not name a type
    MeCab_wrap.cxx:573: error: ‘i’ was not declared in this scope
    MeCab_wrap.cxx:575: error: ‘strcmp’ was not declared in this scope
    MeCab_wrap.cxx:580: error: ‘r’ was not declared in this scope
    MeCab_wrap.cxx:585: error: ‘l’ was not declared in this scope
    MeCab_wrap.cxx:590: error: ‘l’ was not declared in this scope
    MeCab_wrap.cxx:590: error: ‘r’ was not declared in this scope
    MeCab_wrap.cxx: In function ‘swig_type_info* SWIG_TypeQueryModule(swig_module_info*, swig_module_info*, const char*)’:
    MeCab_wrap.cxx:619: error: ‘size_t’ does not name a type
    MeCab_wrap.cxx:620: error: ‘i’ was not declared in this scope
    MeCab_wrap.cxx:620: error: ‘struct swig_module_info’ has no member named ‘size’
    MeCab_wrap.cxx: At global scope:
    MeCab_wrap.cxx:636: error: ‘size_t’ has not been declared
    MeCab_wrap.cxx:652: error: ‘size_t’ has not been declared
    MeCab_wrap.cxx:680: error: ‘size_t’ has not been declared
    MeCab_wrap.cxx: In function ‘char* SWIG_PackVoidPtr(char*, void*, const char*, int)’:
    MeCab_wrap.cxx:682: warning: comparison between signed and unsigned integer expressions
    MeCab_wrap.cxx:685: error: ‘strlen’ was not declared in this scope
    MeCab_wrap.cxx:686: error: ‘strcpy’ was not declared in this scope
    MeCab_wrap.cxx: In function ‘const char* SWIG_UnpackVoidPtr(const char*, void**, const char*)’:
    MeCab_wrap.cxx:693: error: ‘strcmp’ was not declared in this scope
    MeCab_wrap.cxx: At global scope:
    MeCab_wrap.cxx:704: error: ‘size_t’ has not been declared
    MeCab_wrap.cxx:704: error: ‘size_t’ has not been declared
    MeCab_wrap.cxx: In function ‘char* SWIG_PackDataName(char*, void*, int, const char*, int)’:
    MeCab_wrap.cxx:706: error: ‘size_t’ was not declared in this scope
    MeCab_wrap.cxx:706: error: expected `;' before ‘lname’
    MeCab_wrap.cxx:707: error: ‘lname’ was not declared in this scope
    MeCab_wrap.cxx:710: error: ‘lname’ was not declared in this scope
    MeCab_wrap.cxx:711: error: ‘strncpy’ was not declared in this scope
    MeCab_wrap.cxx: At global scope:
    MeCab_wrap.cxx:719: error: ‘size_t’ has not been declared
    MeCab_wrap.cxx: In function ‘const char* SWIG_UnpackDataName(const char*, void*, int, const char*)’:
    MeCab_wrap.cxx:721: error: ‘strcmp’ was not declared in this scope
    MeCab_wrap.cxx:722: error: ‘memset’ was not declared in this scope
    MeCab_wrap.cxx: In function ‘char* SWIG_Python_str_AsChar(PyObject*)’:
    MeCab_wrap.cxx:793: error: ‘Py_ssize_t’ was not declared in this scope
    MeCab_wrap.cxx:793: error: expected `;' before ‘len’
    MeCab_wrap.cxx:795: error: ‘len’ was not declared in this scope
    MeCab_wrap.cxx:796: error: ‘malloc’ was not declared in this scope
    MeCab_wrap.cxx:797: error: ‘memcpy’ was not declared in this scope
    MeCab_wrap.cxx:798: error: ‘NULL’ was not declared in this scope
    MeCab_wrap.cxx:798: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx: In function ‘void SWIG_Python_AddErrorMsg(const char*)’:
    MeCab_wrap.cxx:1026: error: ‘NULL’ was not declared in this scope
    MeCab_wrap.cxx:1026: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx:1029: error: ‘free’ was not declared in this scope
    MeCab_wrap.cxx:1030: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx:1031: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx: In function ‘void SWIG_Python_SetErrorObj(PyObject*, PyObject*)’:
    MeCab_wrap.cxx:1218: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx: In function ‘void SWIG_Python_SetConstant(PyObject*, const char*, PyObject*)’:
    MeCab_wrap.cxx:1255: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx: In function ‘PyObject* SWIG_Python_AppendOutput(PyObject*, PyObject*)’:
    MeCab_wrap.cxx:1268: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx:1273: error: ‘PyList_New’ cannot be used as a function
    MeCab_wrap.cxx:1277: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx: At global scope:
    MeCab_wrap.cxx:1308: error: ‘Py_ssize_t’ has not been declared
    MeCab_wrap.cxx:1308: error: ‘Py_ssize_t’ has not been declared
    MeCab_wrap.cxx: In function ‘int SWIG_Python_UnpackTuple(PyObject*, const char*, int, int, PyObject**)’:
    MeCab_wrap.cxx:1331: error: ‘Py_ssize_t’ does not name a type
    MeCab_wrap.cxx:1332: error: ‘l’ was not declared in this scope
    MeCab_wrap.cxx: In function ‘PyObject* SWIG_Py_Void()’:
    MeCab_wrap.cxx:1422: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx: In function ‘SwigPyClientData* SwigPyClientData_New(PyObject*)’:
    MeCab_wrap.cxx:1459: error: ‘malloc’ was not declared in this scope
    MeCab_wrap.cxx:1462: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx:1467: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx:1475: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx:1476: error: ‘PyTuple_New’ cannot be used as a function
    MeCab_wrap.cxx:1481: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx:1491: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx: In function ‘void SwigPyClientData_Del(SwigPyClientData*)’:
    MeCab_wrap.cxx:1509: error: ‘NULL’ was not declared in this scope
    MeCab_wrap.cxx:1509: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx:1510: error: ‘NULL’ was not declared in this scope
    MeCab_wrap.cxx:1510: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx:1511: error: ‘NULL’ was not declared in this scope
    MeCab_wrap.cxx:1511: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx: In function ‘PyObject* SwigPyObject_format(const char*, SwigPyObject*)’:
    MeCab_wrap.cxx:1536: error: ‘NULL’ was not declared in this scope
    MeCab_wrap.cxx:1537: error: ‘PyTuple_New’ cannot be used as a function
    MeCab_wrap.cxx:1547: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx:1549: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx: At global scope:
    MeCab_wrap.cxx:1595: error: ‘FILE’ has not been declared
    MeCab_wrap.cxx: In function ‘int SwigPyObject_print(SwigPyObject*, int*, int)’:
    MeCab_wrap.cxx:1605: error: ‘fputs’ was not declared in this scope
    MeCab_wrap.cxx:1606: error: ‘free’ was not declared in this scope
    MeCab_wrap.cxx:1607: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx: In function ‘PyObject* SwigPyObject_richcompare(SwigPyObject*, SwigPyObject*, int)’:
    MeCab_wrap.cxx:1636: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx: In function ‘int SwigPyObject_Check(PyObject*)’:
    MeCab_wrap.cxx:1674: error: ‘strcmp’ was not declared in this scope
    MeCab_wrap.cxx: In function ‘void SwigPyObject_dealloc(PyObject*)’:
    MeCab_wrap.cxx:1696: error: ‘NULL’ was not declared in this scope
    MeCab_wrap.cxx:1697: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx:1700: error: ‘NULL’ was not declared in this scope
    MeCab_wrap.cxx:1703: error: ‘NULL’ was not declared in this scope
    MeCab_wrap.cxx:1703: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx:1708: error: ‘printf’ was not declared in this scope
    MeCab_wrap.cxx:1712: error: ‘NULL’ was not declared in this scope
    MeCab_wrap.cxx:1712: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx: In function ‘PyObject* SwigPyObject_append(PyObject*, PyObject*)’:
    MeCab_wrap.cxx:1726: error: ‘NULL’ was not declared in this scope
    MeCab_wrap.cxx:1729: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx: In function ‘PyObject* SwigPyObject_next(PyObject*)’:
    MeCab_wrap.cxx:1742: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx: In function ‘PyObject* SwigPyObject_own(PyObject*, PyObject*)’:
    MeCab_wrap.cxx:1783: error: ‘NULL’ was not declared in this scope
    MeCab_wrap.cxx: In function ‘PyTypeObject* SwigPyObject_TypeOnce()’:
    MeCab_wrap.cxx:1896: error: ‘NULL’ was not declared in this scope
    MeCab_wrap.cxx:1921: error: ‘hashfunc’ was not declared in this scope
    MeCab_wrap.cxx:1921: error: expected `}' before numeric constant
    MeCab_wrap.cxx:1921: error: too many initializers for ‘PyObject’
    MeCab_wrap.cxx:1921: error: too many initializers for ‘PyVarObject’
    MeCab_wrap.cxx:1921: error: invalid conversion from ‘int’ to ‘_typeobject*’
    MeCab_wrap.cxx:1921: error: invalid conversion from ‘long unsigned int’ to ‘void (*)(PyObject*)’
    MeCab_wrap.cxx:1921: error: invalid conversion from ‘void (*)(PyObject*)’ to ‘PyObject* (*)(PyObject*, char*)’
    MeCab_wrap.cxx:1921: error: invalid conversion from ‘int (*)(PyObject*, int*, int)’ to ‘int (*)(PyObject*, char*, PyObject*)’
    MeCab_wrap.cxx:1921: error: cannot convert ‘PyObject* (*)(PyObject*, char*)’ to ‘PyAsyncMethods*’ in initialization
    MeCab_wrap.cxx:1921: error: invalid conversion from ‘int (*)(PyObject*, char*, PyObject*)’ to ‘PyObject* (*)(PyObject*)’
    MeCab_wrap.cxx:1921: error: cannot convert ‘PyObject* (*)(PyObject*)’ to ‘PySequenceMethods*’ in initialization
    MeCab_wrap.cxx:1921: error: cannot convert ‘PyNumberMethods*’ to ‘PyMappingMethods*’ in initialization
    MeCab_wrap.cxx:1921: error: expected ‘,’ or ‘;’ before numeric constant
    MeCab_wrap.cxx:1893: warning: unused variable ‘tmp’
    MeCab_wrap.cxx:1965: error: ‘tmp’ was not declared in this scope
    MeCab_wrap.cxx:1971: error: ‘NULL’ was not declared in this scope
    MeCab_wrap.cxx:1842: warning: unused variable ‘swigobject_doc’
    MeCab_wrap.cxx: At global scope:
    MeCab_wrap.cxx:1974: error: expected unqualified-id before ‘return’
    MeCab_wrap.cxx: In function ‘PyObject* SwigPyObject_New(void*, swig_type_info*, int)’:
    MeCab_wrap.cxx:1980: error: ‘struct _typeobject’ has no member named ‘tp_basicsize’
    MeCab_wrap.cxx:1980: error: ‘PyObject_Malloc’ cannot be used as a function
    MeCab_wrap.cxx: At global scope:
    MeCab_wrap.cxx:1998: error: ‘size_t’ does not name a type
    MeCab_wrap.cxx:2002: error: ‘FILE’ has not been declared
    MeCab_wrap.cxx: In function ‘int SwigPyPacked_print(SwigPyPacked*, int*, int)’:
    MeCab_wrap.cxx:2005: error: ‘fputs’ was not declared in this scope
    MeCab_wrap.cxx:2006: error: ‘struct SwigPyPacked’ has no member named ‘size’
    MeCab_wrap.cxx: In function ‘PyObject* SwigPyPacked_repr(SwigPyPacked*)’:
    MeCab_wrap.cxx:2019: error: ‘struct SwigPyPacked’ has no member named ‘size’
    MeCab_wrap.cxx: In function ‘PyObject* SwigPyPacked_str(SwigPyPacked*)’:
    MeCab_wrap.cxx:2030: error: ‘struct SwigPyPacked’ has no member named ‘size’
    MeCab_wrap.cxx: In function ‘int SwigPyPacked_compare(SwigPyPacked*, SwigPyPacked*)’:
    MeCab_wrap.cxx:2040: error: ‘size_t’ was not declared in this scope
    MeCab_wrap.cxx:2040: error: expected `;' before ‘i’
    MeCab_wrap.cxx:2041: error: expected `;' before ‘j’
    MeCab_wrap.cxx:2042: error: ‘i’ was not declared in this scope
    MeCab_wrap.cxx:2042: error: ‘j’ was not declared in this scope
    MeCab_wrap.cxx:2043: error: ‘struct SwigPyPacked’ has no member named ‘size’
    MeCab_wrap.cxx:2043: error: ‘strncmp’ was not declared in this scope
    MeCab_wrap.cxx: In function ‘int SwigPyPacked_Check(PyObject*)’:
    MeCab_wrap.cxx:2057: error: ‘strcmp’ was not declared in this scope
    MeCab_wrap.cxx: In function ‘void SwigPyPacked_dealloc(PyObject*)’:
    MeCab_wrap.cxx:2065: error: ‘free’ was not declared in this scope
    MeCab_wrap.cxx: In function ‘PyTypeObject* SwigPyPacked_TypeOnce()’:
    MeCab_wrap.cxx:2079: error: ‘NULL’ was not declared in this scope
    MeCab_wrap.cxx:2100: error: ‘hashfunc’ was not declared in this scope
    MeCab_wrap.cxx:2100: error: expected `}' before numeric constant
    MeCab_wrap.cxx:2100: error: too many initializers for ‘PyObject’
    MeCab_wrap.cxx:2100: error: too many initializers for ‘PyVarObject’
    MeCab_wrap.cxx:2100: error: invalid conversion from ‘int’ to ‘_typeobject*’
    MeCab_wrap.cxx:2100: error: invalid conversion from ‘long unsigned int’ to ‘void (*)(PyObject*)’
    MeCab_wrap.cxx:2100: error: invalid conversion from ‘void (*)(PyObject*)’ to ‘PyObject* (*)(PyObject*, char*)’
    MeCab_wrap.cxx:2100: error: invalid conversion from ‘int (*)(PyObject*, int*, int)’ to ‘int (*)(PyObject*, char*, PyObject*)’
    MeCab_wrap.cxx:2100: error: cannot convert ‘PyObject* (*)(PyObject*, char*)’ to ‘PyAsyncMethods*’ in initialization
    MeCab_wrap.cxx:2100: error: invalid conversion from ‘int (*)(PyObject*, char*, PyObject*)’ to ‘PyObject* (*)(PyObject*)’
    MeCab_wrap.cxx:2100: error: cannot convert ‘PyObject* (*)(PyObject*)’ to ‘PySequenceMethods*’ in initialization
    MeCab_wrap.cxx:2100: error: expected ‘,’ or ‘;’ before numeric constant
    MeCab_wrap.cxx:2076: warning: unused variable ‘tmp’
    MeCab_wrap.cxx:2144: error: ‘tmp’ was not declared in this scope
    MeCab_wrap.cxx:2150: error: ‘NULL’ was not declared in this scope
    MeCab_wrap.cxx:2072: warning: unused variable ‘swigpacked_doc’
    MeCab_wrap.cxx: At global scope:
    MeCab_wrap.cxx:2153: error: expected unqualified-id before ‘return’
    MeCab_wrap.cxx:2154: error: expected declaration before ‘}’ token
    MeCab_wrap.cxx:1810: warning: ‘swigobject_methods’ defined but not used
    cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:11,
                     from MeCab_wrap.cxx:149:
    /usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/include/limits.h:10:25: error: limits.h: No such file or directory
    In file included from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:25:19: error: stdio.h: No such file or directory
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:27:5: error: #error "Python.h requires that stdio.h define NULL."
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:30:20: error: string.h: No such file or directory
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:32:19: error: errno.h: No such file or directory
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:34:20: error: stdlib.h: No such file or directory
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:36:20: error: unistd.h: No such file or directory
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:48:20: error: assert.h: No such file or directory
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:50,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyport.h:9:22: error: inttypes.h: No such file or directory
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyport.h:13:20: error: stdint.h: No such file or directory
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyport.h:328:76: error: math.h: No such file or directory
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyport.h:335:22: error: sys/time.h: No such file or directory
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyport.h:336:18: error: time.h: No such file or directory
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyport.h:353:24: error: sys/select.h: No such file or directory
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyport.h:361:22: error: sys/stat.h: No such file or directory
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyport.h:664:21: error: termios.h: No such file or directory
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyport.h:691:19: error: ctype.h: No such file or directory
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyport.h:692:20: error: wctype.h: No such file or directory
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:77,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:115:21: error: wchar.h: No such file or directory
    MeCab_wrap.cxx:2987:21: error: stdexcept: No such file or directory
    In file included from MeCab_wrap.cxx:3052:
    /usr/local/include/mecab.h:329:18: error: cstdio: No such file or directory
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:50,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyport.h:153: error: ‘uintptr_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyport.h:154: error: ‘intptr_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyport.h:177: error: ‘ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyport.h:186: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyport.h:189: error: ‘size_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyport.h:666: error: ‘pid_t’ does not name a type
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:6,
                     from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:65,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:108: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:114: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:170: error: ISO C++ forbids declaration of ‘Py_ssize_t’ with no type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:170: error: typedef ‘Py_ssize_t’ is initialized (use __typeof__ instead)
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:170: error: ‘lenfunc’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:171: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:172: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:172: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:173: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:174: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:174: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:182: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:183: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:188: error: ISO C++ forbids declaration of ‘Py_ssize_t’ with no type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:188: error: expected ‘;’ before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:189: error: ISO C++ forbids declaration of ‘Py_ssize_t’ with no type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:189: error: expected ‘;’ before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:190: error: ISO C++ forbids declaration of ‘Py_ssize_t’ with no type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:190: error: expected ‘;’ before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:285: error: ‘lenfunc’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:299: error: ‘lenfunc’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:323: error: ‘FILE’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:330: error: ISO C++ forbids declaration of ‘Py_hash_t’ with no type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:330: error: typedef ‘Py_hash_t’ is initialized (use __typeof__ instead)
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:330: error: ‘hashfunc’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:338: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:346: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:366: error: ‘hashfunc’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:392: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:406: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:497: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:517: error: ‘FILE’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:548: error: ‘Py_hash_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:549: error: ‘Py_hash_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:1020: error: variable or field ‘_PyDebugAllocatorStats’ declared void
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:1020: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:1020: error: ‘out’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:1020: error: expected primary-expression before ‘const’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:1020: error: expected primary-expression before ‘int’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:1021: error: ‘size_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:1023: error: variable or field ‘_PyObject_DebugTypeStats’ declared void
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:1023: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/object.h:1023: error: ‘out’ was not declared in this scope
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:65,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:20: error: ‘int64_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:38: error: ‘time_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:41: error: ‘time_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:47: error: ‘time_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:55: error: ‘time_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:64: error: ‘time_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:70: error: ‘_PyTime_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:78: error: ‘_PyTime_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:82: error: ‘_PyTime_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:82: error: ‘t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:83: error: expected primary-expression before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:83: error: ‘obj’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:84: error: expected primary-expression before ‘round’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:84: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:88: error: ‘_PyTime_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:88: error: ‘t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:89: error: expected primary-expression before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:89: error: ‘obj’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:90: error: expected primary-expression before ‘round’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:90: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:93: error: ‘_PyTime_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:96: error: ‘_PyTime_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:100: error: ‘_PyTime_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:105: error: ‘_PyTime_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:111: error: ‘_PyTime_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:112: error: expected primary-expression before ‘struct’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:113: error: expected primary-expression before ‘round’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:113: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:116: error: ‘_PyTime_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:117: error: expected primary-expression before ‘struct’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:118: error: expected primary-expression before ‘round’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:118: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:127: error: ‘_PyTime_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:128: error: ‘time_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:128: error: ‘secs’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:129: error: expected primary-expression before ‘int’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:130: error: expected primary-expression before ‘round’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:130: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:136: error: ‘_PyTime_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:136: error: expected primary-expression before ‘struct’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:136: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:143: error: ‘_PyTime_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:152: error: ‘_PyTime_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:168: error: ‘_PyTime_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:168: error: ‘t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:169: error: expected primary-expression before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:169: error: ‘info’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:169: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:180: error: ‘_PyTime_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:180: error: ‘t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:181: error: expected primary-expression before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:181: error: ‘info’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pytime.h:181: error: initializer expression list treated as compound expression
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:66,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pymem.h:15: error: ‘size_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pymem.h:16: error: ‘size_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pymem.h:16: error: ‘size_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pymem.h:16: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pymem.h:17: error: ‘size_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pymem.h:60: error: ‘size_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pymem.h:61: error: ‘size_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pymem.h:61: error: ‘size_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pymem.h:61: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pymem.h:62: error: ‘size_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pymem.h:135: error: ‘size_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pymem.h:138: error: ‘size_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pymem.h:138: error: ‘size_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pymem.h:141: error: ‘size_t’ has not been declared
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:69,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/objimpl.h:97: error: ‘size_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/objimpl.h:98: error: ‘size_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/objimpl.h:98: error: ‘size_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/objimpl.h:98: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/objimpl.h:99: error: ‘size_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/objimpl.h:103: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/objimpl.h:108: error: variable or field ‘_PyObject_DebugMallocStats’ declared void
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/objimpl.h:108: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/objimpl.h:108: error: ‘out’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/objimpl.h:128: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/objimpl.h:130: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/objimpl.h:208: error: ‘size_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/objimpl.h:211: error: ‘size_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/objimpl.h:228: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/objimpl.h:231: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/objimpl.h:241: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/objimpl.h:251: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/objimpl.h:325: error: ‘size_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/objimpl.h:326: error: ‘size_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/objimpl.h:328: error: ‘Py_ssize_t’ has not been declared
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:71,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyhash.h:10: error: ‘Py_hash_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyhash.h:11: error: ‘Py_hash_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyhash.h:12: error: ‘Py_hash_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyhash.h:59: error: ‘Py_hash_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyhash.h:60: error: ‘Py_hash_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyhash.h:65: error: ‘uint64_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyhash.h:66: error: ‘uint64_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyhash.h:72: error: ‘Py_hash_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyhash.h:76: error: ‘Py_hash_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyhash.h:90: error: expected identifier before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyhash.h:90: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyhash.h:90: error: ISO C++ forbids declaration of ‘Py_hash_t’ with no type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyhash.h:90: error: ‘Py_hash_t’ declared as function returning a function
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:75,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/bytearrayobject.h:25: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/bytearrayobject.h:44: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/bytearrayobject.h:45: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/bytearrayobject.h:47: error: ‘Py_ssize_t’ has not been declared
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:76,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/bytesobject.h:33: error: ‘Py_hash_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/bytesobject.h:51: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/bytesobject.h:58: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/bytesobject.h:64: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/bytesobject.h:67: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/bytesobject.h:68: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/bytesobject.h:92: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/bytesobject.h:101: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/bytesobject.h:110: error: ‘Py_ssize_t’ does not name a type
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:77,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:292: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:293: error: ‘Py_hash_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:358: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:361: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:603: error: ‘Py_ssize_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:604: error: expected primary-expression before ‘maxchar’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:605: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:647: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:660: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:662: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:663: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:676: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:687: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:688: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:706: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:713: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:728: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:734: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:739: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:740: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:747: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:748: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:759: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:786: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:792: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:799: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:807: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:817: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:844: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:902: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:903: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:906: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:943: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:964: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:965: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:973: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:981: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1002: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1003: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1030: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1045: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1061: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1135: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1175: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1204: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1247: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1253: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1255: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1261: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1278: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1284: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1286: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1300: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1332: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1341: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1346: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1375: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1413: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1422: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1427: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1460: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1475: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1486: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1494: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1505: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1516: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1529: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1544: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1557: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1572: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1601: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1616: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1645: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1723: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1738: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1765: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1819: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1876: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1920: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1952: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1964: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1973: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1983: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:1997: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:2080: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:2205: error: ‘size_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:2219: error: ‘size_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/unicodeobject.h:2229: error: ‘size_t’ has not been declared
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:78,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/longobject.h:20: error: ‘size_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/longobject.h:21: error: ‘Py_ssize_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/longobject.h:25: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/longobject.h:26: error: ‘size_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/longobject.h:80: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/longobject.h:98: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/longobject.h:100: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/longobject.h:118: error: ‘size_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/longobject.h:142: error: ‘size_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/longobject.h:165: error: ‘size_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/longobject.h:191: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/longobject.h:192: error: ‘Py_ssize_t’ has not been declared
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:79,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/longintrepr.h:49: error: ‘uint32_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/longintrepr.h:50: error: ‘int32_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/longintrepr.h:51: error: ‘uint64_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/longintrepr.h:52: error: ‘int64_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/longintrepr.h:91: error: ‘digit’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/longintrepr.h:94: error: ‘Py_ssize_t’ was not declared in this scope
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:81,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/floatobject.h:93: error: ‘size_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/floatobject.h:113: error: variable or field ‘_PyFloat_DebugMallocStats’ declared void
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/floatobject.h:113: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/floatobject.h:113: error: ‘out’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/floatobject.h:121: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/floatobject.h:122: error: ‘Py_ssize_t’ has not been declared
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:82,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/complexobject.h:62: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/complexobject.h:63: error: ‘Py_ssize_t’ has not been declared
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:84,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/memoryobject.h:24: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/memoryobject.h:43: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/memoryobject.h:58: error: ‘Py_hash_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/memoryobject.h:60: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/memoryobject.h:63: error: ‘Py_ssize_t’ does not name a type
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:85,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/tupleobject.h:43: error: ‘Py_ssize_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/tupleobject.h:44: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/tupleobject.h:45: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/tupleobject.h:46: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/tupleobject.h:47: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/tupleobject.h:47: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/tupleobject.h:49: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/tupleobject.h:51: error: ‘Py_ssize_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/tupleobject.h:51: error: expected primary-expression before ‘...’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/tupleobject.h:51: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/tupleobject.h:67: error: variable or field ‘_PyTuple_DebugMallocStats’ declared void
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/tupleobject.h:67: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/tupleobject.h:67: error: ‘out’ was not declared in this scope
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:86,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/listobject.h:39: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/listobject.h:52: error: ‘Py_ssize_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/listobject.h:53: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/listobject.h:54: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/listobject.h:55: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/listobject.h:56: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/listobject.h:58: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/listobject.h:58: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/listobject.h:59: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/listobject.h:59: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/listobject.h:67: error: variable or field ‘_PyList_DebugMallocStats’ declared void
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/listobject.h:67: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/listobject.h:67: error: ‘out’ was not declared in this scope
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:87,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/dictobject.h:25: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/dictobject.h:60: error: ‘Py_hash_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/dictobject.h:72: error: ‘Py_hash_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/dictobject.h:77: error: ‘Py_hash_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/dictobject.h:81: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/dictobject.h:86: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/dictobject.h:86: error: ‘Py_hash_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/dictobject.h:92: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/dictobject.h:96: error: ‘Py_hash_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/dictobject.h:97: error: ‘Py_ssize_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/dictobject.h:100: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/dictobject.h:142: error: variable or field ‘_PyDict_DebugMallocStats’ declared void
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/dictobject.h:142: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/dictobject.h:142: error: ‘out’ was not declared in this scope
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:90,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/setobject.h:27: error: ‘Py_hash_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/setobject.h:44: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/setobject.h:45: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/setobject.h:51: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/setobject.h:59: error: ‘Py_hash_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/setobject.h:60: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/setobject.h:70: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/setobject.h:70: error: ‘Py_hash_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/setobject.h:88: error: ‘Py_ssize_t’ does not name a type
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:91,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/methodobject.h:87: error: variable or field ‘_PyCFunction_DebugMallocStats’ declared void
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/methodobject.h:87: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/methodobject.h:87: error: ‘out’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/methodobject.h:88: error: variable or field ‘_PyMethod_DebugMallocStats’ declared void
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/methodobject.h:88: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/methodobject.h:88: error: ‘out’ was not declared in this scope
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:92,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/moduleobject.h:42: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/moduleobject.h:74: error: ‘Py_ssize_t’ does not name a type
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:95,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/fileobject.h:19: error: ‘FILE’ has not been declared
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:98,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/sliceobject.h:36: error: ‘Py_ssize_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/sliceobject.h:36: error: ‘Py_ssize_t’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/sliceobject.h:36: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/sliceobject.h:41: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/sliceobject.h:42: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/sliceobject.h:42: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/sliceobject.h:42: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/sliceobject.h:43: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/sliceobject.h:44: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/sliceobject.h:44: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/sliceobject.h:45: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/sliceobject.h:45: error: ‘Py_ssize_t’ has not been declared
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:103,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/warnings.h:14: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/warnings.h:17: error: ‘Py_ssize_t’ has not been declared
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:104,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/weakrefobject.h:31: error: ‘Py_hash_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/weakrefobject.h:65: error: ‘Py_ssize_t’ does not name a type
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:105,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/structseq.h:43: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/structseq.h:44: error: ‘Py_ssize_t’ has not been declared
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:109,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:41: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:42: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:60: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:364: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:365: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:366: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:375: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:376: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:377: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:386: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:387: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:388: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:393: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:394: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:410: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:411: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:412: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:416: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:417: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:418: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:422: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:423: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:424: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:428: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:429: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:430: error: ‘Py_ssize_t’ has not been declared
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:109,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:467: error: ‘size_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyerrors.h:469: error: ‘size_t’ has not been declared
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:113,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pyarena.h:51: error: ‘size_t’ has not been declared
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:114,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/modsupport.h:33: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/modsupport.h:33: error: ‘Py_ssize_t’ has not been declared
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:115,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:28: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:28: error: expected primary-expression before ‘,’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:28: error: expected primary-expression before ‘const’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:28: error: expected primary-expression before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:28: error: expected primary-expression before ‘)’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:28: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:30: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:30: error: ‘fp’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:31: error: expected primary-expression before ‘const’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:32: error: expected primary-expression before ‘int’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:33: error: expected primary-expression before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:33: error: ‘flags’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:33: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:35: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:35: error: ‘fp’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:36: error: expected primary-expression before ‘const’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:37: error: expected primary-expression before ‘int’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:38: error: expected primary-expression before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:38: error: ‘flags’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:38: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:40: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:40: error: ‘fp’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:41: error: expected primary-expression before ‘const’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:42: error: expected primary-expression before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:42: error: ‘flags’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:42: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:44: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:44: error: ‘fp’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:45: error: expected primary-expression before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:45: error: ‘filename’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:46: error: expected primary-expression before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:46: error: ‘flags’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:46: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:48: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:48: error: ‘fp’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:49: error: expected primary-expression before ‘const’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:50: error: expected primary-expression before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:50: error: ‘flags’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:50: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:65: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:65: error: ‘fp’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:66: error: expected primary-expression before ‘const’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:67: error: expected primary-expression before ‘const’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:68: error: expected primary-expression before ‘int’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:69: error: expected primary-expression before ‘char’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:70: error: expected primary-expression before ‘char’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:71: error: expected primary-expression before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:71: error: ‘flags’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:72: error: expected primary-expression before ‘int’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:73: error: expected primary-expression before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:73: error: ‘arena’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:73: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:75: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:75: error: ‘fp’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:76: error: expected primary-expression before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:76: error: ‘filename’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:77: error: expected primary-expression before ‘const’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:78: error: expected primary-expression before ‘int’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:79: error: expected primary-expression before ‘char’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:80: error: expected primary-expression before ‘char’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:81: error: expected primary-expression before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:81: error: ‘flags’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:82: error: expected primary-expression before ‘int’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:83: error: expected primary-expression before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:83: error: ‘arena’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:83: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:97: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:97: error: expected primary-expression before ‘,’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:97: error: expected primary-expression before ‘const’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:98: error: expected primary-expression before ‘int’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:98: error: expected primary-expression before ‘int’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:98: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:105: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:105: error: ‘fp’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:106: error: expected primary-expression before ‘const’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:107: error: expected primary-expression before ‘int’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:108: error: expected primary-expression before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:108: error: ‘globals’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:109: error: expected primary-expression before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:109: error: ‘locals’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:110: error: expected primary-expression before ‘int’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:111: error: expected primary-expression before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:111: error: ‘flags’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:111: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:169: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:169: error: expected primary-expression before ‘,’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:169: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:169: error: expected primary-expression before ‘,’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:169: error: expected primary-expression before ‘const’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:169: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:172: warning: ‘PyOS_ReadlineFunctionPointer’ initialized and declared ‘extern’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:172: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:172: error: expected primary-expression before ‘,’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:172: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:172: error: expected primary-expression before ‘,’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:172: error: expected primary-expression before ‘const’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pythonrun.h:172: error: initializer expression list treated as compound expression
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:116,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pylifecycle.h:49: error: ‘FILE’ was not declared in this scope
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pylifecycle.h:49: error: expected primary-expression before ‘,’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pylifecycle.h:49: error: expected primary-expression before ‘const’
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pylifecycle.h:49: error: initializer expression list treated as compound expression
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pylifecycle.h:119: error: ‘Py_ssize_t’ has not been declared
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:117,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/ceval.h:205: error: ‘Py_ssize_t’ has not been declared
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:118,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/sysmodule.h:37: error: ‘size_t’ does not name a type
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:122,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:402: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:413: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:418: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:466: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:489: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:504: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:536: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:551: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:554: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:582: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:583: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:594: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:795: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:950: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:958: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:970: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:978: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:985: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:985: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:993: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:1001: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:1009: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:1009: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:1018: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:1018: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:1076: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:1095: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:1122: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:1141: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:1161: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:1171: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:1276: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:1277: error: expected ‘,’ or ‘...’ before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:1277: error: ISO C++ forbids declaration of ‘Py_ssize_t’ with no type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:1278: error: ‘Py_ssize_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:1279: error: expected ‘,’ or ‘...’ before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/abstract.h:1279: error: ISO C++ forbids declaration of ‘Py_ssize_t’ with no type
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:130,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/pystrcmp.h:8: error: ‘Py_ssize_t’ has not been declared
    In file included from /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/Python.h:132,
                     from MeCab_wrap.cxx:149:
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/fileutils.h:12: error: ‘size_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/fileutils.h:16: error: ‘size_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/fileutils.h:65: error: expected constructor, destructor, or type conversion before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/fileutils.h:69: error: expected constructor, destructor, or type conversion before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/fileutils.h:73: error: expected constructor, destructor, or type conversion before ‘*’ token
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/fileutils.h:77: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/fileutils.h:82: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/fileutils.h:87: error: ‘Py_ssize_t’ does not name a type
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/fileutils.h:96: error: ‘size_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/fileutils.h:103: error: ‘size_t’ has not been declared
    /Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m/fileutils.h:108: error: ‘size_t’ has not been declared
    MeCab_wrap.cxx:358: error: ‘size_t’ does not name a type
    MeCab_wrap.cxx: In function ‘int SWIG_TypeEquiv(const char*, const char*)’:
    MeCab_wrap.cxx:390: error: ‘strlen’ was not declared in this scope
    MeCab_wrap.cxx: In function ‘int SWIG_TypeCompare(const char*, const char*)’:
    MeCab_wrap.cxx:409: error: ‘strlen’ was not declared in this scope
    MeCab_wrap.cxx: In function ‘swig_cast_info* SWIG_TypeCheck(const char*, swig_type_info*)’:
    MeCab_wrap.cxx:430: error: ‘strcmp’ was not declared in this scope
    MeCab_wrap.cxx: In function ‘const char* SWIG_TypePrettyName(const swig_type_info*)’:
    MeCab_wrap.cxx:516: error: ‘NULL’ was not declared in this scope
    MeCab_wrap.cxx:517: error: ‘NULL’ was not declared in this scope
    MeCab_wrap.cxx: In function ‘swig_type_info* SWIG_MangledTypeQueryModule(swig_module_info*, swig_module_info*, const char*)’:
    MeCab_wrap.cxx:567: error: ‘struct swig_module_info’ has no member named ‘size’
    MeCab_wrap.cxx:568: error: ‘size_t’ does not name a type
    MeCab_wrap.cxx:569: error: ‘size_t’ does not name a type
    MeCab_wrap.cxx:572: error: ‘size_t’ does not name a type
    MeCab_wrap.cxx:573: error: ‘i’ was not declared in this scope
    MeCab_wrap.cxx:575: error: ‘strcmp’ was not declared in this scope
    MeCab_wrap.cxx:580: error: ‘r’ was not declared in this scope
    MeCab_wrap.cxx:585: error: ‘l’ was not declared in this scope
    MeCab_wrap.cxx:590: error: ‘l’ was not declared in this scope
    MeCab_wrap.cxx:590: error: ‘r’ was not declared in this scope
    MeCab_wrap.cxx: In function ‘swig_type_info* SWIG_TypeQueryModule(swig_module_info*, swig_module_info*, const char*)’:
    MeCab_wrap.cxx:619: error: ‘size_t’ does not name a type
    MeCab_wrap.cxx:620: error: ‘i’ was not declared in this scope
    MeCab_wrap.cxx:620: error: ‘struct swig_module_info’ has no member named ‘size’
    MeCab_wrap.cxx: At global scope:
    MeCab_wrap.cxx:636: error: ‘size_t’ has not been declared
    MeCab_wrap.cxx:652: error: ‘size_t’ has not been declared
    MeCab_wrap.cxx:680: error: ‘size_t’ has not been declared
    MeCab_wrap.cxx: In function ‘char* SWIG_PackVoidPtr(char*, void*, const char*, int)’:
    MeCab_wrap.cxx:682: warning: comparison between signed and unsigned integer expressions
    MeCab_wrap.cxx:685: error: ‘strlen’ was not declared in this scope
    MeCab_wrap.cxx:686: error: ‘strcpy’ was not declared in this scope
    MeCab_wrap.cxx: In function ‘const char* SWIG_UnpackVoidPtr(const char*, void**, const char*)’:
    MeCab_wrap.cxx:693: error: ‘strcmp’ was not declared in this scope
    MeCab_wrap.cxx: At global scope:
    MeCab_wrap.cxx:704: error: ‘size_t’ has not been declared
    MeCab_wrap.cxx:704: error: ‘size_t’ has not been declared
    MeCab_wrap.cxx: In function ‘char* SWIG_PackDataName(char*, void*, int, const char*, int)’:
    MeCab_wrap.cxx:706: error: ‘size_t’ was not declared in this scope
    MeCab_wrap.cxx:706: error: expected `;' before ‘lname’
    MeCab_wrap.cxx:707: error: ‘lname’ was not declared in this scope
    MeCab_wrap.cxx:710: error: ‘lname’ was not declared in this scope
    MeCab_wrap.cxx:711: error: ‘strncpy’ was not declared in this scope
    MeCab_wrap.cxx: At global scope:
    MeCab_wrap.cxx:719: error: ‘size_t’ has not been declared
    MeCab_wrap.cxx: In function ‘const char* SWIG_UnpackDataName(const char*, void*, int, const char*)’:
    MeCab_wrap.cxx:721: error: ‘strcmp’ was not declared in this scope
    MeCab_wrap.cxx:722: error: ‘memset’ was not declared in this scope
    MeCab_wrap.cxx: In function ‘char* SWIG_Python_str_AsChar(PyObject*)’:
    MeCab_wrap.cxx:793: error: ‘Py_ssize_t’ was not declared in this scope
    MeCab_wrap.cxx:793: error: expected `;' before ‘len’
    MeCab_wrap.cxx:795: error: ‘len’ was not declared in this scope
    MeCab_wrap.cxx:796: error: ‘malloc’ was not declared in this scope
    MeCab_wrap.cxx:797: error: ‘memcpy’ was not declared in this scope
    MeCab_wrap.cxx:798: error: ‘NULL’ was not declared in this scope
    MeCab_wrap.cxx:798: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx: In function ‘void SWIG_Python_AddErrorMsg(const char*)’:
    MeCab_wrap.cxx:1026: error: ‘NULL’ was not declared in this scope
    MeCab_wrap.cxx:1026: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx:1029: error: ‘free’ was not declared in this scope
    MeCab_wrap.cxx:1030: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx:1031: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx: In function ‘void SWIG_Python_SetErrorObj(PyObject*, PyObject*)’:
    MeCab_wrap.cxx:1218: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx: In function ‘void SWIG_Python_SetConstant(PyObject*, const char*, PyObject*)’:
    MeCab_wrap.cxx:1255: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx: In function ‘PyObject* SWIG_Python_AppendOutput(PyObject*, PyObject*)’:
    MeCab_wrap.cxx:1268: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx:1273: error: ‘PyList_New’ cannot be used as a function
    MeCab_wrap.cxx:1277: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx: At global scope:
    MeCab_wrap.cxx:1308: error: ‘Py_ssize_t’ has not been declared
    MeCab_wrap.cxx:1308: error: ‘Py_ssize_t’ has not been declared
    MeCab_wrap.cxx: In function ‘int SWIG_Python_UnpackTuple(PyObject*, const char*, int, int, PyObject**)’:
    MeCab_wrap.cxx:1331: error: ‘Py_ssize_t’ does not name a type
    MeCab_wrap.cxx:1332: error: ‘l’ was not declared in this scope
    MeCab_wrap.cxx: In function ‘PyObject* SWIG_Py_Void()’:
    MeCab_wrap.cxx:1422: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx: In function ‘SwigPyClientData* SwigPyClientData_New(PyObject*)’:
    MeCab_wrap.cxx:1459: error: ‘malloc’ was not declared in this scope
    MeCab_wrap.cxx:1462: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx:1467: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx:1475: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx:1476: error: ‘PyTuple_New’ cannot be used as a function
    MeCab_wrap.cxx:1481: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx:1491: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx: In function ‘void SwigPyClientData_Del(SwigPyClientData*)’:
    MeCab_wrap.cxx:1509: error: ‘NULL’ was not declared in this scope
    MeCab_wrap.cxx:1509: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx:1510: error: ‘NULL’ was not declared in this scope
    MeCab_wrap.cxx:1510: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx:1511: error: ‘NULL’ was not declared in this scope
    MeCab_wrap.cxx:1511: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx: In function ‘PyObject* SwigPyObject_format(const char*, SwigPyObject*)’:
    MeCab_wrap.cxx:1536: error: ‘NULL’ was not declared in this scope
    MeCab_wrap.cxx:1537: error: ‘PyTuple_New’ cannot be used as a function
    MeCab_wrap.cxx:1547: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx:1549: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx: At global scope:
    MeCab_wrap.cxx:1595: error: ‘FILE’ has not been declared
    MeCab_wrap.cxx: In function ‘int SwigPyObject_print(SwigPyObject*, int*, int)’:
    MeCab_wrap.cxx:1605: error: ‘fputs’ was not declared in this scope
    MeCab_wrap.cxx:1606: error: ‘free’ was not declared in this scope
    MeCab_wrap.cxx:1607: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx: In function ‘PyObject* SwigPyObject_richcompare(SwigPyObject*, SwigPyObject*, int)’:
    MeCab_wrap.cxx:1636: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx: In function ‘int SwigPyObject_Check(PyObject*)’:
    MeCab_wrap.cxx:1674: error: ‘strcmp’ was not declared in this scope
    MeCab_wrap.cxx: In function ‘void SwigPyObject_dealloc(PyObject*)’:
    MeCab_wrap.cxx:1696: error: ‘NULL’ was not declared in this scope
    MeCab_wrap.cxx:1697: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx:1700: error: ‘NULL’ was not declared in this scope
    MeCab_wrap.cxx:1703: error: ‘NULL’ was not declared in this scope
    MeCab_wrap.cxx:1703: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx:1708: error: ‘printf’ was not declared in this scope
    MeCab_wrap.cxx:1712: error: ‘NULL’ was not declared in this scope
    MeCab_wrap.cxx:1712: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx: In function ‘PyObject* SwigPyObject_append(PyObject*, PyObject*)’:
    MeCab_wrap.cxx:1726: error: ‘NULL’ was not declared in this scope
    MeCab_wrap.cxx:1729: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx: In function ‘PyObject* SwigPyObject_next(PyObject*)’:
    MeCab_wrap.cxx:1742: error: ‘struct _object’ has no member named ‘ob_refcnt’
    MeCab_wrap.cxx: In function ‘PyObject* SwigPyObject_own(PyObject*, PyObject*)’:
    MeCab_wrap.cxx:1783: error: ‘NULL’ was not declared in this scope
    MeCab_wrap.cxx: In function ‘PyTypeObject* SwigPyObject_TypeOnce()’:
    MeCab_wrap.cxx:1896: error: ‘NULL’ was not declared in this scope
    MeCab_wrap.cxx:1921: error: ‘hashfunc’ was not declared in this scope
    MeCab_wrap.cxx:1921: error: expected `}' before numeric constant
    MeCab_wrap.cxx:1921: error: too many initializers for ‘PyObject’
    MeCab_wrap.cxx:1921: error: too many initializers for ‘PyVarObject’
    MeCab_wrap.cxx:1921: error: invalid conversion from ‘int’ to ‘_typeobject*’
    MeCab_wrap.cxx:1921: error: invalid conversion from ‘long unsigned int’ to ‘void (*)(PyObject*)’
    MeCab_wrap.cxx:1921: error: invalid conversion from ‘void (*)(PyObject*)’ to ‘PyObject* (*)(PyObject*, char*)’
    MeCab_wrap.cxx:1921: error: invalid conversion from ‘int (*)(PyObject*, int*, int)’ to ‘int (*)(PyObject*, char*, PyObject*)’
    MeCab_wrap.cxx:1921: error: cannot convert ‘PyObject* (*)(PyObject*, char*)’ to ‘PyAsyncMethods*’ in initialization
    MeCab_wrap.cxx:1921: error: invalid conversion from ‘int (*)(PyObject*, char*, PyObject*)’ to ‘PyObject* (*)(PyObject*)’
    MeCab_wrap.cxx:1921: error: cannot convert ‘PyObject* (*)(PyObject*)’ to ‘PySequenceMethods*’ in initialization
    MeCab_wrap.cxx:1921: error: cannot convert ‘PyNumberMethods*’ to ‘PyMappingMethods*’ in initialization
    MeCab_wrap.cxx:1921: error: expected ‘,’ or ‘;’ before numeric constant
    MeCab_wrap.cxx:1893: warning: unused variable ‘tmp’
    MeCab_wrap.cxx:1965: error: ‘tmp’ was not declared in this scope
    MeCab_wrap.cxx:1971: error: ‘NULL’ was not declared in this scope
    MeCab_wrap.cxx:1842: warning: unused variable ‘swigobject_doc’
    MeCab_wrap.cxx: At global scope:
    MeCab_wrap.cxx:1974: error: expected unqualified-id before ‘return’
    MeCab_wrap.cxx: In function ‘PyObject* SwigPyObject_New(void*, swig_type_info*, int)’:
    MeCab_wrap.cxx:1980: error: ‘struct _typeobject’ has no member named ‘tp_basicsize’
    MeCab_wrap.cxx:1980: error: ‘PyObject_Malloc’ cannot be used as a function
    MeCab_wrap.cxx: At global scope:
    MeCab_wrap.cxx:1998: error: ‘size_t’ does not name a type
    MeCab_wrap.cxx:2002: error: ‘FILE’ has not been declared
    MeCab_wrap.cxx: In function ‘int SwigPyPacked_print(SwigPyPacked*, int*, int)’:
    MeCab_wrap.cxx:2005: error: ‘fputs’ was not declared in this scope
    MeCab_wrap.cxx:2006: error: ‘struct SwigPyPacked’ has no member named ‘size’
    MeCab_wrap.cxx: In function ‘PyObject* SwigPyPacked_repr(SwigPyPacked*)’:
    MeCab_wrap.cxx:2019: error: ‘struct SwigPyPacked’ has no member named ‘size’
    MeCab_wrap.cxx: In function ‘PyObject* SwigPyPacked_str(SwigPyPacked*)’:
    MeCab_wrap.cxx:2030: error: ‘struct SwigPyPacked’ has no member named ‘size’
    MeCab_wrap.cxx: In function ‘int SwigPyPacked_compare(SwigPyPacked*, SwigPyPacked*)’:
    MeCab_wrap.cxx:2040: error: ‘size_t’ was not declared in this scope
    MeCab_wrap.cxx:2040: error: expected `;' before ‘i’
    MeCab_wrap.cxx:2041: error: expected `;' before ‘j’
    MeCab_wrap.cxx:2042: error: ‘i’ was not declared in this scope
    MeCab_wrap.cxx:2042: error: ‘j’ was not declared in this scope
    MeCab_wrap.cxx:2043: error: ‘struct SwigPyPacked’ has no member named ‘size’
    MeCab_wrap.cxx:2043: error: ‘strncmp’ was not declared in this scope
    MeCab_wrap.cxx: In function ‘int SwigPyPacked_Check(PyObject*)’:
    MeCab_wrap.cxx:2057: error: ‘strcmp’ was not declared in this scope
    MeCab_wrap.cxx: In function ‘void SwigPyPacked_dealloc(PyObject*)’:
    MeCab_wrap.cxx:2065: error: ‘free’ was not declared in this scope
    MeCab_wrap.cxx: In function ‘PyTypeObject* SwigPyPacked_TypeOnce()’:
    MeCab_wrap.cxx:2079: error: ‘NULL’ was not declared in this scope
    MeCab_wrap.cxx:2100: error: ‘hashfunc’ was not declared in this scope
    MeCab_wrap.cxx:2100: error: expected `}' before numeric constant
    MeCab_wrap.cxx:2100: error: too many initializers for ‘PyObject’
    MeCab_wrap.cxx:2100: error: too many initializers for ‘PyVarObject’
    MeCab_wrap.cxx:2100: error: invalid conversion from ‘int’ to ‘_typeobject*’
    MeCab_wrap.cxx:2100: error: invalid conversion from ‘long unsigned int’ to ‘void (*)(PyObject*)’
    MeCab_wrap.cxx:2100: error: invalid conversion from ‘void (*)(PyObject*)’ to ‘PyObject* (*)(PyObject*, char*)’
    MeCab_wrap.cxx:2100: error: invalid conversion from ‘int (*)(PyObject*, int*, int)’ to ‘int (*)(PyObject*, char*, PyObject*)’
    MeCab_wrap.cxx:2100: error: cannot convert ‘PyObject* (*)(PyObject*, char*)’ to ‘PyAsyncMethods*’ in initialization
    MeCab_wrap.cxx:2100: error: invalid conversion from ‘int (*)(PyObject*, char*, PyObject*)’ to ‘PyObject* (*)(PyObject*)’
    MeCab_wrap.cxx:2100: error: cannot convert ‘PyObject* (*)(PyObject*)’ to ‘PySequenceMethods*’ in initialization
    MeCab_wrap.cxx:2100: error: expected ‘,’ or ‘;’ before numeric constant
    MeCab_wrap.cxx:2076: warning: unused variable ‘tmp’
    MeCab_wrap.cxx:2144: error: ‘tmp’ was not declared in this scope
    MeCab_wrap.cxx:2150: error: ‘NULL’ was not declared in this scope
    MeCab_wrap.cxx:2072: warning: unused variable ‘swigpacked_doc’
    MeCab_wrap.cxx: At global scope:
    MeCab_wrap.cxx:2153: error: expected unqualified-id before ‘return’
    MeCab_wrap.cxx:2154: error: expected declaration before ‘}’ token
    MeCab_wrap.cxx:1810: warning: ‘swigobject_methods’ defined but not used
    fatal error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo: can't figure out the architecture type of: /var/folders/09/pk4xc6zd0wqcymqd__j607c00000gn/T//ccgm6TYT.out
    error: command 'gcc-4.2' failed with exit status 1
    
    ----------------------------------------
Command "/Library/Frameworks/Python.framework/Versions/3.5/bin/python3.5 -u -c "import setuptools, tokenize;__file__='/private/var/folders/09/pk4xc6zd0wqcymqd__j607c00000gn/T/pip-build-_965c_rc/mecab-python3/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/09/pk4xc6zd0wqcymqd__j607c00000gn/T/pip-q9q2j10i-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/var/folders/09/pk4xc6zd0wqcymqd__j607c00000gn/T/pip-build-_965c_rc/mecab-python3/