Stas Bekman wrote:
gSOAP acct wrote:

Hi Stas,

I think I got the cvs version of modperl you mentioned
...

cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic
co modperl-2.0

... Is that right?


Right.

 > modperl_constants.c:1576: error: `AP_MPMQ_RUNNING'
 > undeclared (first use in this function)

I know what the problem is (new defines introduced in 2.0.49). Could you use the latest Apache, 2.0.49? Alternatively (w/o upgrading Apache) try again with this earlier checkout:

cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic \
co -D 20040413 -d mp2-20040413 modperl-2.0

it'll checkout the version from Apr 13's into mp2-20040413

We will fix the current cvs soon to work w/ older Apache versions. (it's the fixed source scanner that has picked those new constants from my httpd-2.0 cvs tree)

It's strange that you had this problem. I've built with 2.0.46 and had no such errors, since we have ifdef:


#ifdef AP_MPMQ_RUNNING
              return newSViv(AP_MPMQ_RUNNING);
#endif /* AP_MPMQ_RUNNING */

So I'll leave it as is until someone who has this problem will be able to debug it.

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to