Re: [sqlite] SQLite and MinGWSys

2009-06-30 Thread Dennis Cote
ArbolOne wrote:
> I have downloaded the latest version of SQLite as well as the make file 
> in the ticket #931  
> However, after typing 'make' I get a message that saying ' No rule to 
> make target 'src/sqlite.h.in', how do I solve this problem?
>
>   
Read the recommendations at http://www.sqlite.org/download.html and 
don't use a 4 year old makefile for code that was released last week.

Download this http://www.sqlite.org/sqlite-amalgamation-3_6_16.zip and 
extract the files. You will have a single c file that you can add to 
your sqlite based project, or compile as a static library and link to 
your project.

You can download a precompiled dll library or a precompiled copy of the 
command line sqlite3 program if you need those.

If you are trying to build the command line program yourself, you can 
get the source file shell.c from 
http://www.sqlite.org/sqlite-source-3_6_16.zip. Compile and link shell.c 
and sqlite3.c from the amalgamation together like this (untested):

gcc sqlite3.c shell.c -o sqlite3.exe

HTH
Dennis Cote

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQLite and MinGWSys

2009-06-30 Thread ArbolOne
I have downloaded the latest version of SQLite as well as the make file 
in the ticket #931  
However, after typing 'make' I get a message that saying ' No rule to 
make target 'src/sqlite.h.in', how do I solve this problem?
TIA

Gerry Snyder wrote:
> ArbolOne wrote:
>   
>> I would like to compile SQLite in a WinXP machine, how can I do this 
>> using MinGW?
>>   
>> 
>
> Have you looked at the   Notes on Compiling SQLite   section of   
> http://www.sqlite.org/cvstrac/wiki  ?
>
> A lot of info there. 
>
>
> HTH,
>
>
> Gerry
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
>   

-- 
ArbolOne.org specializes in Custom Web Site Design, Web Site Re Design, Web 
Site Template Modifications, Web Site Maintenance, Integration of Payment 
Gateways (API's), Database Applications, Custom Applications and much more. 

416.838.2057
arbol...@gmail.com

"O Allah, make my love for You the most beloved thing to me, and my fear for 
You the most fearful thing to me, and remove from me all worldly needs and 
wants by instilling a passion for meeting You, make the coolness of my eyes to 
worshipping You.”

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQLite and MinGWSys

2009-06-30 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

ArbolOne wrote:
> I would like to compile SQLite in a WinXP machine, how can I do this 
> using MinGW?

SQLite compiles just fine with MinGW.  If you need a DLL then just
whatever is on the SQLite download page.  If you need a library then
just download and include the amalgamation as part of your project using
whatever compiler you use for the rest of your project.

Roger
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkpKj9AACgkQmOOfHg372QRQTwCgyODpuPrsb83BqyFPBmwVtWex
XoEAniGntZcAhXfgIfn7CMQi7JbS62U5
=+Gvq
-END PGP SIGNATURE-
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQLite and MinGWSys

2009-06-30 Thread Gerry Snyder
ArbolOne wrote:
> I would like to compile SQLite in a WinXP machine, how can I do this 
> using MinGW?
>   

Have you looked at the   Notes on Compiling SQLite   section of   
http://www.sqlite.org/cvstrac/wiki  ?

A lot of info there. 


HTH,


Gerry
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users