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

Re: [Issue 2210][RFC] How about /branches/svn-ruby?

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2005-02-19 16:12:05 CET

Kouhei Sutou wrote:

> Thanks.
> Now, I have a account. And I made a new branch for SWIG-Ruby
> bindings.
> http://svn.collab.net/repos/svn/branches/ruby/
>
> So we can review this bindings easily.
>
> % svn co http://svn.collab.net/repos/svn/branches/ruby/ svn-ruby
> % cd svn-ruby
> % ./autogen.sh
> % make check-swig-rb
>
> Regards,

I'm happy to report that I was finally able to get this to work. For
some reason the libruby1.8 that my Linux distribution installed was not
exposing rb_hash_foreach (nm /usr/lib/libruby1.8.a | grep
rb_hash_foreach showed it as defined, but not exposed), so whenever I
ran the tests I'd get a relocation error. Building against a locally
built version of Ruby worked fine though, and all tests are passing.

Nice work on this stuff, it's very cool.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Feb 19 16:13:36 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.