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: GPL
Submitter: vinipsmaker
Maintainer: None
Last Packager: inator
Votes: 1
Popularity: 0.000000
First Submitted: 2013-06-18 06:31 (UTC)
Last Updated: 2018-09-28 13:55 (UTC)

Latest Comments

inator commented on 2018-09-27 08:24 (UTC)

The dependency auto-complete has moved to emacs-auto-complete.

Please update the PKGBUILD.

ewaller commented on 2014-08-25 06:24 (UTC)

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 (UTC)

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 (UTC)

Done: https://github.com/Golevka/emacs-clang-complete-async/issues/74

vinipsmaker commented on 2014-07-28 03:19 (UTC)

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 (UTC)

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