[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Building on win32

From: Andreas Pakulat <apaku_at_gmx.de>
Date: 2007-05-15 21:10:20 CEST

On 15.05.07 09:10:22, D.J. Heap wrote:
> On 5/15/07, Andreas Pakulat <apaku@gmx.de> wrote:
> [snip]
> >
> >Now my problem is sqlite3, I can't find a prebuilt package for Windows
> >and the sources don't seem to have a setup to be built under windows.
> >So how do I produce a sqlite3 dll and import lib from the sources, or
> >where can I find a prepackaged sqlite3 library+header? (I only found a
> >.zip with a .dll and a .def, no import lib)
>
> Once we make a new release, we'll put up a zip like we do for BDB. In
> the meantime, you can generate the import library from the .def and
> .dll files with the lib.exe tool that comes with VCExpress:
>
> lib.exe /DEF:sqlite3.def
>
> Then you can put together the expected inc/bin/lib tree for the build
> system. The inc directory just needs sqlite3.h from the source zip,
> the bin directory needs the .dll, and the lib directory needs the
> .lib.

Thanks for the info, found a kind VC soul already that produced the .lib
for me :)

Lets see how much further I get with this.

Andreas

-- 
You have a strong appeal for members of your own sex.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 15 21:10:46 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.