When I run genxref, I get a lot of output and no
errors, but when it is finished there is no data in the symbol, or indexes tables. I am trying to use v0.91...
Tables with stuff:
declarations
files
releases
status
Empty tables:
symbols
indexes
usage
When I navigate the code the only links I get are for the .h include files...
Any ideas why ?
This is how my genxref run ends:
...
29612 unique words indexed.
Writing file index...
Writing file list ...
Writing file offsets ...
Writing MetaNames ...
Writing offsets (2)...
510 files indexed.
Running time: 8 seconds.
Indexing done!
Broken pipe
The broken pipe message makes me a bit uneasy. :-) But it seems to be the swish-e stuff which should be dead last anyway, right ?
Thanks,
Mike
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I run genxref, I get a lot of output and no
errors, but when it is finished there is no data in the symbol, or indexes tables. I am trying to use v0.91...
Tables with stuff:
declarations
files
releases
status
Empty tables:
symbols
indexes
usage
When I navigate the code the only links I get are for the .h include files...
Any ideas why ?
This is how my genxref run ends:
...
29612 unique words indexed.
Writing file index...
Writing file list ...
Writing file offsets ...
Writing MetaNames ...
Writing offsets (2)...
510 files indexed.
Running time: 8 seconds.
Indexing done!
Broken pipe
The broken pipe message makes me a bit uneasy. :-) But it seems to be the swish-e stuff which should be dead last anyway, right ?
Thanks,
Mike
Still getting the broken pipe, but I think I got it to work...
I had a v4.x of ctags... Updated to the latest ctags (v5.x) and it built and made the links (and symbols and indexes had data).
Thanks,
Mike