bbchung / clighter8

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

[clighter8] failed to init client #4

Closed librehat closed 7 years ago

librehat commented 7 years ago

Environment: Fedora 25 LLVM-Clang 3.8.0 (I know you recommends 3.9 but we only have 3.8 on F25 at this moment) GNU Global Vim 8 (with +job and +channel)

I can't find anything interesting in logs:

2016-12-08 16:38:35,305 - INFO - server start at 127.0.0.1:8787
2016-12-08 16:38:35,334 - INFO - accept a vim client
2016-12-08 16:38:35,334 - INFO - config libclang path
2016-12-08 16:38:35,346 - INFO - a client has left(0 clients remains)
2016-12-08 16:38:35,346 - INFO - going to exit if there is no new client comes in 10 seconds
2016-12-08 16:38:45,347 - INFO - server shutdown

Any ideas?

bbchung commented 7 years ago

clighter8 uses system clang python bindings rather than bundled in up comming release, and that solves this issue, however, it means you must prepare clang python bindings in your system

jinleileiking commented 7 years ago

I got this problem..same

jinleileiking commented 7 years ago

need help for install clang-devel and python bindings.