Skip to content

Instantly share code, notes, and snippets.

@mopp
Created June 21, 2013 06:07
Show Gist options
  • Save mopp/5829213 to your computer and use it in GitHub Desktop.
Save mopp/5829213 to your computer and use it in GitHub Desktop.
function <SNR>54_ClangCompleteInit..<SNR>54_initClangCompletePython の処理中にエラーが検出されました:
行 13:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Users/mopp/.vim/bundle/clang_complete/plugin/libclang.py", line 1, in <module>
from clang.cindex import *
File "/Users/mopp/.vim/bundle/clang_complete/plugin/clang/cindex.py", line 65, in <module>
from ctypes import *
File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py", line 10, in <module>
from _ctypes import Union, Structure, Array
ImportError: dlopen(/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ctypes.so, 2): Symbol not found: __PyInt_AsInt
Referenced from: /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ctypes.so
Expected in: flat namespace
in /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ctypes.so
行 29:
Traceback (most recent call last):
File "<string>", line 1, in <module>
NameError: name 'vim' is not defined
行 30:
E121: 未定義の変数です: l:res
E15: 無効な式です: l:res == 0
行 35:
Traceback (most recent call last):
File "<string>", line 1, in <module>
NameError: name 'WarmupCache' is not defined
Traceback (most recent call last):
File "<string>", line 1, in <module>
NameError: name 'WarmupCache' is not defined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment