[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-25 08:52:09 CEST

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
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Mar 25 08:52:25 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.