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 suppor
On Mon, 12 Jan 2009 11:57:43 +
Arthur Mead wrote:
> I'm using the MinGW Compiler (the Windows version of GNU gcc-3.4.5)
> in WindowsXP.
Patch available at
https://issues.apache.org/bugzilla/show_bug.cgi?id=46175
Not sure if any of the core devs have tested it: it's not a
widely-used platf
Dear Nick,
Thanks for your input. I didn't compile the other modules - I
downloaded and installed the Apache Windows binary. I'm trying to add
the proxy html module so that a small network can access the web.
The problem seems to me to be that initialiser elements need to be
constants (
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 is not constant' in the 'static const
command_rec proxy_html_cmds[] =' function.
I'm using the MinGW
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 Windo
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*/.