>>/users/webuser/src/modperl-2.0/xs/APR/Table/APR__Table.h:73: dereferencing
>>pointer to incomplete type
>>make[3]: *** [Table.o] Error 1

please either apply this patch or use the cvs version (which now 
contains this patch) and it will work.

Index: xs/APR/Table/APR__Table.h
===================================================================
RCS file: /home/cvs/modperl-2.0/xs/APR/Table/APR__Table.h,v
retrieving revision 1.7
diff -u -r1.7 APR__Table.h
--- xs/APR/Table/APR__Table.h   12 Nov 2001 22:14:36 -0000      1.7
+++ xs/APR/Table/APR__Table.h   9 Jul 2002 06:51:29 -0000
@@ -70,7 +70,7 @@
          char *filter_entry;
          STRLEN len;

-        tdata.filter = apr_hash_make(table->a.pool);
+        tdata.filter = apr_hash_make(apr_table_elts(table)->pool);

          while (MARK <= SP) {
              filter_entry = SvPV(*MARK, len);


__________________________________________________________________
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

Reply via email to