Displaying 2 results from an estimated 2 matches for "sqlite3_int64".
2012 Apr 04
7
new rails project error
...se.c:47: error: ''SQLITE_OPEN_CREATE'' undeclared (first use in this
function)
database.c:79: error: ''SQLITE_OPEN_READONLY'' undeclared (first use in
this function)
database.c: In function ''set_sqlite3_func_result'':
database.c:285: error: ''sqlite3_int64'' undeclared (first use in this
function)
make: *** [database.o] Error 1
Gem files will remain installed in
/usr/local/ruby/lib/ruby/gems/1.9.1/gems/sqlite3-1.3.5 for inspection.
Results logged to
/usr/local/ruby/lib/ruby/gems/1.9.1/gems/sqlite3-1.3.5/ext/sqlite3/gem_make.out
An error occu...
2016 May 25
4
[PATCH 0/4] qemu: Use sqlite to store qemu detection data.
Patches 1 & 2 were posted previously here:
https://www.redhat.com/archives/libguestfs/2016-May/msg00134.html
Patch 3 is a hack so I can test this using my own version of qemu (the
`-L ?' stuff is not upstream).
Patch 4 is where the real action takes place: Replace the caching of
qemu features in blob-like files with a sqlite database. Probably the
best way to approach this patch is to