Re: [sqlite] Is it possible to get the amalgation as individual files

2012-09-22 Thread Black, Michael (IS)
You may just want to split the amalgamation code...a wee bit easier...see the split utility in this dicussion. http://sqlite.1065341.n5.nabble.com/SQLite-Amalgamation-td11315.html Michael D. Black Senior Scientist Advanced Analytics Directorate Advanced GEOINT Solutions Operating Unit Northrop

Re: [sqlite] Is it possible to get the amalgation as individual files

2012-09-21 Thread Richard Hipp
On Fri, Sep 21, 2012 at 4:52 PM, Jeff Archer < jsarc...@nanotronicsimaging.com> wrote: > On Fri, Sep 21, 2012 at 4:01 PM, Nico Williams >wrote: > > > >Install Cygwin, use that to make the amalgamation (after you've made > > >whatever changes to the canonical sources),

Re: [sqlite] Is it possible to get the amalgation as individual files

2012-09-21 Thread Igor Tandetnik
On 9/21/2012 4:52 PM, Jeff Archer wrote: Not sure what I need to do next. http://www.sqlite.org/howtocompile.html -- Igor Tandetnik ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Is it possible to get the amalgation as individual files

2012-09-21 Thread Jeff Archer
On Fri, Sep 21, 2012 at 4:01 PM, Nico Williams wrote: > >Install Cygwin, use that to make the amalgamation (after you've made > >whatever changes to the canonical sources), then build the amalgation > >in native Windows. Please excuse my ignorance. OK. I have Cygwin.

Re: [sqlite] Is it possible to get the amalgation as individual files

2012-09-21 Thread Nico Williams
On Fri, Sep 21, 2012 at 2:55 PM, Jeff Archer wrote: > Igor Tandetnik Fri Sep 21 15:26:16 EDT 2012 >> ..."Canonical Source Code" section > > I knew about this but unfortunately I am Windows only. So the "Note that a > unix-like development environment, including a

Re: [sqlite] Is it possible to get the amalgation as individual files

2012-09-21 Thread Jeff Archer
Igor Tandetnik Fri Sep 21 15:26:16 EDT 2012 > ..."Canonical Source Code" section I knew about this but unfortunately I am Windows only. So the "Note that a unix-like development environment, including a recent version of Tcl, is required in order to build from the canonical

Re: [sqlite] Is it possible to get the amalgation as individual files

2012-09-21 Thread Igor Tandetnik
On 9/21/2012 3:20 PM, Jeff Archer wrote: I assume that the amalgation exists as single files before it is combined into one file. http://sqlite.org/download.html , "Canonical Source Code" section at the bottom. -- Igor Tandetnik ___ sqlite-users

[sqlite] Is it possible to get the amalgation as individual files

2012-09-21 Thread Jeff Archer
I assume that the amalgation exists as single files before it is combined into one file. Is is possible to get these individual files so that I can build a debug version because Visual Studio debugger does not handle well the 138244 line amalgation file? Jeff Archer Nanotronics Imaging