Zaibon

Untitled

Jan 9th, 2012
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.49 KB | None | 0 0
  1. Reloading plugin /home/zaibon/.config/sublime-text-2/Packages/SublimeClang/errormarkers.py
  2. Reloading plugin /home/zaibon/.config/sublime-text-2/Packages/SublimeClang/sublimeclang.py
  3. Traceback (most recent call last):
  4.   File "./clang/cindex.py", line 117, in get_cindex_library
  5.     return cdll.LoadLibrary("libclang.so")
  6.   File "/opt/SublimeText2/lib/python2.6/ctypes/__init__.py", line 431, in LoadLibrary
  7.     return self._dlltype(name)
  8.   File "/opt/SublimeText2/lib/python2.6/ctypes/__init__.py", line 353, in __init__
  9.     self._handle = _dlopen(self._name, mode)
  10. OSError: libLLVM-3.0.so: Ne peut ouvrir le fichier d'objet partagé: Aucun fichier ou dossier de ce type
  11. error: It looks like libclang.so couldn't be loaded. On Linux you have to compile it yourself, or install it via your package manager. Please note that this plugin uses features from clang 3.0 so make sure that is the version you have installed.
  12.  
  13. Once installed, you need to copy libclang.so into the root of this plugin. See http://github.com/quarnster/SublimeClang for more details.
  14.  
  15. Traceback (most recent call last):
  16.   File "./sublime_plugin.py", line 57, in reload_plugin
  17.   File "./sublimeclang.py", line 33, in <module>
  18.     from clang import cindex
  19.   File "./clang/cindex.py", line 1233, in <module>
  20.     _clang_getNumDiagnostics = lib.clang_getNumDiagnostics
  21. AttributeError: 'NoneType' object has no attribute 'clang_getNumDiagnostics'
  22. found 9 files for base name Default.sublime-keymap
  23. found 6 files for base name Main.sublime-menu
  24. theme loaded
Advertisement
Add Comment
Please, Sign In to add comment