Created
January 24, 2021 01:52
-
-
Save masatake/590f0cc44a69786aca7cb83dd0fb1afb to your computer and use it in GitHub Desktop.
Building R-support-vector-and-nameattr branch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[jet@note]/tmp% cd /tmp | |
cd /tmp | |
[jet@note]/tmp% git clone https://github.com/universal-ctags/ctags.git | |
git clone https://github.com/universal-ctags/ctags.git | |
Cloning into 'ctags'... | |
remote: Enumerating objects: 51541, done. | |
remote: Total 51541 (delta 0), reused 0 (delta 0), pack-reused 51541 | |
Receiving objects: 100% (51541/51541), 15.94 MiB | 7.77 MiB/s, done. | |
Resolving deltas: 100% (32840/32840), done. | |
[jet@note]/tmp% cd ctags | |
cd ctags | |
[jet@note]/tmp/ctags% git checkout -b masatake-R-support-vector-and-nameattr master | |
git checkout -b masatake-R-support-vector-and-nameattr master | |
Switched to a new branch 'masatake-R-support-vector-and-nameattr' | |
[jet@note]/tmp/ctags% git pull https://github.com/masatake/ctags.git R-support-vector-and-nameattr | |
git pull https://github.com/masatake/ctags.git R-support-vector-and-nameattr | |
warning: Pulling without specifying how to reconcile divergent branches is | |
discouraged. You can squelch this message by running one of the following | |
commands sometime before your next pull: | |
git config pull.rebase false # merge (the default strategy) | |
git config pull.rebase true # rebase | |
git config pull.ff only # fast-forward only | |
You can replace "git config" with "git config --global" to set a default | |
preference for all repositories. You can also pass --rebase, --no-rebase, | |
or --ff-only on the command line to override the configured default per | |
invocation. | |
remote: Enumerating objects: 79, done. | |
remote: Counting objects: 100% (79/79), done. | |
remote: Compressing objects: 100% (43/43), done. | |
remote: Total 79 (delta 33), reused 79 (delta 33), pack-reused 0 | |
Unpacking objects: 100% (79/79), 14.12 KiB | 328.00 KiB/s, done. | |
From https://github.com/masatake/ctags | |
* branch R-support-vector-and-nameattr -> FETCH_HEAD | |
error: Terminal is dumb, but EDITOR unset | |
Not committing merge; use 'git commit' to complete the merge. | |
[jet@note]/tmp/ctags% EDITOR=emacsclient git commit | |
EDITOR=emacsclient git commit | |
hint: Waiting for your editor to close the file... | |
Waiting for Emacs... | |
[masatake-R-support-vector-and-nameattr 14ab34a7] Merge branch 'R-support-vector-and-nameattr' of https://github.com/masatake/ctags into masatake-R-support-vector-and-nameattr | |
[jet@note]/tmp/ctags% bash ./autogen.sh | |
bash ./autogen.sh | |
+ type autoreconf | |
+ type pkg-config | |
+ '[' -z '' ']' | |
+ type make | |
+ MAKE=make | |
++ make -s -f makefiles/list-optlib2c-input.mak | |
+ ctags_files='optlib/RSpec.ctags | |
optlib/cmake.ctags | |
optlib/ctags-optlib.ctags | |
optlib/elixir.ctags | |
optlib/elm.ctags | |
optlib/gdbinit.ctags | |
optlib/inko.ctags | |
optlib/kconfig.ctags | |
optlib/kotlin.ctags | |
optlib/man.ctags | |
optlib/markdown.ctags | |
optlib/meson.ctags | |
optlib/passwd.ctags | |
optlib/pod.ctags | |
optlib/qemuhx.ctags | |
optlib/puppetManifest.ctags | |
optlib/scss.ctags | |
optlib/systemtap.ctags' | |
+ autoreconf -vfi | |
autoreconf: Entering directory `.' | |
autoreconf: configure.ac: not using Gettext | |
autoreconf: running: aclocal --force -I m4 | |
autoreconf: configure.ac: tracing | |
autoreconf: configure.ac: not using Libtool | |
autoreconf: running: /usr/bin/autoconf --force | |
autoreconf: running: /usr/bin/autoheader --force | |
autoreconf: running: automake --add-missing --copy --force-missing | |
configure.ac:241: installing './compile' | |
configure.ac:35: installing './config.guess' | |
configure.ac:35: installing './config.sub' | |
configure.ac:28: installing './install-sh' | |
configure.ac:28: installing './missing' | |
Makefile.am: installing './depcomp' | |
/usr/share/automake-1.16/am/tags.am: warning: redefinition of 'ctags' ... | |
/usr/share/automake-1.16/am/program.am: ... 'ctags$(EXEEXT)' previously defined here | |
Makefile.am:38: while processing program 'ctags' | |
autoreconf: Leaving directory `.' | |
+ type perl | |
+ for i in ${ctags_files} | |
+ o=optlib/RSpec.c | |
+ echo 'optlib2c: translating optlib/RSpec.ctags to optlib/RSpec.c' | |
optlib2c: translating optlib/RSpec.ctags to optlib/RSpec.c | |
+ ./misc/optlib2c optlib/RSpec.ctags | |
+ for i in ${ctags_files} | |
+ o=optlib/cmake.c | |
+ echo 'optlib2c: translating optlib/cmake.ctags to optlib/cmake.c' | |
optlib2c: translating optlib/cmake.ctags to optlib/cmake.c | |
+ ./misc/optlib2c optlib/cmake.ctags | |
+ for i in ${ctags_files} | |
+ o=optlib/ctags-optlib.c | |
+ echo 'optlib2c: translating optlib/ctags-optlib.ctags to optlib/ctags-optlib.c' | |
optlib2c: translating optlib/ctags-optlib.ctags to optlib/ctags-optlib.c | |
+ ./misc/optlib2c optlib/ctags-optlib.ctags | |
+ for i in ${ctags_files} | |
+ o=optlib/elixir.c | |
+ echo 'optlib2c: translating optlib/elixir.ctags to optlib/elixir.c' | |
optlib2c: translating optlib/elixir.ctags to optlib/elixir.c | |
+ ./misc/optlib2c optlib/elixir.ctags | |
+ for i in ${ctags_files} | |
+ o=optlib/elm.c | |
+ echo 'optlib2c: translating optlib/elm.ctags to optlib/elm.c' | |
optlib2c: translating optlib/elm.ctags to optlib/elm.c | |
+ ./misc/optlib2c optlib/elm.ctags | |
+ for i in ${ctags_files} | |
+ o=optlib/gdbinit.c | |
+ echo 'optlib2c: translating optlib/gdbinit.ctags to optlib/gdbinit.c' | |
optlib2c: translating optlib/gdbinit.ctags to optlib/gdbinit.c | |
+ ./misc/optlib2c optlib/gdbinit.ctags | |
+ for i in ${ctags_files} | |
+ o=optlib/inko.c | |
+ echo 'optlib2c: translating optlib/inko.ctags to optlib/inko.c' | |
optlib2c: translating optlib/inko.ctags to optlib/inko.c | |
+ ./misc/optlib2c optlib/inko.ctags | |
+ for i in ${ctags_files} | |
+ o=optlib/kconfig.c | |
+ echo 'optlib2c: translating optlib/kconfig.ctags to optlib/kconfig.c' | |
optlib2c: translating optlib/kconfig.ctags to optlib/kconfig.c | |
+ ./misc/optlib2c optlib/kconfig.ctags | |
+ for i in ${ctags_files} | |
+ o=optlib/kotlin.c | |
+ echo 'optlib2c: translating optlib/kotlin.ctags to optlib/kotlin.c' | |
optlib2c: translating optlib/kotlin.ctags to optlib/kotlin.c | |
+ ./misc/optlib2c optlib/kotlin.ctags | |
+ for i in ${ctags_files} | |
+ o=optlib/man.c | |
+ echo 'optlib2c: translating optlib/man.ctags to optlib/man.c' | |
optlib2c: translating optlib/man.ctags to optlib/man.c | |
+ ./misc/optlib2c optlib/man.ctags | |
+ for i in ${ctags_files} | |
+ o=optlib/markdown.c | |
+ echo 'optlib2c: translating optlib/markdown.ctags to optlib/markdown.c' | |
optlib2c: translating optlib/markdown.ctags to optlib/markdown.c | |
+ ./misc/optlib2c optlib/markdown.ctags | |
+ for i in ${ctags_files} | |
+ o=optlib/meson.c | |
+ echo 'optlib2c: translating optlib/meson.ctags to optlib/meson.c' | |
optlib2c: translating optlib/meson.ctags to optlib/meson.c | |
+ ./misc/optlib2c optlib/meson.ctags | |
+ for i in ${ctags_files} | |
+ o=optlib/passwd.c | |
+ echo 'optlib2c: translating optlib/passwd.ctags to optlib/passwd.c' | |
optlib2c: translating optlib/passwd.ctags to optlib/passwd.c | |
+ ./misc/optlib2c optlib/passwd.ctags | |
+ for i in ${ctags_files} | |
+ o=optlib/pod.c | |
+ echo 'optlib2c: translating optlib/pod.ctags to optlib/pod.c' | |
optlib2c: translating optlib/pod.ctags to optlib/pod.c | |
+ ./misc/optlib2c optlib/pod.ctags | |
+ for i in ${ctags_files} | |
+ o=optlib/qemuhx.c | |
+ echo 'optlib2c: translating optlib/qemuhx.ctags to optlib/qemuhx.c' | |
optlib2c: translating optlib/qemuhx.ctags to optlib/qemuhx.c | |
+ ./misc/optlib2c optlib/qemuhx.ctags | |
+ for i in ${ctags_files} | |
+ o=optlib/puppetManifest.c | |
+ echo 'optlib2c: translating optlib/puppetManifest.ctags to optlib/puppetManifest.c' | |
optlib2c: translating optlib/puppetManifest.ctags to optlib/puppetManifest.c | |
+ ./misc/optlib2c optlib/puppetManifest.ctags | |
+ for i in ${ctags_files} | |
+ o=optlib/scss.c | |
+ echo 'optlib2c: translating optlib/scss.ctags to optlib/scss.c' | |
optlib2c: translating optlib/scss.ctags to optlib/scss.c | |
+ ./misc/optlib2c optlib/scss.ctags | |
+ for i in ${ctags_files} | |
+ o=optlib/systemtap.c | |
+ echo 'optlib2c: translating optlib/systemtap.ctags to optlib/systemtap.c' | |
optlib2c: translating optlib/systemtap.ctags to optlib/systemtap.c | |
+ ./misc/optlib2c optlib/systemtap.ctags | |
+ exit 0 | |
[jet@note]/tmp/ctags% ./configure | |
./configure | |
Universal Ctags, version 5.9.0 | |
Linux 5.9.16-200.fc33.x86_64 #1 SMP Mon Dec 21 14:08:22 UTC 2020 x86_64 | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking whether UID '1000' is supported by ustar format... yes | |
checking whether GID '1000' is supported by ustar format... yes | |
checking how to create a ustar tar archive... gnutar | |
checking whether make supports nested variables... (cached) yes | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking whether gcc understands -c and -o together... yes | |
checking whether make supports the include directive... yes (GNU style) | |
checking dependency style of gcc... gcc3 | |
checking for gcc option to accept ISO C99... none needed | |
checking for ranlib... ranlib | |
checking how to run the C preprocessor... gcc -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking whether byte ordering is bigendian... no | |
checking for x86_64-pc-linux-gnu-gcc... no | |
checking for gcc... gcc | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking whether gcc understands -c and -o together... yes | |
checking dependency style of gcc... gcc3 | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking for gcc option to accept ISO C99... none needed | |
checking how to run the C preprocessor... gcc -E | |
checking for cc for build... gcc | |
checking whether ln -s works... yes | |
checking for strip... strip | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for perl... no | |
checking for rst2man... /usr/bin/rst2man | |
checking whether rst2mn has --syntax-highlight option... yes | |
checking building in a git repository... yes | |
checking for git... git | |
checking for timeout... timeout | |
checking for python3... python3 | |
checking directory to use for temporary files... /tmp | |
checking for case-insensitive filenames... no | |
checking selected sort method... external sort utility | |
checking for sort... yes | |
checking if sort accepts our command line... yes | |
checking direct.h usability... no | |
checking direct.h presence... no | |
checking for direct.h... no | |
checking dirent.h usability... yes | |
checking dirent.h presence... yes | |
checking for dirent.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking io.h usability... no | |
checking io.h presence... no | |
checking for io.h... no | |
checking stat.h usability... no | |
checking stat.h presence... no | |
checking for stat.h... no | |
checking types.h usability... no | |
checking types.h presence... no | |
checking for types.h... no | |
checking for unistd.h... (cached) yes | |
checking sys/dir.h usability... yes | |
checking sys/dir.h presence... yes | |
checking for sys/dir.h... yes | |
checking for sys/stat.h... (cached) yes | |
checking for sys/types.h... (cached) yes | |
checking sys/wait.h usability... yes | |
checking sys/wait.h presence... yes | |
checking for sys/wait.h... yes | |
checking if L_tmpnam is defined in stdio.h... yes | |
checking for off_t... yes | |
checking stdbool.h usability... yes | |
checking stdbool.h presence... yes | |
checking for stdbool.h... yes | |
checking for an ANSI C-conforming const... yes | |
checking for typeof syntax and keyword spelling... typeof | |
checking if compiler supports statement expressions... yes | |
checking if struct stat contains st_ino... yes | |
checking for fnmatch... yes | |
checking fnmatch.h usability... yes | |
checking fnmatch.h presence... yes | |
checking for fnmatch.h... yes | |
checking for asprintf... yes | |
checking for strstr... yes | |
checking for strcasecmp... yes | |
checking for strncasecmp... yes | |
checking for mkstemp... yes | |
checking for opendir... yes | |
checking for strerror... yes | |
checking for truncate... yes | |
checking for setenv... yes | |
checking for regcomp... yes | |
checking if regcomp works... yes | |
checking for scandir... yes | |
checking for dirent.h... (cached) yes | |
checking for pkg-config... /usr/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for LIBXML... yes | |
checking for JANSSON... yes | |
checking for SECCOMP... yes | |
checking for LIBYAML... yes | |
configure: checking for new missing prototypes | |
checking for iconv_open or libiconv_open with -liconv... no | |
checking for iconv_open... yes | |
checking whether __environ is declared... yes | |
checking whether _NSGetEnviron is declared... no | |
checking whether strnlen is declared... yes | |
checking whether strnlen is declared for build... yes | |
checking for mblen... yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating man/ctags.1.rst | |
config.status: creating man/ctags-client-tools.7.rst | |
config.status: creating man/ctags-incompatibilities.7.rst | |
config.status: creating man/ctags-optlib.7.rst | |
config.status: creating man/ctags-lang-julia.7.rst | |
config.status: creating man/ctags-lang-python.7.rst | |
config.status: creating man/ctags-lang-verilog.7.rst | |
config.status: creating man/ctags-lang-inko.7.rst | |
config.status: creating man/readtags.1.rst | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
[jet@note]/tmp/ctags% make -j 9 | |
make -j 9 | |
REPOINFO main/repoinfo.h | |
make all-am | |
make[1]: Entering directory '/tmp/ctags' | |
OPTLIB2C optlib/RSpec.c | |
OPTLIB2C optlib/cmake.c | |
OPTLIB2C optlib/ctags-optlib.c | |
OPTLIB2C optlib/elixir.c | |
OPTLIB2C optlib/elm.c | |
OPTLIB2C optlib/gdbinit.c | |
OPTLIB2C optlib/inko.c | |
OPTLIB2C optlib/kconfig.c | |
OPTLIB2C optlib/kotlin.c | |
OPTLIB2C optlib/man.c | |
OPTLIB2C optlib/markdown.c | |
OPTLIB2C optlib/meson.c | |
OPTLIB2C optlib/passwd.c | |
OPTLIB2C optlib/pod.c | |
OPTLIB2C optlib/qemuhx.c | |
OPTLIB2C optlib/puppetManifest.c | |
OPTLIB2C optlib/scss.c | |
OPTLIB2C optlib/systemtap.c | |
CC parsers/libctags_a-maven2.o | |
CC parsers/libctags_a-dbusintrospect.o | |
CC parsers/libctags_a-glade.o | |
CC parsers/libctags_a-svg.o | |
CC parsers/libctags_a-plist.o | |
CC parsers/libctags_a-relaxng.o | |
CC parsers/libctags_a-xml.o | |
CC parsers/libctags_a-xslt.o | |
CC parsers/libctags_a-yaml.o | |
CC parsers/libctags_a-ansibleplaybook.o | |
gcc -g -O2 -DUSE_SYSTEM_STRNLEN -o packcc ./misc/packcc/packcc.c | |
CC main/libctags_a-debug.o | |
CC main/readtags-mio.o | |
CC main/mini_geany-mini-geany.o | |
RST2MAN man/ctags.1 | |
RST2MAN man/readtags.1 | |
RST2MAN man/tags.5 | |
RST2MAN man/ctags-client-tools.7 | |
RST2MAN man/ctags-incompatibilities.7 | |
RST2MAN man/ctags-optlib.7 | |
RST2MAN man/ctags-lang-julia.7 | |
RST2MAN man/ctags-lang-python.7 | |
RST2MAN man/ctags-lang-verilog.7 | |
RST2MAN man/ctags-lang-inko.7 | |
CC main/ctags-cmd.o | |
CC main/libctags_a-args.o | |
CC main/libctags_a-colprint.o | |
CC main/libctags_a-dependency.o | |
CC main/libctags_a-entry.o | |
CC main/libctags_a-entry_private.o | |
CC main/libctags_a-error.o | |
CC main/libctags_a-field.o | |
CC main/libctags_a-flags.o | |
CC main/libctags_a-fmt.o | |
CC main/libctags_a-htable.o | |
CC main/libctags_a-keyword.o | |
CC main/libctags_a-kind.o | |
CC main/libctags_a-lregex.o | |
CC main/libctags_a-lxpath.o | |
CC main/libctags_a-main.o | |
CC main/libctags_a-mbcs.o | |
CC main/libctags_a-nestlevel.o | |
CC main/libctags_a-numarray.o | |
CC main/libctags_a-objpool.o | |
CC main/libctags_a-options.o | |
CC main/libctags_a-param.o | |
CC main/libctags_a-parse.o | |
CC main/libctags_a-portable-scandir.o | |
CC main/libctags_a-promise.o | |
CC main/libctags_a-ptag.o | |
CC main/libctags_a-ptrarray.o | |
CC main/libctags_a-rbtree.o | |
CC main/libctags_a-read.o | |
CC main/libctags_a-routines.o | |
CC main/libctags_a-seccomp.o | |
CC main/libctags_a-selectors.o | |
CC main/libctags_a-sort.o | |
CC main/libctags_a-stats.o | |
CC main/libctags_a-strlist.o | |
CC main/libctags_a-trace.o | |
CC main/libctags_a-trashbox.o | |
CC main/libctags_a-tokeninfo.o | |
CC main/libctags_a-unwindi.o | |
CC main/libctags_a-vstring.o | |
CC main/libctags_a-writer.o | |
CC main/libctags_a-writer-etags.o | |
CC main/libctags_a-writer-ctags.o | |
CC main/libctags_a-writer-json.o | |
CC main/libctags_a-writer-xref.o | |
CC main/libctags_a-xtag.o | |
CC main/libctags_a-repoinfo.o | |
CC main/libctags_a-mio.o | |
CC parsers/libctags_a-abaqus.o | |
CC parsers/libctags_a-abc.o | |
CC parsers/libctags_a-ada.o | |
CC parsers/libctags_a-ant.o | |
CC parsers/libctags_a-asciidoc.o | |
CC parsers/libctags_a-asm.o | |
CC parsers/libctags_a-asp.o | |
CC parsers/libctags_a-autoconf.o | |
CC parsers/libctags_a-autoit.o | |
CC parsers/libctags_a-automake.o | |
CC parsers/libctags_a-awk.o | |
CC parsers/libctags_a-basic.o | |
CC parsers/libctags_a-beta.o | |
CC parsers/libctags_a-bibtex.o | |
CC parsers/libctags_a-c.o | |
CC parsers/libctags_a-clojure.o | |
CC parsers/libctags_a-css.o | |
CC parsers/libctags_a-cobol.o | |
CC parsers/libctags_a-cpreprocessor.o | |
CC parsers/cxx/libctags_a-cxx.o | |
CC parsers/cxx/libctags_a-cxx_debug.o | |
CC parsers/cxx/libctags_a-cxx_debug_type.o | |
CC parsers/cxx/libctags_a-cxx_keyword.o | |
CC parsers/cxx/libctags_a-cxx_parser.o | |
CC parsers/cxx/libctags_a-cxx_parser_block.o | |
CC parsers/cxx/libctags_a-cxx_parser_function.o | |
CC parsers/cxx/libctags_a-cxx_parser_lambda.o | |
CC parsers/cxx/libctags_a-cxx_parser_namespace.o | |
CC parsers/cxx/libctags_a-cxx_parser_template.o | |
CC parsers/cxx/libctags_a-cxx_parser_tokenizer.o | |
CC parsers/cxx/libctags_a-cxx_parser_typedef.o | |
CC parsers/cxx/libctags_a-cxx_parser_using.o | |
CC parsers/cxx/libctags_a-cxx_parser_variable.o | |
CC parsers/cxx/libctags_a-cxx_subparser.o | |
CC parsers/cxx/libctags_a-cxx_qtmoc.o | |
CC parsers/cxx/libctags_a-cxx_scope.o | |
CC parsers/cxx/libctags_a-cxx_tag.o | |
CC parsers/cxx/libctags_a-cxx_token.o | |
CC parsers/cxx/libctags_a-cxx_token_chain.o | |
CC parsers/libctags_a-diff.o | |
CC parsers/libctags_a-dosbatch.o | |
CC parsers/libctags_a-dtd.o | |
CC parsers/libctags_a-dts.o | |
CC parsers/libctags_a-eiffel.o | |
CC parsers/libctags_a-erlang.o | |
CC parsers/libctags_a-falcon.o | |
CC parsers/libctags_a-flex.o | |
CC parsers/libctags_a-fortran.o | |
CC parsers/libctags_a-fypp.o | |
CC parsers/libctags_a-go.o | |
CC parsers/libctags_a-haskell.o | |
CC parsers/libctags_a-haxe.o | |
CC parsers/libctags_a-html.o | |
CC parsers/libctags_a-iniconf.o | |
CC parsers/libctags_a-itcl.o | |
CC parsers/libctags_a-jprop.o | |
CC parsers/libctags_a-jscript.o | |
CC parsers/libctags_a-json.o | |
CC parsers/libctags_a-julia.o | |
CC parsers/libctags_a-ldscript.o | |
CC parsers/libctags_a-lisp.o | |
CC parsers/libctags_a-lua.o | |
CC parsers/libctags_a-m4.o | |
CC parsers/libctags_a-make.o | |
CC parsers/libctags_a-matlab.o | |
CC parsers/libctags_a-moose.o | |
CC parsers/libctags_a-myrddin.o | |
CC parsers/libctags_a-nsis.o | |
CC parsers/libctags_a-objc.o | |
CC parsers/libctags_a-ocaml.o | |
CC parsers/libctags_a-pascal.o | |
CC parsers/libctags_a-perl.o | |
CC parsers/libctags_a-perl6.o | |
CC parsers/libctags_a-php.o | |
CC parsers/libctags_a-powershell.o | |
CC parsers/libctags_a-protobuf.o | |
CC parsers/libctags_a-python.o | |
CC parsers/libctags_a-pythonloggingconfig.o | |
CC parsers/libctags_a-r-r6class.o | |
CC parsers/libctags_a-r-s4class.o | |
CC parsers/libctags_a-r.o | |
CC parsers/libctags_a-rexx.o | |
CC parsers/libctags_a-robot.o | |
CC parsers/libctags_a-rpmspec.o | |
CC parsers/libctags_a-rst.o | |
CC parsers/libctags_a-ruby.o | |
CC parsers/libctags_a-rust.o | |
CC parsers/libctags_a-scheme.o | |
CC parsers/libctags_a-sh.o | |
CC parsers/libctags_a-slang.o | |
CC parsers/libctags_a-sml.o | |
CC parsers/libctags_a-sql.o | |
CC parsers/libctags_a-systemdunit.o | |
parsers/python.c: In function ‘findPythonTags’: | |
parsers/python.c:1126:39: warning: ‘moduleIndex’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
1126 | e->extensionFields.scopeIndex = moduleIndex; | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ | |
parsers/python.c:1075:7: note: ‘moduleIndex’ was declared here | |
1075 | int moduleIndex; | |
| ^~~~~~~~~~~ | |
CC parsers/libctags_a-tcl.o | |
CC parsers/libctags_a-tcloo.o | |
CC parsers/libctags_a-tex.o | |
CC parsers/libctags_a-tex-beamer.o | |
CC parsers/libctags_a-ttcn.o | |
CC parsers/libctags_a-txt2tags.o | |
CC parsers/libctags_a-typescript.o | |
CC parsers/libctags_a-verilog.o | |
CC parsers/libctags_a-vhdl.o | |
CC parsers/libctags_a-vim.o | |
CC parsers/libctags_a-windres.o | |
CC parsers/libctags_a-yacc.o | |
CC parsers/libctags_a-yumrepo.o | |
CC optlib/libctags_a-RSpec.o | |
CC optlib/libctags_a-cmake.o | |
CC optlib/libctags_a-ctags-optlib.o | |
CC optlib/libctags_a-elixir.o | |
CC optlib/libctags_a-elm.o | |
CC optlib/libctags_a-gdbinit.o | |
CC optlib/libctags_a-inko.o | |
CC optlib/libctags_a-kconfig.o | |
CC optlib/libctags_a-kotlin.o | |
CC optlib/libctags_a-man.o | |
CC optlib/libctags_a-markdown.o | |
CC optlib/libctags_a-meson.o | |
CC optlib/libctags_a-passwd.o | |
CC optlib/libctags_a-pod.o | |
CC optlib/libctags_a-qemuhx.o | |
CC optlib/libctags_a-puppetManifest.o | |
CC optlib/libctags_a-scss.o | |
CC optlib/libctags_a-systemtap.o | |
PACKCC peg/varlink.c | |
CC libreadtags/readtags-readtags.o | |
CC extra-cmds/readtags-printtags.o | |
CC extra-cmds/readtags-readtags-cmd.o | |
CC dsl/readtags-es.o | |
CC dsl/readtags-dsl.o | |
CC dsl/readtags-qualifier.o | |
CC dsl/readtags-sorter.o | |
CC peg/libctags_a-varlink.o | |
AR libctags.a | |
CCLD readtags | |
CCLD ctags | |
CCLD mini-geany | |
make[1]: Leaving directory '/tmp/ctags' | |
[jet@note]/tmp/ctags% ./ctags --list-kinds=R | |
./ctags --list-kinds=R | |
f functions | |
l libraries | |
s sources | |
g global variables | |
v function variables | |
z function parameters inside function definitions [off] | |
c vector explicitly created with `c()' | |
n names attribtes in a vector | |
[jet@note]/tmp/ctags% ./ctags --kinds-R=+n --fields=+ne -o - /tmp/eppasm/R/popClass.R | grep ^infect_ | |
./ctags --kinds-R=+n --fields=+ne -o - /tmp/eppasm/R/popClass.R | grep ^infect_ | |
infect_agrp /tmp/eppasm/R/popClass.R /^ infect_agrp <- sumByAGs(infections[,,year], ag.idx)$/;" v line:480 nameattr:popFunc.epp_disease_model_direct end:480 | |
infect_mix /tmp/eppasm/R/popClass.R /^infect_mix = function(hivpop, artpop, ii) {$/;" n line:381 vector:popFunc end:402 constructor:function | |
infect_spec /tmp/eppasm/R/popClass.R /^infect_spec = function(hivpop, artpop, time_step) {$/;" n line:404 vector:popFunc end:460 constructor:function | |
[jet@note]/tmp/ctags% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment