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

Ruby binding install problem

From: Eric Gillespie <epg_at_pretzelnet.org>
Date: 2005-04-06 04:38:25 CEST

Makefile.in has:

swig_rbdir = $(SWIG_RB_SITE_ARCH_DIR)/svn/ext
[...]
INSTALL_EXTRA_SWIG_RB=\
  for i in $(abs_srcdir)/subversion/bindings/swig/ruby/svn/*.rb;
  do \
    $(INSTALL_DATA) "$$i" $(DESTDIR)$(SWIG_RB_SITE_LIB_DIR); \
  done

swig_rbdir looks right, but shouldn't the second part be
installing to $(SWIG_RB_SITE_LIB_DIR)/svn? It seems completely
wrong to end up with client.rb and friends directly in the site
dir, so that you'd have to require 'client' instead of require
'svn/client'. Yet that's exactly what i end up with. Looking at
svnshell.rb, it looks like it is indeed supposed to be in a 'svn'
subdirectory.

So what gives?

-- 
Eric Gillespie <*> epg@pretzelnet.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 6 19:41:52 2005

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.