It looks like clang-completer is not built by default now. "NOT using libclang, no semantic completion for C/C++/ObjC will be available"
Would anyone mind to add -DUSE_CLANG_COMPLETER=ON?
Git Clone URL: | https://aur.archlinux.org/vim-youcompleteme-git.git (read-only, click to copy) |
---|---|
Package Base: | vim-youcompleteme-git |
Description: | A code-completion engine for Vim |
Upstream URL: | https://ycm-core.github.io/YouCompleteMe/ |
Keywords: | completion engine neovim vim ycm |
Licenses: | GPL3 |
Groups: | vim-plugins |
Submitter: | thestinger |
Maintainer: | artafinde |
Last Packager: | artafinde |
Votes: | 170 |
Popularity: | 0.50 |
First Submitted: | 2013-02-05 21:32 (UTC) |
Last Updated: | 2024-08-19 15:53 (UTC) |
« First ‹ Previous 1 .. 10 11 12 13 14 15 16 17 18 19 20 .. 53 Next › Last »
It looks like clang-completer is not built by default now. "NOT using libclang, no semantic completion for C/C++/ObjC will be available"
Would anyone mind to add -DUSE_CLANG_COMPLETER=ON?
@Trent Thanks for the changes! Looks good to me!
Hello, there are several changes to the ycmd submodule now, that seem to require changes to prepare() and package(). Kind regards! https://pastebin.com/raw/KME34qzJ
@ak-il @Trent thanks for pointing those out! PKGBUILD updated!
@cgorichanaz: read about the -i flag of makepkg: https://wiki.archlinux.org/index.php/Makepkg#Usage
I needed to first install mono:
==> Making package: vim-youcompleteme-git r2451.a53ccefc-1 (Sat 19 Jan 2019 01:53:05 PM PST)
==> Checking runtime dependencies...
==> Missing dependencies:
-> mono
git+<https://github.com/defnull/bottle.git>
has been moved to git+<https://github.com/bottlepy/bottle.git>
.
Hello, there is another change to a submodule. Kind regards!
https://pastebin.com/yayK2Yrc
or, sed -i.bak 's/kennethreitz/requests/g' PKGBUILD
@urxvtcd-256 looks good to me! Thanks for the patch!
Pinned Comments
artafinde commented on 2021-04-10 13:03 (UTC)
If you want to use system's abseil set the
_use_system_abseil
toON
- default is to download from internet during build.