I want to connect SQLite with Pd in Linux...
I found SQL library in here: http://puredata.info/dev/SQL/?searchterm=SQL
and I download "[sqlite]( src) use an embedded SQLite database".
after unzip, I make it, but I get some error...
the directory structures look like MAC OS...
maybe It work under Mac OS only?
Any idea about connect SQLite in Linux?
Thanks...
_____________________________________________________________________________
cc -I/Applications/Pd-0.42-4.app/Contents/Resources/src/ -o sqlite3.o -c sqlite3.c
cc -DMACOSX -DUNIX -DPD -O2 -funroll-loops -fomit-frame-pointer -Wall -W -Wshadow -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch -I/Applications/Pd-0.42-4.app/Contents/Resources/src/ -o sqlite3db.o -c sqlite3db.c
sqlite3db.c: In function ‘sqlite3query_use’:
sqlite3db.c:754:42: warning: array subscript is below array bounds [-Warray-bounds]
cc -bundle -undefined dynamic_lookup -isysroot /Developer/SDKs/MacOSX10.4u.sdk \
-o sqlite3db.pd_darwin sqlite3db.o sqlite3.o
cc: error: unrecognized command line option ‘-bundle’
cc: error: dynamic_lookup: No such file or directory
make: *** [sqlite3db.pd_darwin] Error 1