On Sun, 31 Jul 2011 11:30:05 +0300, Baruch Burstein <bmburst...@gmail.com> wrote:
> I am using the amalgamation embedded in my program. I am a little unfamiliar > with configure / make as I have almost always used IDEs that handle these > things (I think). I don't know what the sqlite-autoconf-3070701.tar.gz file > you referred to is. Well, that's the amalgamation tarball from the download page. > Can you give me an example of what exactly I would need to run to get an > amalgamation with, for instance, SQLITE_OMIT_UTF16? For simplicity, the path > of the un-gziped and un-tared source ( > http://www.sqlite.org/sqlite-src-3070701.zip) will be /src (or C:\src). > > Thank you. > >On Sun, Jul 31, 2011 at 10:46 AM, Kees Nuyt <k.n...@zonnet.nl> wrote: > >> >> On Sun, 31 Jul 2011 09:54:29 +0300, Baruch Burstein >> <bmburst...@gmail.com> wrote: >> >> > Can you refer me to instructions on building the amalgamation? The SQLite >> > website only says something like "Download the source, hand edit the make >> > file, and run make". Very unhelpful as I don't know what to do with the >> > make file. >> >> sqlite-autoconf-3070701.tar.gz contains a README file. [snipped my previous answer] Oh, now I see I misunderstood your earlier question, I interpreted it as "build from amalgamation". Sorry, I should have read the context. I'm afraid I don't have a solution for you. I never had the need to use anything else than the amalgamation download, and I don't run MSWindows. Your best bet is to run the windows find command on the root dir of the source tree : find /I "amal" and investigate from there. You will need tclsh to build the amalgamation with tool/mksqlite3c.tcl The "/************** " comment lines in the amalgamation sourcefile (as downloaded from the site) reveal a lot about how it is composed. By the way, although makefiles of this size can be somewhat intimidating, it wouldn't a bad idea to develop your knowledge of make, it's a very powerful, often used tool. -- ( Kees Nuyt ) c[_] _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users