Updates:
Cc: [email protected] [email protected]
Comment #2 on issue 22208 by [email protected]: Compilation broken with
use_system_sqlite=1
http://code.google.com/p/chromium/issues/detail?id=22208
The sqlite3Preload looks like it's just a missing extern "C" in
chrome/common/sqlite_utils.h, but it seems like the initUnixFile and
fillInUnixFile
symbols will take a bit more effort.
The reason that initUnixFile is part of sqlite instead of just being a
memset in
chromium's code is that the size of the structure it's initializing is
supposed to be
only known within sqlite (outside it's just an opaque pointer); this allows
it to be
changed without recompiling calling code. I don't know how important this
is for
chromium though.
fillInUnixFile is actually in stock sqlite, but it's a static symbol. I'm
not sure
what the best way to get at it is. This is probably the hardest part of
fixing this
problem.
It looks like this compilation mode probably hasn't worked in some time
though.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---