Package Details: arduino-ctags 5.8_arduino11-4

Git Clone URL: https://aur.archlinux.org/arduino-ctags.git (read-only, click to copy)
Package Base: arduino-ctags
Description: A mix of ctags and anjuta-tags for the perfect C++ ctags
Upstream URL: https://github.com/arduino/ctags
Licenses: GPL
Submitter: arojas
Maintainer: None
Last Packager: arojas
Votes: 3
Popularity: 2.24
First Submitted: 2025-03-31 17:18 (UTC)
Last Updated: 2025-03-31 17:18 (UTC)

Latest Comments

greyltc commented on 2025-08-24 17:33 (UTC)

fails to build for me with

gcc -I. -I. -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection         -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/build/arduino-ctags/src=/usr/src/debug/arduino-ctags -flto=auto -c args.c
In file included from /usr/include/features.h:524,
                 from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:28,
                 from args.c:17:
/usr/include/sys/cdefs.h:491:61: error: missing ‘)’ after ‘__has_attribute’
  491 | #if __GNUC_PREREQ (2,7) || __glibc_has_attribute (__unused__)
      |                                                             ^
general.h:60:36: error: missing binary operator before token ‘(’
   60 | # define __unused__  __attribute__((unused))
      |                                    ^
make: *** [Makefile:220: args.o] Error 1