On Jan 20, 2011, at 10:21 PM, NormW wrote: > Greetings All, > Following updates yesterday httpd trunk (for NetWare folks anyway) has a few > 'problems': > >>> Calling NWGNUproxybalancer >>> Compiling mod_proxy_balancer.c >>> ### mwccnlm Compiler: >>> # File: mod_proxy_balancer.c >>> # ----------------------------- >>> # 739: ap_pstr2_alnum(pconf, balancer->name, >>> &balancer->sname); >>> # Error: >>> ^ >>> # illegal implicit conversion from 'const char **' to >>> # 'char **' > >
Most likely makes sense to change ap_pstr2_alnum to accept const char** >>> Calling NWGNUslotmem_plain >>> Generating obj_release\slotmem_plain_cc.opt >>> Compiling mod_slotmem_plain.c >>> ### mwccnlm Compiler: >>> # File: mod_slotmem_plain.c >>> # ---------------------------- >>> # 61: ptr += mem->size; >>> # Error: ^ >>> # illegal type >>> ### mwccnlm Compiler: >>> # 110: res->inuse = res->base + basesize; >>> # Error: ^ >>> # illegal type >>> ### mwccnlm Compiler: >>> # 159: ptr = score->base + score->size * id; >>> # Error: ^ >>> # illegal type > Hmm... Does NW only allow pointer offsets to be int???
