-
Notifications
You must be signed in to change notification settings - Fork 631
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails to compile on OS X Lion #6
Comments
fixed |
Thank you, that was fast! I figured to remove the one line, but did not catch on to the c vs C... |
Closed
masatake
added a commit
that referenced
this issue
Mar 26, 2020
df92d33e Merge pull request #14 from masatake/delete-unused-variable ca2c510a Remove an unused constant fbd32ce5 Specify -Wall 032c361f Merge pull request #9 from masatake/add-function-for-accessing-pseudo-tags 02ef33e0 gitignore: simplified b5acda83 tests: add a case for tagsFirstPseudoTag() and tagsNextPseudoTag() d0a854be tagsFirstPseudoTag,tagsNextPseudoTag: add functions to access pseudo tags bc8f7b8e refactor: introduce findNextFull(), customizable version of findNext() 19e8dca2 refactor: introduce findSequentialFull(), customizable version of findSequential() 28e0767e refactor: introduce a predicate function for testing a line starting with "!_" e56b7dc4 Merge pull request #8 from masatake/fix-buildsys-for-make-distcheck d1146037 circleci: run "make distcheck" on fedora31 1c96f500 tests: change the directory where input files exist 3d05b544 tests: update a comment f0a48a6f tests: fix the name of a test input file a295cb57 tests: fix the path for header inclusion 238d1800 Merge pull request #7 from masatake/pkg-config-file 748082c3 Merge pull request #6 from masatake/add-test-case-for-tagsFind 5295186e Fix the library description in .pc file dbca5137 tests: add a case for testing tagsFind and tagsFindNext 2d8edf50 tests: update comments b9ac2209 Merge pull request #5 from masatake/revise-tagsOpen 1f9a1ab3 tests: verify the behavior of tagsOpen() when tagFileInfo is NULL d53217f0 tagsOpen: revise the implementation 6d051772 Add .circleci/config.yml fafecf2a Implement "make check" 13b252fe cosmetic: delete empty lines git-subtree-dir: libreadtags git-subtree-split: df92d33eb312db710b995a75e21cff3f0e4efa0e
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
./configure
make
results in:
gcc -o ctags args.o ant.o asm.o asp.o awk.o basic.o beta.o c.o css.o cobol.o dosbatch.o eiffel.o entry.o erlang.o falcon.o flex.o fortran.o get.o html.o jscript.o keyword.o lisp.o lregex.o lua.o main.o make.o objc.o ocaml.o options.o parse.o pascal.o perl.o php.o python.o read.o rexx.o routines.o ruby.o scheme.o sh.o slang.o sml.o sort.o sql.o strlist.o tcl.o tex.o verilog.o vhdl.o vim.o yacc.o vstring.o
Undefined symbols for architecture x86_64:
"_ObjCParser", referenced from:
_BuiltInParsers in parse.o
"_ObjCppParser", referenced from:
_BuiltInParsers in parse.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make: *** [ctags] Error 1
The text was updated successfully, but these errors were encountered: