clang-complete Questions
5
I am using Linux Mint and I installed clang_complete using the makefile from Clang Complete, but it does not work. When I open a cpp file, there is an error message:
Loading libclang failed, comple...
Ferrari asked 29/3, 2014 at 16:54
5
Solved
I looked in the usual places (/usr/lib/,/Developer/usr/lib/,/usr/local/lib), and it isn't there.
If it isn't installed, does anyone know where I can find instructions to install it?
Thanks!
I'm ...
Wacker asked 14/5, 2011 at 8:0
2
I am using Vim 8.0 with Python3 and myint/ClangComplete for C/C++ completions. SDL_<tab> suggests every function and type from SDL. Is there any way to limit suggestions to SDL_EventType type...
Mise asked 9/2, 2017 at 4:49
3
Solved
Is it possible to print the complete *CFLAGS and *CXX_FLAGS of a CMake project (of all targets?)?
I tried looking in CMakeCache.txt after configuring and building the project, but all the *C*FLAGS...
Abranchiate asked 19/9, 2017 at 14:40
4
Solved
I'm using CMake to genenerate my Makefile's however I cannot generate the .clang_complete using the standard
make CC='~/.vim/bin/cc_args.py gcc' CXX='~/.vim/bin/cc_args.py g++' -B
nothing gets ...
Mattias asked 28/1, 2013 at 23:23
2
So after playing around with omnicpp, gccsense and clang_complete I couldn't get any of them to work. So I apt-get purge vim-* and tried again to install clang_complete, but without success.
Here'...
Lowther asked 21/4, 2012 at 13:49
2
Solved
I'm wanting to setup my CMakeLists.txt file so that it can generate the .clang_complete file required by the vim plugin clang_complete.
Ordinarily, you would do this by passing a parameter to the ...
Arabela asked 21/2, 2013 at 11:45
1
Solved
I am using 64-bit Vim on windows, this version by Haroogan:
+python27
+python33
+huge
I am trying to use clang_complete, so I took the libclang.dll library here and I set up my vimrc correctly. ...
Official asked 14/9, 2013 at 11:40
2
Solved
I'm trying to make clang_complete and neocomplcache to play along nicely. My problem is that when I open a cpp, c, objc or objcpp file I get the following error from neocomplcache
completefunc=Cla...
Weightlessness asked 19/10, 2012 at 13:16
3
Solved
I like using clang with vim.
The one problem that I always have is that whenever I include boost, clang goes through boost library every time I put "." after a an object name. It takes 5-10 secon...
Yuonneyup asked 10/5, 2012 at 20:12
2
I installed clang_complete for vim,but it doesn't work. For example: When I typed std:: in a c++ file with vim, the bottom of vim's window shows that:
User defined completion (^U^N^P) Pattern not ...
Fundy asked 5/6, 2012 at 16:28
2
Solved
I've been using omniCppComplete + ctags for a while, and want to make a further improvement on the code completion.
According to the suggestion in here [1], gccsense and clang_complete seems to be...
Spaceship asked 28/3, 2011 at 4:46
1
© 2022 - 2025 — McMap. All rights reserved.