Re: Build-Warnings httpd 2.4.x Visual Studio 10, 32 Bit

2012-01-08 Thread Kaspar Brand
On 08.01.2012 00:15, Michael Felt wrote: Patches: maybe I'll have time, as it most are from one file. [...] mod_include.c, line 721.26: 1506-068 (W) Operation between types const void* and const char*(*)(struct {...}*,const void*,const char*) is not allowed. mod_headers.c, line 898.43:

Re: Build-Warnings httpd 2.4.x Visual Studio 10, 32 Bit

2012-01-07 Thread Michael Felt
Patches: maybe I'll have time, as it most are from one file. root@x105:[/data/prj/httpd-2.3.16-beta]grep (W) nohup.out util_expr_eval.c, line 1551.7: 1506-196 (W) Initialization between types const void* and const char*(*)(struct {...}*,const void*) is not allowed. util_expr_eval.c, line 1552.7:

Re: Build-Warnings httpd 2.4.x Visual Studio 10, 32 Bit

2012-01-05 Thread Michael Felt
Can I take this to mean someone would interested in the warnings from an IBM xlc compiler? On Wed, Jan 4, 2012 at 3:03 PM, Rainer Jung rainer.j...@kippdata.de wrote: During the Build for Windows 32 Bit I get the following warnings: mod_data.c(112): warning C4244: 'function' : conversion from

Re: Build-Warnings httpd 2.4.x Visual Studio 10, 32 Bit

2012-01-05 Thread William A. Rowe Jr.
On 1/5/2012 7:03 PM, Michael Felt wrote: Can I take this to mean someone would interested in the warnings from an IBM xlc compiler? Certainly, particularly on the eve of a release.

Re: Build-Warnings httpd 2.4.x Visual Studio 10, 32 Bit

2012-01-05 Thread William A. Rowe Jr.
On 1/5/2012 7:03 PM, Michael Felt wrote: Can I take this to mean someone would interested in the warnings from an IBM xlc compiler? Even moreso... patches which resolve the issue, and hopefully still build clean under more conventional compilers such as gcc.

Build-Warnings httpd 2.4.x Visual Studio 10, 32 Bit

2012-01-04 Thread Rainer Jung
During the Build for Windows 32 Bit I get the following warnings: mod_data.c(112): warning C4244: 'function' : conversion from 'apr_off_t' to 'int', possible loss of data mod_filter.c(596): warning C4090: 'function' : different 'const' qualifiers mod_substitute.c(250): warning C4018: '=' :

Re: Build-Warnings httpd 2.4.x Visual Studio 10, 32 Bit

2012-01-04 Thread Eric Covener
Any fresh hints/pointers about setting up a windows sandbox so I can try to look at the LDAP stuff?

Re: Build-Warnings httpd 2.4.x Visual Studio 10, 32 Bit

2012-01-04 Thread Rainer Jung
Hi Eric, On 04.01.2012 16:07, Eric Covener wrote: Any fresh hints/pointers about setting up a windows sandbox so I can try to look at the LDAP stuff? Here's what I did. Some of it is a bit complex, because I used Visual Studio 10 and the Windows build files are not really optimal for that