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

2002-07-07 Thread Sebastian Bergmann
Brian Pane wrote: It may be unsafe to cast to a long when the arg is a %qd. How about this: Compiles as well :) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

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

2002-07-07 Thread Brian Pane
On Sat, 2002-07-06 at 23:31, Sebastian Bergmann wrote: Brian Pane wrote: It may be unsafe to cast to a long when the arg is a %qd. How about this: Compiles as well :) Thanks, I've just committed the change. --Brian

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

2002-07-07 Thread Juergen Heckel
Brian Pane wrote: On Sat, 2002-07-06 at 23:31, Sebastian Bergmann wrote: Brian Pane wrote: It may be unsafe to cast to a long when the arg is a %qd. How about this: Compiles as well :) Thanks, I've just committed the change. --Brian Hi, fine, thank you. Juergen PS. The next

[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

[Win32] Apache 2.0.40-dev error compiling latest snapshots

2002-07-06 Thread Juergen Heckel
Hi, since 3 days I cannot compile the latest snapshots without an error: ab.c F:\Projects\MSVC\httpd-2.0\support\ab.c(831) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data F:\Projects\MSVC\httpd-2.0\support\ab.c(1104) : error C2632: 'long' followed by 'long' is

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

2002-07-06 Thread Sebastian Bergmann
Juergen Heckel wrote: Replacing the ab.c with an older version solves this little problem. Index: support/ab.c === RCS file: /home/cvspublic/httpd-2.0/support/ab.c,v retrieving revision 1.106 diff -u -r1.106 ab.c --- support/ab.c

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

2002-07-06 Thread Brian Pane
On Sat, 2002-07-06 at 23:07, Sebastian Bergmann wrote: Juergen Heckel wrote: Replacing the ab.c with an older version solves this little problem. Index: support/ab.c === RCS file: /home/cvspublic/httpd-2.0/support/ab.c,v