On 17/04/2012 21:22, ohav chochmah wrote:
Hello,
I'm trying to build a glibc.c.tags file out of (selected) glibc headers. but due to glibc's heavy attributes and macros use, many symbols are not included.
I have created the following ignore.tags file (under ~/.config/geany/), but *nothing* has changed. ~ $ cat ~/.config/geany/ignore.tags __LEAF __LEAF_ATTR __THROW __THROWNL __attribute__+ __attribute_malloc__ __attribute_pure__ __attribute_const__ __attribute_used__ __attribute_noinline__ __attribute_deprecated__ __attribute_format_arg__+ __attribute_format_strfmon__+ __nonnull+ __attribute_warn_unused_result__ __wur
I must have done something wrong, any help greatly appreciated.
When you open the glibc headers in Geany, do the tags show in the symbol list?
Can you show the command-line you used to generate the file?
Also, perhaps try using the -P option when generating tags.
Regards, Nick