If you moved your include files to /usr/local/include, you need to tell gcc where to find them, e.g.
$ export CPPFLAGS=-I/usr/local/include On Monday, March 21, 2016 at 7:04:32 PM UTC-4, David Roland-Holst wrote: > > All, > > I want to implement justly celebrated ctags with a new language and went > to the original website for instructions (http://ctags.sourceforge.net/). > A fine explanation with examples, but the code won't run on an up-to-date > (ElCap/Darwin) Mac OS machine ... e.g. "Undefined symbols for architecture > x86_64:" > > Can someone please tell me how to create my dedicated definitions file for > a new language and get on with > BBEdit --maketags > ? > > Cheers, > David > -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected].
