Re: automaticly created XS in mod_perl 2.0

2001-05-30 Thread Doug MacEachern
On Mon, 28 May 2001, Gerald Richter wrote: > > > this looks like one of the problems the hacked version of C::Scan (at > > perl.apache.org/~dougm/) fixes. > > > > I have the C::Scan from perl.apache.org/~dougm/ . I just rechecked to be > sure. So maybe you have done some more fixes and not uplo

Re: automaticly created XS in mod_perl 2.0

2001-05-27 Thread Gerald Richter
> this looks like one of the problems the hacked version of C::Scan (at > perl.apache.org/~dougm/) fixes. > I have the C::Scan from perl.apache.org/~dougm/ . I just rechecked to be sure. So maybe you have done some more fixes and not uploaded it to perl.apache.org/~dougm/ ? Also the C::Scan-

Re: automaticly created XS in mod_perl 2.0

2001-05-27 Thread Doug MacEachern
On Sun, 27 May 2001, Gerald Richter wrote: > I tried this already. Addtionaly to add the dav_ prefix, I had to add the > mod_dav.h to the include files (because it's not in the include directory). > > I parses the function correctly, but not the callbacks. As far as I seen, > you don't create t

Re: automaticly created XS in mod_perl 2.0

2001-05-27 Thread Gerald Richter
> > the current tools should work for generating a mod_dav backend with 2.0 > i think we just need to add the dav_ prefix to Apache::ParseSource so > mod_dav.h is parsed into the Apache::{Function,Structure}Table. > I tried this already. Addtionaly to add the dav_ prefix, I had to add the mod_dav

Re: automaticly created XS in mod_perl 2.0

2001-05-25 Thread Doug MacEachern
On Fri, 25 May 2001, Gerald Richter wrote: > ok, I give it a try. I don't expect it to be a real general tool (I think I > don't have the time to really abstract all the work you have done in a more > general way), but something that I can use to build the mod_dav backend for > mod_perl 1.x and

Re: automaticly created XS in mod_perl 2.0

2001-05-25 Thread Gerald Richter
> i intended to make the mod_perl-2.0 code generation tied tight to > Apache/mod_perl. i didn't want to build a generic tool, like another swig > or Inline.pm, i only wanted something generic enough to work with the > entire Apache/APR api, along with Apache modules like mod_dav, mod_proxy, > e

Re: automaticly created XS in mod_perl 2.0

2001-05-25 Thread Doug MacEachern
i intended to make the mod_perl-2.0 code generation tied tight to Apache/mod_perl. i didn't want to build a generic tool, like another swig or Inline.pm, i only wanted something generic enough to work with the entire Apache/APR api, along with Apache modules like mod_dav, mod_proxy, etc. my bigg

automaticly created XS in mod_perl 2.0

2001-05-25 Thread Gerald Richter
Hi Doug, for my implemetation of the interface to mod_dav I again looked thru your code that generates the XS for mod_perl 2.0. I have done this the first time when I implemented my HTTP::Webdav (which is a webdav client and will be soon on CPAN). For this first project that does automaticly gene