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 Grumman Information Systems


From: sqlite-users-boun...@sqlite.org [sqlite-users-boun...@sqlite.org] on 
behalf of Jeff Archer [jsarc...@nanotronicsimaging.com]
Sent: Friday, September 21, 2012 3:52 PM
To: General Discussion of SQLite Database
Subject: EXT :Re: [sqlite] Is it possible to get the amalgation as individual 
files

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.  Fossil.  I have cloned the repository and opened.   I
believe I now have the source tree of SQLite.
Not sure what I need to do next.
I have the Cygwin command prompt open and believe it is running the bash
shell.
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
___
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 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), then build the amalgation
> > >in native Windows.
>
>
> Please excuse my ignorance.
> OK.  I have Cygwin.  Fossil.  I have cloned the repository and opened.   I
>

My advice is to stay away from cygwin.

Get a copy of ActiveState Tcl and install it on your windows box.  Then
download a ZIP archive of the canonical SQLite sources (perhaps from the
Download link on the http://www.sqlite.org/src/info/release page).  Then in
an MSVC-enabled DOS box:

   nmake /f makefile.msc sqlite3-all.c

The above will generate 6 (or so) sqlite3-*.c files and one sqlite3.h
file.  Move them all into your MSVC project.  (Omit the sqlite3.c
amalgamation file that is also generated.) The sqlite3-all.c file is the
main file.  The other sqlite3-N.c files (N between 1 and 5) are #include-ed
by sqlite3-all.c.  All these files are sized to work will with MSVC.



> believe I now have the source tree of SQLite.
> Not sure what I need to do next.
> I have the Cygwin command prompt open and believe it is running the bash
> shell.
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
D. Richard Hipp
d...@sqlite.org
___
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 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.  Fossil.  I have cloned the repository and opened.   I
believe I now have the source tree of SQLite.
Not sure what I need to do next.
I have the Cygwin command prompt open and believe it is running the bash
shell.
___
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 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 recent version of
> Tcl,
> is required in order to build from the canonical sources." trips me up.  I
> was hoping there is a way to get the individual files after they have been
> formulated by the unix-like development tools but before they are combined
> into the amalgamation file.

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.

Nico
--
___
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
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 sources." trips me up.  I
was hoping there is a way to get the individual files after they have been
formulated by the unix-like development tools but before they are combined
into the amalgamation file.

Jeff Archer
Nanotronics Imaging
jsarc...@nanotronicsimaging.com
<330>819.4615
___
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 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 mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users