On Fri, Aug 22, 2008 at 10:08 PM, glerm soares
<organismo@gmail.com> wrote:
Anyway, those are some rambling thoughts. It's great to see progress on this, hopefully we can get some people to try out the sketches to see what actually works.
Anyone with question, please feel free to ask.
The makefile is just for pd_darwin ?
How could I compile it on linux?
Well, this is currently not something that I am working on. The last state of the code is that it will allow you to pretty much execute any SQL statements you send to it, but as far as such things as "Placeholders", those have not been added.
If you want to compile this under Linux, you should be able to take any other Makefile for an external, and convert it to work with this. The SQLite code should compile without any trouble, as it is Pure ANSI C, and the Makefile for that is pretty current.
Also, do note, that the version of SQLite is NOT the latest version. I think the last version that I was using was something like 3.5 (if I remember correctly).
Mike