baohaojun / ajoke

Abducting Java Onto Emacs, K is silent.
GNU General Public License v2.0
73 stars 3 forks source link

Something...pretty strange #9

Closed ProfessorX closed 10 years ago

ProfessorX commented 10 years ago

When I run this under Debian as non-root, this message occurs:

ctags-exuberant: unrecognized option '--langmap=ObjectiveC:.m.mm,androidpng:.png.jpg,androidxml:.xml,antlr:.g,asm:.S.s,awk:.awk,c:.c,c#:.cs,c++:.C.H.c++.cc.cpp.cxx.h.hpp.hxx,fortran:.f.f77.f90.f95.for,jar:.jar.dll.exe,java:.aidl.java,Clojure:.clj,javaprop:(ExternalMessages.properties),javascript:.js,kconfig:(Kconfig),lisp:(.emacs).el.jl.l.lisp,lua:.lua,make:(.am)(Kbuild)([mM]akefile).make.mk,pascal:.p.pas,perl:.pl.pm,php:.php.php3.phtml,python:.py,ruby:.rb,scheme:.scm,sh:(.bashrc*).sh,vim:.vim,yacc:.y' Try `ctags-exuberant --help' for a complete list of options.

It seems that something went wrong during the ctag period. Please help.

ProfessorX commented 10 years ago

Another stuff is...... when doing ctags configure manually (since test-drive failed in Debian...Rem: Debian and Ubuntu are different.....)

checking if regcomp works... yes configure: checking for new missing prototypes... configure: creating ./config.status config.status: creating Makefile config.status: error: cannot find input file:config.h.in' `

There is the error. (Forget about the markdown...)

baohaojun commented 10 years ago

Hi, sorry for the 2nd error, the readme is missing a step for building ctags: autoreconf -i. I have corrected the readme. This error is not because of the difference between Debian and Ubuntu:-)

For your first comment, I think you should try again after you built the ctags correctly. Also, please make sure the .ctags is copied (symlinked) into your ~/ directory.