Re: [us...@httpd] mod_proxy_html.c: error: initializer element is not constant

2009-01-19 Thread Arthur Mead
An acknowledgement, with thanks to Nick Kew.I'm working on the patch but no success to report (yet). Will feedback if outcome is positive - thanks for your help.Regards, Arthur Mead - The official User-To-User

[us...@httpd] mod_proxy_html.c: error: initializer element is not constant

2009-01-12 Thread Arthur Mead
I'm not sure how to stimulate interest here - maybe I'm in the wrong forum.My problem is that I cannot compile mod_proxy_html.c because of the error 'initializer element is not constant' in the 'static const command_rec proxy_html_cmds[] =' function. I'm using the MinGW Compiler (the

Re: [us...@httpd] mod_proxy_html.c: error: initializer element is not constant

2009-01-12 Thread Arthur Mead
arcane - but I will if you think that's the best place.Regards, Arthur Mead Nick Kew wrote: Arthur Mead wrote: I'm not sure how to stimulate interest here - maybe I'm in the wrong forum.My problem is that I cannot compile mod_proxy_html.c because of the error 'initializer element

[us...@httpd] mod_proxy_html.c: error: initializer element is not constant

2009-01-03 Thread Arthur Mead
Aim: To compile mod_proxy_html.c in order to run Apache 2.0 under Windows XP as a proxy server to/from the web. Compiler: MinGW Windows Compiler using GNU gcc-3.4.5 The compiler delivers error messages only concerned with the following function and only those array members marked /* ERROR*/.