Search Criteria
Package Details: auto-complete-clang-async 0.5-1
Git Clone URL: | https://aur.archlinux.org/auto-complete-clang-async.git (read-only, click to copy) |
---|---|
Package Base: | auto-complete-clang-async |
Description: | An emacs plugin to complete C and C++ code using libclang |
Upstream URL: | https://github.com/Golevka/emacs-clang-complete-async |
Licenses: | |
Submitter: | vinipsmaker |
Maintainer: | None |
Last Packager: | inator |
Votes: | 2 |
Popularity: | 0.015534 |
First Submitted: | 2013-06-18 06:31 |
Last Updated: | 2018-09-28 13:55 |
Dependencies (5)
- clang (clang-pypy-stm, clang39, clang38, llvm-tce, clang8, llvm-toolchain-nightly-bin, clang-rc, llvm-minimal-git, llvm-git)
- emacs (emacs-git-gtk2, guile-emacs-git, emacs-nox-24bit, emacs25-git, emacs-git-shallow, emacs-24bit, emacs26-git, emacs-lucid-git, emacs-gtk2, emacs-pretest, emacs-lucid, emacs27-git, emacs-xwidgets, emacs-native-comp-git, emacs-pgtk-native-comp-git, emacs-native-comp-git-enhanced, emacs-gcc-wayland-devel-bin, emacs-git, emacs-nox)
- emacs-auto-complete
- llvm (llvm-pypy-stm, llvm39, llvm-asserts, llvm38, llvm-tce, llvm11, llvm11-libs, llvm11-ocaml, llvm8, llvm-toolchain-nightly-bin, llvm-rc, llvm-minimal-git)
- git (git-git) (make)
Latest Comments
inator commented on 2018-09-27 08:24
The dependency auto-complete has moved to emacs-auto-complete.
Please update the PKGBUILD.
ewaller commented on 2014-08-25 06:24
Okay, I see that you are grabbing the stable release. There have been two commits since 0.5. The one we want is d75c893a53
https://github.com/Golevka/emacs-clang-complete-async/commits/master
ewaller commented on 2014-08-25 05:58
The problem had been fixed upstream, but this package build still grabs an older version that does not fix the unknown type 'FILE' issue.
Change the source line as follows:
source=("git+https://github.com/Golevka/emacs-clang-complete-async.git")
I removed the version label, perhaps there is a better way :)
vinipsmaker commented on 2014-07-28 03:24
Done: https://github.com/Golevka/emacs-clang-complete-async/issues/74
vinipsmaker commented on 2014-07-28 03:19
Thank you for the report @unhammer
I'm getting the same result. I'll report the bug to upstream developers
unhammer commented on 2014-07-18 06:04
I get
==> Starting build()...
cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -std=c99 -I/usr/include -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -fPIC -Wall -Wextra -pedantic -O3 -I./src -D_FORTIFY_SOURCE=2 -c -o src/obj/completion_serv.o ./src/completion_serv.c
In file included from ./src/completion_serv.c:3:0:
./src/completion.h:57:75: error: unknown type name ‘FILE’
void completion_printCompletionLine(CXCompletionString completion_string, FILE *fp);
^
./src/completion.h:60:72: error: unknown type name ‘FILE’
void completion_printCodeCompletionResults(CXCodeCompleteResults *res, FILE *fp);
^
makefile.mk:43: recipe for target 'src/obj/completion_serv.o' failed
make: *** [src/obj/completion_serv.o] Error 1