Hi, another compiler error (the last one): since 05.07.2002 compiling mod_perl gives the following errors:
F:/Projects/MSVC/modperl-2.0/xs\APR/Table/APR__Table.h(73) : error C2037: left of 'a' specifies undefined struct/union 'apr_table_t' F:/Projects/MSVC/modperl-2.0/xs\APR/Table/APR__Table.h(73) : error C2198: 'apr_hash_make' : too few actual parameters After a long search through many files I replaced (because I don't understand C++) the apache2\include\apr_tables.h with an older version and now mod_perl compiles without an error. Juergen
