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

Re: [patch] Building the Ruby bindings on windows with SWIG > 1.3.24

From: Kouhei Sutou <kou_at_cozmixng.org>
Date: 2007-04-12 03:21:59 CEST

Hi Joe,

2007/4/12, Joe Swatosh <joe.swatosh@gmail.com>:
> Okay, third time's the charm, (actually the same as the second patch, but this
> time I'm sure of the testing) I got it building and testing with these
> results....

There are some %apply in apr.i:
  /* If sizeof(apr_off_t) > sizeof(apr_int64_t), apr_off_t will get truncated
   * to a 64-bit integer */
  %apply long long { apr_off_t, apr_int64_t }
  %apply long long *OUTPUT { apr_int64_t * };
  %apply unsigned long long { apr_uint64_t }

Is it enought that we define 'long long' and unsigned long long' typemap?

What about the attached patch?

Thanks,

--
kou


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Thu Apr 12 03:22:18 2007

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.