[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 22:15:57 CEST

On 15.05.07 21:10:20, Andreas Pakulat wrote:
> 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.

Here's the next problem: svnadmin links against sqlite3, but doesn't
have the sqlite lib dir added to its AdditionalLibraryDirectories. I
guess this is an error somewhere in the generation scripts for the
.vcproj files. I could resolve this manually.

Same problem happend for svndumpfilter and svnlook.

The checkout is not 100% up-to-date, its from sometime yesterday (IIRC)

Andreas

-- 
You are taking yourself far too seriously.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 15 22:16:28 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.