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

Re: swig-rb bindings fail on Mac OS X 10.4

From: Kouhei Sutou <kou_at_cozmixng.org>
Date: 2005-10-03 02:37:42 CEST

Hi DF,

In <BF65CAF7.573%dfelstead@site5.com>
  "Re: swig-rb bindings fail on Mac OS X 10.4" on Sun, 02 Oct 2005 17:35:51 +1000,
  David Felstead <dfelstead@site5.com> wrote:

> > Could you tell me your ruby version?
> >
> > For example, here is an output on my environment.
> >
> > % ruby -ve 'p(/^Svn_(?=fs_type_)?/)'
> > ruby 1.8.2 (2004-12-25) [powerpc-darwin7.7.0]
> > /^Svn_(?=fs_type_)?/
>
> Here is the output on Mac OS X 10.4:
> davidfelstead$ ruby -ve 'p(/^Svn_(?=fs_type_)?/)'
> ruby 1.8.2 (2004-12-25) [powerpc-darwin7.8.0]
> -e:1: target of repeat operator is invalid: /^Svn_(?=fs_type_)?/

Hmm... Here are the outputs on my friend's environment:

  $ ruby -ve 'p(/^Svn_(?=fs_type_)?/)'
  ruby 1.8.3 (2005-09-25) [powerpc-darwin8.2.0]
  /^Svn_(?=fs_type_)?/
  $ /usr/bin/ruby -ve 'p(/^Svn_(?=fs_type_)?/)'
  ruby 1.8.2 (2004-12-25) [powerpc-darwin8.0]
  /^Svn_(?=fs_type_)?/

Thanks,

--
kou
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 3 03:25:11 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.