[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-16 04:00:55 CEST

Hi,

2007/4/16, D.J. Heap <djheap@gmail.com>:

> Directory of C:\Projects\Subversion\dist\svn-win32-trunk\ruby\ext\svn\ext
>
> 04/14/2007 04:34 PM <DIR> .
> 04/14/2007 04:34 PM <DIR> ..
> 04/14/2007 04:34 PM 127,054 libapr.dll
> 04/14/2007 04:34 PM 36,953 libapriconv.dll
> 04/14/2007 04:34 PM 168,023 libaprutil.dll
> 04/14/2007 04:34 PM 155,740 libsvn_client-1.dll
> 04/14/2007 04:34 PM 86,106 libsvn_delta-1.dll
> 04/14/2007 04:34 PM 45,144 libsvn_diff-1.dll
> 04/14/2007 04:34 PM 208,980 libsvn_fs-1.dll
> 04/14/2007 04:34 PM 356,436 libsvn_ra-1.dll
> 04/14/2007 04:34 PM 122,970 libsvn_repos-1.dll
> 04/14/2007 04:34 PM 319,576 libsvn_subr-1.dll
> 04/14/2007 04:34 PM 180,308 libsvn_wc-1.dll

It seems that libsvn_swig_ruby-1.dll is missing.
My patch for make_dist.py might be incorrect...

> > ...
> > target_dirs.each do |dir|
> > next unless File.basename(dir) == "ruby"
> > base_dir = File.expand_path(dir)
> > $LOAD_PATH.unshift(File.join(base_dir, "ext"))
> > $LOAD_PATH.unshift(File.join(base_dir, "lib"))
> > end
> >
> > +p target_dirs
> > +p target_dirs.collect {|dir| File.basename(dir)}
> > +p target_dirs.collect {|dir| File.expand_path(dir)}
> > +p $LOAD_PATH
> >
>
>
> Here's the output:

That seems good.

Thanks,

--
kou
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Apr 16 04:01:18 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.