Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Reloading plugin /home/zaibon/.config/sublime-text-2/Packages/SublimeClang/errormarkers.py
- Reloading plugin /home/zaibon/.config/sublime-text-2/Packages/SublimeClang/sublimeclang.py
- Traceback (most recent call last):
- File "./clang/cindex.py", line 117, in get_cindex_library
- return cdll.LoadLibrary("libclang.so")
- File "/opt/SublimeText2/lib/python2.6/ctypes/__init__.py", line 431, in LoadLibrary
- return self._dlltype(name)
- File "/opt/SublimeText2/lib/python2.6/ctypes/__init__.py", line 353, in __init__
- self._handle = _dlopen(self._name, mode)
- OSError: libLLVM-3.0.so: Ne peut ouvrir le fichier d'objet partagé: Aucun fichier ou dossier de ce type
- 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.
- Once installed, you need to copy libclang.so into the root of this plugin. See http://github.com/quarnster/SublimeClang for more details.
- Traceback (most recent call last):
- File "./sublime_plugin.py", line 57, in reload_plugin
- File "./sublimeclang.py", line 33, in <module>
- from clang import cindex
- File "./clang/cindex.py", line 1233, in <module>
- _clang_getNumDiagnostics = lib.clang_getNumDiagnostics
- AttributeError: 'NoneType' object has no attribute 'clang_getNumDiagnostics'
- found 9 files for base name Default.sublime-keymap
- found 6 files for base name Main.sublime-menu
- theme loaded
Advertisement
Add Comment
Please, Sign In to add comment