bbchung / clighter8

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

Clighter won't start #1

Closed sabastiaan closed 8 years ago

sabastiaan commented 8 years ago

When I manually call StartClighter8 it returns "failed to init libclang"

Vim version 2334 compiled with python, but without python 3. let g:cligher8_libclang_path set to libclang-3.5 or libclang-3.8

bbchung commented 8 years ago

Is the given path absolute?, for example: let g:clighter8_libclang_path='/usr/lib/x86_64-linux-gnu/libclang-3.8.so.1'

sabastiaan commented 8 years ago

That path that you gave worked,

I used to let set it to '/usr/lib/llvm-3.x/lib/libclang-3.x.so'

thanks!