G/M from D/U,
Compiling httpd-trunk this morning after an svn update and note the
followings...um....oops
CC server/protocol.c
### mwccnlm Compiler:
# File: server\protocol.c
# --------------------------
# 2007: for (int i = 0; i < conf->protocols->nelts; ++i) {
# Error: ^^^
# expression syntax error
# Too many errors printed, aborting program
User break, cancelled...
D:/Projects/svn/httpd-trunk/build/NWGNUtail.inc:125: recipe for target
'obj_release/protocol.o' failed
make: *** [obj_release/protocol.o] Error 2
CC server/provider.c
[snip,snip,snip...]
CC server/util_script.c
### mwccnlm Compiler:
# File: server\util_script.c
# -----------------------------
# 289: if (conf->fully_qualify_redirect_url != AP_CORE_CONFIG_ON) {
# Error: ^^^^^^^^^^^^^^^^^^^^^^^^^^
# 'fully_qualify_redirect_url' is not a struct/union/class member
# Too many errors printed, aborting program
The protocol.c oops needs the int i predeclared before the for-loop, the
util_script.c is a bit more obscure.
HTH,
Norm