If it's possible, I would like to get the perchild changes that I am working on tonight into 2.0.34. I am tired of the reports that perchild doesn't compile. :-) I am hoping to have the whole thing working by the end of the day.
Ryan ---------------------------------------------- Ryan Bloom [EMAIL PROTECTED] 645 Howard St. [EMAIL PROTECTED] San Francisco, CA > -----Original Message----- > From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED]] > Sent: Sunday, March 31, 2002 6:23 PM > To: [EMAIL PROTECTED] > Subject: Re: 2.0.34 up-to-date wrt cvs HEAD > > At 03:01 PM 3/31/2002, Cliff wrote: > > >The error you're getting is "pointers to functions with different > >attributes". My only humble guess is that it's a problem with > >apr_bucket_free() being APU_DECLARE'd and the parameter to > >apr_bucket_heap_create/make() not specifying that. Does that sound like > a > >logical hypothesis? If it's not that, I'm running out of ideas. If it > is > >that, I still don't know how to fix it. :) > > With _NONSTD, which tells msvc that the function is to be declared _cdecl > (e.g. the usual void foo(void arg) declaration) as opposed to _stdcall, > which > uses pascal - callee pops the args on return - convention. > > The patch is applied and the tag adjusted appropriately. Thanks for > catching > this one, Jerry, and good call Cliff! > > Bill
