taglist.vim was the responsible plugin.
Adding:

        let Tlist_Ctags_Cmd='~/local/bin/ctags'

to my .vimrc resolved the (new) issue.

On Monday, June 14, 2021 at 11:14:02 AM UTC-4 Richard Mitchell wrote:

> Recently started getting an error message when saving a .c file from ctags 
> about an illegal option.
>
> It is now using this path for ctags
>
>
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ctags
>
> whereas the Exuberant Ctags (the one that works) is in ~/local/bin
>
> Is the Xcode path getting set during compile?
>
> Is there an environment variable I can change?
>
> I compiled macvim with:
>
> Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall 
> -Wno-unknown-pragmas -pipe -DMACOS_X -DMACOS_X_DARWIN -g -O2 
> -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
>
> Linking: gcc -L/usr/local/lib -o Vim -lm -lncurses -liconv -framework 
> AppKit -fstack-protector 
> -L/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -lperl
>
> VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Apr  2 2021 06:10:01)
>
> macOS version - x86_64
>
> Included patches: 1-2681
>
>

-- 
-- 
You received this message from the "vim_mac" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_mac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_mac+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_mac/e1ec5209-7f7b-48a0-8145-e2640decac97n%40googlegroups.com.
  • path to ctags Richard Mitchell
    • Re: path to ctags Richard Mitchell

Reply via email to