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

Re: svn commit: rev 1015 - trunk/subversion/bindings/ruby

From: Yoshiki Hayashi <yoshiki_at_xemacs.org>
Date: 2002-01-22 13:31:17 CET

Greg Stein <gstein@lyra.org> writes:

> > +++ NEW/trunk/subversion/bindings/ruby/wc.c Tue Jan 22 06:03:12 2002
> > @@ -208,8 +208,8 @@
> > Check_Type (aPath, T_STRING);
> >
> > pool = svn_pool_create (NULL);
> > - value = svn_stringf_ncreate (StringValuePtr (aValue),
> > - RSTRING (aValue)->len, pool);
> > + value = svn_stringuf_ncreate (StringValuePtr (aValue),
> > + RSTRING (aValue)->len, pool);
>
> I'd say you should try building, too :-)
>
> That should be svn_stringbuf_ncreate. (missing 'b')
>
> hehe...

Thanks. I don't know why error message slipped my eye.
Anyways, it's fixed now.

> Regarding the build system patch: have you figured out the threading flags
> yet? I've got to believe there is a good way to handle that, without some of
> the flag munging that was in some of the early patches.

Not yet. I think it should be handled by APR, so when I
understand how -pthread option of gcc works, I'll send
something to APR dev list. But first, I need to dig up my
second patch, which didn't contain -lpthread kludge, and
see whether it applies cleanly or not. It should handle
Subversion side of build system.

-- 
Yoshiki Hayashi
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:57 2006

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.