[695250] adding definition ....
[695251] adding definition ....
htags: cannot write to database.
My filesystem can handle big files, and I have more than enough free space(over 1 TB free).
I think this is the same bug as:
I tried looking on the manual to see how to fix this, but could not find it.
Q4. I'm using GNU system. In a large project, gtags fails in making tags
like follows:
$ gtags
gtags: cannot write to database.
$ _
File system is not full. It seems that gtags cannot make a file over 2GB.
Any solution?
A4. If your GNU system supports 64-bit file offset then please try the
following configuration.
$ ./configure CFLAGS='-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64'
Though gtags did not fail, its was HTAGS, and I already have this set......is htags not being compiled with the same flags ?
Thanks
-dan