Package Details: vim-youcompleteme-git r3216.0d855962-1

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.037315
First Submitted: 2013-02-05 21:32 (UTC)
Last Updated: 2024-08-19 15:53 (UTC)

Dependencies (19)

Required by (0)

Sources (2)

Pinned Comments

artafinde commented on 2021-04-10 13:03 (UTC)

If you want to use system's abseil set the _use_system_abseil to ON - default is to download from internet during build.

Latest Comments

« First ‹ Previous 1 .. 41 42 43 44 45 46 47 48 49 50 51 .. 53 Next › Last »

doragasu commented on 2014-09-30 15:46 (UTC)

I have the same problem, trying to build on an x64 arch install I get exactly the same 4 errors :(

MasterMax commented on 2014-09-29 08:17 (UTC)

I have installed it, but I am getting this error recently: "The ycmd server SHUT DOWN (restart with :YcmRestartServer). Stderr (last 30 lines)" Rebuilding it fixed this error on my pc (about a week ago), but I cant't rebuild it on my laptop (same system basically). I think those are the compile errors, which might help you: Errors: /tmp/yaourt-tmp-max/aur-vim-youcompleteme-git/src/YouCompleteMe/third_party/ycmd/third_party/OmniSharpServer/OmniSharp.sln (default targets) -> (Build target) -> /tmp/yaourt-tmp-max/aur-vim-youcompleteme-git/src/YouCompleteMe/third_party/ycmd/third_party/OmniSharpServer/OmniSharp/OmniSharp.csproj (default targets) -> /usr/lib/mono/4.5/Microsoft.CSharp.targets (CoreCompile target) -> Bootstrapper.cs(41,37): error CS0121: The call is ambiguous between the following methods or properties: `Nancy.AsyncNamedPipelineBase<System.Func<Nancy.NancyContext,System.Threading.CancellationToken,System.Threading.Tasks.Task<Nancy.Response>>,System.Func<Nancy.NancyContext,Nancy.Response>>.AddItemToStartOfPipeline(System.Func<Nancy.NancyContext,Nancy.Response>)' and `Nancy.AsyncNamedPipelineBase<System.Func<Nancy.NancyContext,System.Threading.CancellationToken,System.Threading.Tasks.Task<Nancy.Response>>,System.Func<Nancy.NancyContext,Nancy.Response>>.AddItemToStartOfPipeline(Nancy.PipelineItem<System.Func<Nancy.NancyContext,Nancy.Response>>, bool)' Bootstrapper.cs(42,36): error CS0121: The call is ambiguous between the following methods or properties: `Nancy.AsyncNamedPipelineBase<System.Func<Nancy.NancyContext,System.Threading.CancellationToken,System.Threading.Tasks.Task>,System.Action<Nancy.NancyContext>>.AddItemToEndOfPipeline(System.Action<Nancy.NancyContext>)' and `Nancy.AsyncNamedPipelineBase<System.Func<Nancy.NancyContext,System.Threading.CancellationToken,System.Threading.Tasks.Task>,System.Action<Nancy.NancyContext>>.AddItemToEndOfPipeline(Nancy.PipelineItem<System.Action<Nancy.NancyContext>>, bool)' Bootstrapper.cs(46,41): error CS0121: The call is ambiguous between the following methods or properties: `Nancy.AsyncNamedPipelineBase<System.Func<Nancy.NancyContext,System.Threading.CancellationToken,System.Threading.Tasks.Task<Nancy.Response>>,System.Func<Nancy.NancyContext,Nancy.Response>>.AddItemToStartOfPipeline(System.Func<Nancy.NancyContext,Nancy.Response>)' and `Nancy.AsyncNamedPipelineBase<System.Func<Nancy.NancyContext,System.Threading.CancellationToken,System.Threading.Tasks.Task<Nancy.Response>>,System.Func<Nancy.NancyContext,Nancy.Response>>.AddItemToStartOfPipeline(Nancy.PipelineItem<System.Func<Nancy.NancyContext,Nancy.Response>>, bool)' Bootstrapper.cs(47,40): error CS0121: The call is ambiguous between the following methods or properties: `Nancy.AsyncNamedPipelineBase<System.Func<Nancy.NancyContext,System.Threading.CancellationToken,System.Threading.Tasks.Task>,System.Action<Nancy.NancyContext>>.AddItemToStartOfPipeline(System.Action<Nancy.NancyContext>)' and `Nancy.AsyncNamedPipelineBase<System.Func<Nancy.NancyContext,System.Threading.CancellationToken,System.Threading.Tasks.Task>,System.Action<Nancy.NancyContext>>.AddItemToStartOfPipeline(Nancy.PipelineItem<System.Action<Nancy.NancyContext>>, bool)'

<deleted-account> commented on 2014-09-11 06:28 (UTC)

@eberan, Yes I have the same error, I have not rebuilt ycm again. At office, so cannot rebuild it now, but soon I will rebuild it and report back. Thanks.

eberan commented on 2014-09-10 23:48 (UTC)

After running pacman -Syu I got some (localhost) network connection issue with vim/youcompleteme, but no crash. After rebuilding this package, I no longer had any issue and still no crashes. Can you confirm that you've rebuilt/installed this package?

<deleted-account> commented on 2014-09-10 18:21 (UTC)

The latest clang update seems to have broken ycm. The ycm server crashes everytime vim starts

axper commented on 2014-08-19 15:47 (UTC)

Yep, C# works fine - good job! BTW for anyone wondering - see the wiki on how to set up a C# project.

eberan commented on 2014-08-18 20:49 (UTC)

I fixed the existing PKGBUILD, without removing the Mono/C# features: https://gist.github.com/eberan/e30db76386187dd3c231

axper commented on 2014-08-18 16:03 (UTC)

@CIB just comment/delete the all lines which have "OmniSharpServer" in them. Except for: mkdir -p "$pkgdir/usr/share/vim/vimfiles/third_party/ycmd/third_party/OmniSharpServer/OmniSharp" change it to: mkdir -p "$pkgdir/usr/share/vim/vimfiles/third_party/ycmd/third_party" Haven't tested myself, but should work

CIB commented on 2014-08-18 14:36 (UTC)

@eberan: Yep, I'm getting issues with OmniSharpServer as well. Since I don't personally need it, an option to just disable it would be nice.

eberan commented on 2014-08-18 07:02 (UTC)

Has anyone else had issues with OmniSharpServer not populating properly? It seems it has submodules of its own which perhaps are not being init/updated?