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