Displaying 1 result from an estimated 1 matches for "sqlite_open_readwrit".
Did you mean:
sqlite_open_readwrite
2012 Apr 04
7
new rails project error
...e/ruby-1.9.1 -I. -DHAVE_RB_PROC_ARITY -fPIC
-O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith
-Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -o
database.o -c database.c
database.c: In function ''initialize'':
database.c:47: error: ''SQLITE_OPEN_READWRITE'' undeclared (first use in
this function)
database.c:47: error: (Each undeclared identifier is reported only once
database.c:47: error: for each function it appears in.)
database.c:47: error: ''SQLITE_OPEN_CREATE'' undeclared (first use in this
function)
database.c:79: erro...