bbchung / clighter8

VIM C++ semantic syntax highlight plugin
GNU General Public License v3.0
48 stars 3 forks source link

macOS start clighter8 fail #12

Open tracyone opened 6 years ago

tracyone commented 6 years ago
 let g:clighter8_libclang_path='/Library/Developer/CommandLineTools/usr/lib/libclang.dylib'

2017-12-27 21:41:48,810 - INFO - server start at 127.0.0.1:8787 2017-12-27 21:41:48,852 - INFO - accept a vim client 2017-12-27 21:41:48,854 - INFO - config libclang path 2017-12-27 21:41:48,859 - ERROR - dlsym(0x7fa592e5f760, clang_EnumDecl_isScoped): symbol not found. Please ensure that your python bindings are compatible with your libclang.so version. 2017-12-27 21:41:48,860 - INFO - a client has left(0 clients remains) 2017-12-27 21:41:48,860 - INFO - going to exit if there is no new client comes in 10 seconds 2017-12-27 21:41:58,865 - INFO - server shutdown

librehat commented 6 years ago

I get a similar error complaining the python bindings are not compatible. However, I've installed clang and python2-clang via system's package manager and they have the exact same version.