[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: D.J. Heap <djheap_at_gmail.com>
Date: 2007-05-15 17:10:22 CEST

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.

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 15 17:10:57 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.