Re: [sqlite] How to build sqlite4? Which branches are expected to build?

2012-08-09 Thread Richard Hipp
On Thu, Aug 9, 2012 at 10:06 AM, Klaas V wrote: > Richard Hipp wrote: > > > >Copy Makefile.linux-gcc into Makefile. Edit to suite your system. Type > "make" > > When a compiled version of sqlite4 will be released? We're on OSX Snow > Leopard. > SQLite4 is a highly experimental and incomplete p

Re: [sqlite] How to build sqlite4? Which branches are expected to build?

2012-08-09 Thread Klaas V
Richard Hipp wrote: >Copy Makefile.linux-gcc into Makefile.  Edit to suite your system.  Type "make" When a compiled version of sqlite4 will be released? We're on OSX Snow Leopard. Cordiali saluti/Vriendelijke groeten/Kind regards, Klaas V http://innocentisart.net _

Re: [sqlite] How to build sqlite4? Which branches are expected to build?

2012-08-08 Thread Simon Slavin
On 8 Aug 2012, at 7:10pm, Nico Williams wrote: > Also, what is the status of SQLite4? Not done yet. Use it only if you're eager to play with an unfinished product because of some cool new feature. Simon. ___ sqlite-users mailing list sqlite-users@s

Re: [sqlite] How to build sqlite4? Which branches are expected to build?

2012-08-08 Thread Nico Williams
Also, what is the status of SQLite4? I know it's in development, but I'm wondering how far along it is. I'm guessing from the errors I saw that some of the extensions are not ready, for example. But looking at vdbe.c (particularly the comment block for OP_OpenRead) and explain output it seems th

Re: [sqlite] How to build sqlite4? Which branches are expected to build?

2012-08-08 Thread Stephan Beal
On Wed, Aug 8, 2012 at 6:48 PM, Nico Williams wrote: > > That works, though it fails with tcc: > i forgot to mention, the tcc guys, for whatever reason, don't want to make a release of their "mob" branch, which is the "unofficial trunk" the past year or so. That branch is needed to compile sqli

Re: [sqlite] How to build sqlite4? Which branches are expected to build?

2012-08-08 Thread Nico Williams
On Wed, Aug 8, 2012 at 10:37 AM, Stephan Beal wrote: > The current trunk builds for me as-is with the GNUmakefile.linux: > > make compiler=gcc > make compiler=clang > make compiler=tcc > > all work fine here (and tcc is FAST!) That works, though it fails with tcc: tcc -g -Wall -o mkkeywordhash

Re: [sqlite] How to build sqlite4? Which branches are expected to build?

2012-08-08 Thread Stephan Beal
On Wed, Aug 8, 2012 at 5:34 PM, Nico Williams wrote: > src/analyze.c:177:26: error: no member named 'regRoot' in 'struct Parse' > aRoot[i] = pParse->regRoot; > ~~ ^ > The current trunk builds for me as-is with the GNUmakefile.linux: make compiler=gcc make compiler=cl

Re: [sqlite] How to build sqlite4? Which branches are expected to build?

2012-08-08 Thread Nico Williams
On Wed, Aug 8, 2012 at 5:27 AM, Richard Hipp wrote: > Copy Makefile.linux-gcc into Makefile. Edit to suite your system. Type > "make" And what branches are expected to build? Last night I had errors building trunk (FTS3 referred to an undefined sqlite4_blob type), and when I commented FTS3 (an

Re: [sqlite] How to build sqlite4? Which branches are expected to build?

2012-08-08 Thread Stephan Beal
On Wed, Aug 8, 2012 at 12:27 PM, Richard Hipp wrote: > Copy Makefile.linux-gcc into Makefile. Edit to suite your system. Type > "make" > You can also do: ln -s GNUmakefile.linux Makefile or ln -s GNUmakefile.linux GNUmakefile which includes Makefile.linux-gcc. GNU make will prefer the file G

Re: [sqlite] How to build sqlite4? Which branches are expected to build?

2012-08-08 Thread Richard Hipp
On Wed, Aug 8, 2012 at 1:45 AM, Nico Williams wrote: > See subject. Thanks! > Copy Makefile.linux-gcc into Makefile. Edit to suite your system. Type "make" > ___ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bi

[sqlite] How to build sqlite4? Which branches are expected to build?

2012-08-07 Thread Nico Williams
See subject. Thanks! ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users