[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: Joe Swatosh <joe.swatosh_at_gmail.com>
Date: 2007-05-15 17:09:32 CEST

Hi

On 5/15/07, Andreas Pakulat <apaku@gmx.de> wrote:
> On 14.05.07 19:37:31, D.J. Heap wrote:
> > On 5/14/07, Andreas Pakulat <apaku@gmx.de> wrote:
> > >The whole message is attached, if you need more verbose information
> > >please tell me how to get those - I really don't know VS..
> >

>
> 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)
>

I'm building with VC6, but I use

lib /def:XXX\sqlite3.def /machine:ix86 /nologo /out:XXX\sqlite3.lib

With proper directories instead of XXX.

Good luck

--
Joe
---------------------------------------------------------------------
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:09:51 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.