[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: Kouhei Sutou <kou_at_cozmixng.org>
Date: 2007-03-26 12:24:59 CEST

Hi Joe,

In <ae6cb1100703250832n1cbb59b2k6cdce46fc4202ad3@mail.gmail.com>
  "Re: [patch] add copying of bdb and sqlite dlls to win-tests.py" on Sun, 25 Mar 2007 08:32:41 -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.

OK. I've committed.

Thanks,

--
kou
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Mar 26 12:25:16 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.