From kdevelop-bugs Thu Sep 23 23:00:28 2004 From: kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de Date: Thu, 23 Sep 2004 23:00:28 +0000 To: kdevelop-bugs Subject: [Bug 90146] ctags support is mystifying Message-Id: <20040923230028.3950.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306930405230 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=90146 lonniev predictableresponse com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From lonniev predictableresponse com 2004-09-24 01:00 ------- The Kdevelop ctags2 plugin expects a tags file built by exuberant ctags and crashes if the tags file format is generated by some other ctags program. To avoid these problems, run "which ctags" (or find, locate, whereis, etc.) and if a non-exuberant ctags executable is first in your path, move it out of the way and link ctags to your exctags executable (eg. (cd /usr/bin && mv ctags ctags.old && ln -s /usr/local/bin/exctags ctags) ).