Re: Objective-C support?
Leo <[email protected]> Fri, 22 Jul 2011 12:33:04 +0800
| Newsgroups | gmane.comp.gnu.global.general |
|---|---|
| Message-ID | <[email protected]> |
On 2011-07-21 23:02 +0800, Shigio YAMAGUCHI wrote:
> Though GLOBAL does not support ObjC, you can use Exuberant ctags
> as a plug-in parser of GLOBAL. Please try this:
>
> % ./configure --with-exuberant-ctags=/usr/local/bin/ctags
> % make
> % sudo make install
> % setenv GTAGSCONF /usr/local/share/gtags/gtags.conf
> % setenv GTAGSLABEL exuberant-ctags
> % gtags
Thanks for this info.
I have exuberant-ctags from its svn trunk that has ObjectiveC support. I
also re-installed GLOBAL with correct ctags path. But I cannot notice
any difference and it always find 3 entries for the same thing, for
example:
Growl_Notification 240 Growl.framework/Headers/GrowlApplicationBridge-Carbon.h struct Growl_Notification {
Growl_Notification 240 Growl.framework/Versions/A/Headers/GrowlApplicationBridge-Carbon.h struct Growl_Notification {
Growl_Notification 240 Growl.framework/Versions/Current/Headers/GrowlApplicationBridge-Carbon.h struct Growl_Notification {
Leo