It looks like there is no longer an autoload directory in the src. I am getting an error due to the following line in the PKGBUILD saying that it cannot stat autoload/snippets
install -D -m 644 autoload/snippets/* ${pkgdir}/usr/share/vim/vimfiles/autoload/snippets
Search Criteria
Package Details: vim-clang-complete-git v1.8.r334.gc7f5673-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/vim-clang-complete-git.git (read-only, click to copy) |
---|---|
Package Base: | vim-clang-complete-git |
Description: | Plugin which uses clang for accurately completing C and C++ code. Git version. |
Upstream URL: | https://github.com/Rip-Rip/clang_complete |
Licenses: | custom |
Conflicts: | vim-clang-complete |
Submitter: | dobo |
Maintainer: | None |
Last Packager: | adam900710 |
Votes: | 29 |
Popularity: | 0.000000 |
First Submitted: | 2011-11-15 00:31 (UTC) |
Last Updated: | 2016-09-19 07:43 (UTC) |
Dependencies (4)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR)
- python2AUR (python2-binAUR)
- vim (neovim-drop-inAUR, neovim-symlinksAUR, vim-cli-gitAUR, gvim-wayland-lilydjwg-gitAUR, vim-gitAUR, gvim-gtk2AUR, gvim)
- git (git-gitAUR, git-glAUR) (make)
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 2
<deleted-account> commented on 2013-03-13 15:38 (UTC)
Rocker commented on 2013-01-27 06:50 (UTC)
Hi. Here is problem with building the last version:
patching file clang_complete/plugin/clang_complete.vim
Hunk #1 FAILED at 54.
1 out of 1 hunk FAILED -- saving rejects to file clang_complete/plugin/clang_complete.vim.rej
sakalisc commented on 2012-10-29 08:14 (UTC)
Thanks. I would also suggest an install script that updates the help tags. You
can take a look at other vim plugin packages for an example.
dobo commented on 2012-10-28 22:03 (UTC)
Fixed, thanks.
sakalisc commented on 2012-10-26 09:46 (UTC)
Hello. Trying to build the latest version I get this:
patching file clang_complete/plugin/clang_complete.vim
Hunk #1 succeeded at 71 with fuzz 1 (offset 17 lines).
patching file clang_complete/autoload/getopts/gcc.vim
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- saving rejects to file clang_complete/autoload/getopts/gcc.vim.rej
dobo commented on 2012-03-29 16:38 (UTC)
Thanks, fixed it. Unfortunately this gcc script tries to create cache file in clang-complete script's directory. So i patched this file and changed path to ~/.vim. Probably it's a bad solution but couldn't find another one.
randomize46 commented on 2012-03-29 15:23 (UTC)
Package missing file https://github.com/Rip-Rip/clang_complete/tree/master/autoload/getopts/gcc.vim from original repository (used to extract gcc include paths automatically), resulting error message in clang_complete.vim:178 where autoload getopts#gcc#getopts is called on startup.
dobo commented on 2011-12-14 21:01 (UTC)
You can try new versions. It adds few lines to clang_complete.vim that set g:clang_library_path if it wasn't set.
haagch commented on 2011-12-11 16:35 (UTC)
g:clang_library_path needs to be set to "/usr/lib/llvm". Can this be done automatically by the PKGBUILD?
Pinned Comments
adam900710 commented on 2019-03-07 12:44 (UTC)
Just a recommendation for anyone who is interested in this package.
Please refer to vim-lsp-git and use clangd with compile_commands. It provides much better support (from my experience with kernel module developement).