I compiled from source on centos 7 using the scl dev toolset 7 (if this
matters) for doxygen 1.9.7 with the -Duse_sqlite3 flag on.

I was able to successfully run doxygen on my code directory and did not see
any error flags pop up relating to sqlite3 (or any at all) however when I
try to open up the database using sqlite3 it responds to .tables with '
Errror: file is not a database'

Additionally when I try to .read doxygen_sqlite3.db it gives the following
error:
Parse error near line 1: unrecognized token "18a592b71f"
 18a592b71fc2*)0.2.1TueApr 18 2023 17:54:53Tue Apr 18 2023My Project
05acdd2d7
   ^--- error here

It seems as if the data is populated into the .db file but it is getting
corrupted somehow along the way, any ideas on how to fix this? Thank you so
much for your help!
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to