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

Re: make_gem.rb

From: Kouhei Sutou <kou_at_cozmixng.org>
Date: 2007-04-24 09:30:16 CEST

Hi Joe,

In <ae6cb1100704232324x6b1d9a95jdd53338680a541ca@mail.gmail.com>
  "Re: make_gem.rb" on Mon, 23 Apr 2007 23:24:57 -0700,
  "Joe Swatosh" <joe.swatosh@gmail.com> wrote:

> > > * build/win32/make_gem.rb
> > > add ruby/ext/svn/ext to the path so the require of svn/core will succeed.
> >
> > -1. Are the following codes needed? svn/util.rb should do
> > the thing. If svn/util.rb doesn't work, we should fix
> > svn/util.rb.
> >
> > Joe, could you try again without the following patch?
> >
>
> Yup the make_gem.rb mods aren't needed.

Thanks for trying.

> This is what I'm trying now (I made the
> intl3_svn.dll an OptFile because that is how it was done for the bin dir):
>
> Index: build/win32/make_dist.py
> ===================================================================
> --- build/win32/make_dist.py (revision 24745)
> +++ build/win32/make_dist.py (working copy)
> @@ -271,6 +271,9 @@
> FileGlob('%(binddir)s/swig/ruby/libsvn_swig_ruby/*.dll'),
> FileGlob('%(binddir)s/swig/ruby/libsvn_swig_ruby/*.pdb'),
> FileGlob('%(blddir)s/libsvn_*/*.dll'),
> + File('%(@berkeley-db)s/bin/libdb%(bdbver)s.dll'),
> + File('%(@sqlite)s/bin/sqlite3.dll'),
> + OptFile('%(@libintl)s/bin/intl3_svn.dll'),
> File('%(@apr)s/%(aprrel)s/libapr.dll'),
> File('%(@apr-iconv)s/%(aprrel)s/libapriconv.dll'),
> File('%(@apr-util)s/%(aprrel)s/libaprutil.dll')),

+1

Thanks,

--
kou
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 24 09:30:33 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.