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

Re: [patch] add copying of bdb and sqlite dlls to win-tests.py

From: Joe Swatosh <joe.swatosh_at_gmail.com>
Date: 2007-03-25 17:32:41 CEST

Hi kou,

On 3/24/07, Kouhei Sutou <kou@cozmixng.org> wrote:
> Hi Joe,
>
> In <ae6cb1100703242245g579f7c2ev356bb2ffb13601de@mail.gmail.com>
> "Re: [patch] add copying of bdb and sqlite dlls to win-tests.py" on Sat, 24 Mar 2007 22:45:04 -0700,
> "Joe Swatosh" <joe.swatosh@gmail.com> wrote:
>
> > You'll probably want this one too, to run the bindings tests:
> >
> > Index: subversion/bindings/swig/ruby/test/windows_util.rb
> > ===================================================================
> > --- subversion/bindings/swig/ruby/test/windows_util.rb (revision 24106)
> > +++ subversion/bindings/swig/ruby/test/windows_util.rb (working copy)
> > @@ -169,7 +169,7 @@
> > ["apr-util", build_type],
> > ["apr-iconv", build_type],
> > ["berkeley-db", "bin"],
> > - ["sqlite", nil],
> > + ["sqlite", "bin"],
> > ].each do |lib, sub_dir|
> > lib_dir = config["--with-#{lib}"] || lib
> > dirs = [top_dir, lib_dir, sub_dir].compact
> >
> >
> >
>
> Does this mean that sqlite3.lib is under SQLITE_DIR/bin?
> Should I apply this patch?
>
>
> Thanks,
> --
> kou
>

Per DJ's suggestion my sqlite directory now looks like this:

D:\SVN\SQLITE-3_3_13
+---bin
| sqlite3.def
| sqlite3.dll
|
+---inc
| sqlite3.h
|
\---lib
        sqlite3.exp
        sqlite3.lib

So I need it locally, and if this is the standard layout we ought to apply it.

--
Joe
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Mar 25 17:33:04 2007

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

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