I always get that kind of error when I forget to set RUBYLIB to point to
extra libraries, e.g.
export RUBYLIB=$HOME/my_ruby_lib_dir
RUBYLIB is a colon-separated string, like PATH, i.e. there can be
multiple directories
export RUBYLIB="/home/me/ruby:/opt/ruby-extension/lib"
if it works I imagine you'd set that in an init file somewhere, but I'm
not a mac guy so I don't know where. the export command may not look
like that if your shell isn't bash.
Jeremy Whitlock wrote:
> Hi All,
> I've been able to successfully compile the Ruby bindings but when
> I run "make check-swig-rb" I get the following:
>
> require': no such file to load -- svn/ext/core (LoadError)
>
> Is there any special magic that needs to be applied to make the Ruby
> bindings work on the Mac? I'm using Ruby 1.8.6, Swig 1.3.31 and
> Subversion 1.4.3. I've spent a good deal of this googling and such
> but no one really fixes this that I've found.
>
> Take care,
>
> Jeremy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 7 11:49:49 2007