-
Notifications
You must be signed in to change notification settings - Fork 134
Debian issues with libclang #78
Comments
Seems strange. I can't reproduce the problem with your example on my machine. Can you please attach the |
Looks like yavide missed lib.
My libclang.so located here
|
Yes, it seems that is the case. If you look at the attached installation log, you will see that the To override that setting you should simply edit your local This should fix your problem. |
Nope, error still here.
|
Alright, now I realized there is something from installation log I can actually understand :)
Can you run the following on your machine and c/p the output here:
|
No output lol.
|
Well, then that seems to be the problem as far as I can tell. Try to get this symbolic link into the correct path by i.e. reinstalling the libclang devel package (or some other step which is relevant to this problem for your distro) or create that symbolic link yourself. I would prefer to do in a right way, i.e. something on a track of the first option but if you want to a quick hack you can do the second one (which will break once you update the version of your |
Well, looks like symlinks is only way now.
|
This looks like your Python bindings for |
Libclang deps on debian installed by command |
I am not sure why is that so that you are missing Maybe installing Python bindings for libclang will help? |
Nope. |
That's unfortunate but there must be a way to do it. Sorry that I can't help you more than this, I haven't got a Debian system at my place. |
Had the same issue.
and creating symbolic link as well:
|
Yes, I could approve it, everything look fine |
Just installed fresh instance of yavide.
Clang autoformat doesnt working.
For example, here my project scheme.
.clang-format file was created with command
clang-format -style=llvm -dump-config > .clang-format
And in yavide my test.cpp looks like this
and doesnt change after saving.
When I manually run command, the file is properly formatted
zealot@zealot:~/test1/src$ clang-format -i test.cpp
How could I fix the problem?
My installation log in attach.
log.txt
The text was updated successfully, but these errors were encountered: