[Win32] Apache 2.0.40-dev error compiling latest snapshots (mod_perl)

2002-07-07 Thread Juergen Heckel
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' specifiesundefined struct/union 'apr_table_t'

RE: [Win32] Apache 2.0.40-dev error compiling latest snapshots (mod_perl)

2002-07-07 Thread Bill Stoddard
apr_table_t is now an incomplete type. Taka a look at this patch and it should give you an idea how to fix mod_perl. Bill stoddard2002/07/05 19:49:59 Modified:modules/arch/win32 mod_win32.c modules/experimental mod_mem_cache.c Log: Fix some Win32 compile breaks

Re: [Win32] Apache 2.0.40-dev error compiling latest snapshots (mod_perl)

2002-07-07 Thread jlwpc1
From: Bill Stoddard :: Index: mod_win32.c :: (strncmp(elts[i].key, HTTP_, 5) == 0 ::|| strncmp(elts[i].key, SERVER_, 7) == 0 FYI... Seen the new safer C strings for Windows programmers? quote Strsafe.h: Safer String Handling in C Keep your C code secure with strsafe.h functions, a