Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » CTags not found or in path? Which path?
CTags not found or in path? Which path? [message #154948] Fri, 23 September 2005 00:14 Go to next message
Eclipse UserFriend
Hi,

I have exuberant-ctags in my /usr/bin. My cdt always complain about
CTags not found on path or not installed.

I do not specify the binary explicitly but use default in the indexer
settings.

What path is it looking for? Any ideas?
Re: CTags not found or in path? Which path? [message #154954 is a reply to message #154948] Fri, 23 September 2005 01:32 Go to previous messageGo to next message
Eclipse UserFriend
Alwyn,

if you start a command shell on your system, type "ctags" and it works then
it should work from eclipse, too. Eclipse also just starts a new shell and,
when no path is given, calls ctags without explicit path. The "path" is
simply the standard command search path.
Can you confirm this?


Norbert

"Alwyn Schoeman" <alwyn.schoeman@gmail.com> schrieb im Newsbeitrag
news:dgvvsp$58t$1@news.eclipse.org...
> Hi,
>
> I have exuberant-ctags in my /usr/bin. My cdt always complain about
> CTags not found on path or not installed.
>
> I do not specify the binary explicitly but use default in the indexer
> settings.
>
> What path is it looking for? Any ideas?
Re: CTags not found or in path? Which path? [message #154956 is a reply to message #154954] Fri, 23 September 2005 03:01 Go to previous messageGo to next message
Eclipse UserFriend
Hi Norbert,

ctags yield command not found. Maybe what I need is a link between
ctags and exuberant-ctags...

Norbert Ploett wrote:
> Alwyn,
>
> if you start a command shell on your system, type "ctags" and it works then
> it should work from eclipse, too. Eclipse also just starts a new shell and,
> when no path is given, calls ctags without explicit path. The "path" is
> simply the standard command search path.
> Can you confirm this?
>
>
> Norbert
>
> "Alwyn Schoeman" <alwyn.schoeman@gmail.com> schrieb im Newsbeitrag
> news:dgvvsp$58t$1@news.eclipse.org...
>
>>Hi,
>>
>>I have exuberant-ctags in my /usr/bin. My cdt always complain about
>>CTags not found on path or not installed.
>>
>>I do not specify the binary explicitly but use default in the indexer
>>settings.
>>
>>What path is it looking for? Any ideas?
>
>
>
Re: CTags not found or in path? Which path? [message #155138 is a reply to message #154956] Tue, 27 September 2005 13:03 Go to previous messageGo to next message
Eclipse UserFriend
Alwyn Schoeman wrote:
> Hi Norbert,
>
> ctags yield command not found. Maybe what I need is a link between
> ctags and exuberant-ctags...
>
> Norbert Ploett wrote:
>
>>Alwyn,
>>
>>if you start a command shell on your system, type "ctags" and it works then
>>it should work from eclipse, too. Eclipse also just starts a new shell and,
>>when no path is given, calls ctags without explicit path. The "path" is
>>simply the standard command search path.
>>Can you confirm this?
>>
>>
>>Norbert
>>
>>"Alwyn Schoeman" <alwyn.schoeman@gmail.com> schrieb im Newsbeitrag
>>news:dgvvsp$58t$1@news.eclipse.org...
>>
>>
>>>Hi,
>>>
>>>I have exuberant-ctags in my /usr/bin. My cdt always complain about
>>>CTags not found on path or not installed.
>>>
>>>I do not specify the binary explicitly but use default in the indexer
>>>settings.
>>>
>>>What path is it looking for? Any ideas?
>>
>>
>>

Make sure that 'which ctags' yields you the exuberant one, and restart
Eclipse.

JC
Re: CTags not found or in path? Which path? [message #155231 is a reply to message #155138] Wed, 28 September 2005 01:37 Go to previous messageGo to next message
Eclipse UserFriend
Something new I've noticed is that when the ctags file gets very big, I
get a NegativeArrayException whenever I ask for a completion. Deleting
the file, fixes it till next time...

John Camelon wrote:
> Alwyn Schoeman wrote:
>
>> Hi Norbert,
>>
>> ctags yield command not found. Maybe what I need is a link between
>> ctags and exuberant-ctags...
>>
>> Norbert Ploett wrote:
>>
>>> Alwyn,
>>>
>>> if you start a command shell on your system, type "ctags" and it
>>> works then it should work from eclipse, too. Eclipse also just starts
>>> a new shell and, when no path is given, calls ctags without explicit
>>> path. The "path" is simply the standard command search path.
>>> Can you confirm this?
>>>
>>>
>>> Norbert
>>>
>>> "Alwyn Schoeman" <alwyn.schoeman@gmail.com> schrieb im Newsbeitrag
>>> news:dgvvsp$58t$1@news.eclipse.org...
>>>
>>>
>>>> Hi,
>>>>
>>>> I have exuberant-ctags in my /usr/bin. My cdt always complain about
>>>> CTags not found on path or not installed.
>>>>
>>>> I do not specify the binary explicitly but use default in the indexer
>>>> settings.
>>>>
>>>> What path is it looking for? Any ideas?
>>>
>>>
>>>
>>>
>
> Make sure that 'which ctags' yields you the exuberant one, and restart
> Eclipse.
>
> JC
Re: CTags not found or in path? Which path? [message #155518 is a reply to message #155231] Fri, 30 September 2005 14:06 Go to previous message
Eclipse UserFriend
Originally posted by: dschaefer.dhcp-97-130.ott.qnx.com

On Wed, 28 Sep 2005 13:37:04 +0800, Alwyn Schoeman wrote:

> Something new I've noticed is that when the ctags file gets very big, I
> get a NegativeArrayException whenever I ask for a completion. Deleting
> the file, fixes it till next time...

Sounds like a good bug for bugzilla...
Previous Topic:memory leaks
Next Topic:eclipse, JNI and tomcat
Goto Forum:
  


Current Time: Tue Jul 22 14:00:16 EDT 2025

Powered by FUDForum. Page generated in 0.04724 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top