Tracker: Bugs

5 ectag error - ID: 2796668
Last Update: Comment added ( zappo )

error on start emacs (with semantic-load-enable-primary-exuberent-ctags-support) :

error: Version of CTags is 0. Need at least 5.7

but :

[07:43:52][baldman@bcs][~]$ ctags-exuberant --version
Exuberant Ctags 5.7, Copyright (C) 1996-2007 Darren Hiebert
Compiled: Jun 9 2008, 09:12:01
Addresses: <dhiebert@users.sourceforge.net>, http://ctags.sourceforge.net
Optional compiled features: +wildcards, +regex
[07:44:03][baldman@bcs][~]$

what is this?


Nobody/Anonymous ( nobody ) - 2009-05-25 21:44:43 PDT

5

Closed

Fixed

Nobody/Anonymous

semantic

None

Public


Comments ( 2 )

Date: 2009-05-31 04:21:12 PDT
Sender: zappoSourceForge.net SubscriberProject Admin

Added a list of possible ctag program names, and loop over them looking for
one that works.
Added more helpful error messages, such as detecting the Emacs version of
ctags to explain what might be wrong.


Date: 2009-05-25 22:43:02 PDT
Sender: nobody

it was necessary to simply change :
(defcustom semantic-ectag-program "ctags" ...
to :
(defcustom semantic-ectag-program "ctags-exuberant" ...
in semantic-ectag-util.el and run "make" again. for me in debian it works
=)


Attached File

No Files Currently Attached

Changes ( 4 )

Field Old Value Date By
status_id Open 2009-05-31 04:21:12 PDT zappo
resolution_id None 2009-05-31 04:21:12 PDT zappo
allow_comments 1 2009-05-31 04:21:12 PDT zappo
close_date - 2009-05-31 04:21:12 PDT zappo