Re: Proxy_Util needs another export.

2016-02-05 Thread NormW
G/A Rainer JACKPOT! Building D:/Projects/svn/httpd-trunk/modules/proxy Calling NWGNUproxy GEN obj_release/proxy_cc.opt CC mod_proxy.c CC proxy_util.c CC ../arch/netware/libprews.c GEN obj_release/proxy_link.opt LINK obj_release/proxy.nlm Calling NWGNUproxycon GEN obj_release/proxycon_cc

Re: Proxy_Util needs another export.

2016-02-05 Thread NormW
Na! Thanks for your efforts!; the 'problem' has been skipped over for years. Will 'update' and see what happens. FTM. Norm On 6/02/2016 11:38 AM, Rainer Jung wrote: Hi Norm, Am 05.02.2016 um 22:58 schrieb NormW: G/M Rainer, I'd say this is getting much closer now: The only symbol that doesn't

Re: Proxy_Util needs another export.

2016-02-05 Thread Rainer Jung
Hi Norm, Am 05.02.2016 um 22:58 schrieb NormW: G/M Rainer, I'd say this is getting much closer now: The only symbol that doesn't seem to make it into mod_proxy's export list is 'proxy_module' itself. The build log for /proxy looks like: It should make it to mod_proxy's export list, because lik

Re: Proxy_Util needs another export.

2016-02-05 Thread NormW
G/M Rainer, I'd say this is getting much closer now: The only symbol that doesn't seem to make it into mod_proxy's export list is 'proxy_module' itself. The build log for /proxy looks like: Building D:/Projects/svn/httpd-trunk/modules/proxy Calling NWGNUproxy GEN obj_release/proxy_cc.opt CC

Re: Proxy_Util needs another export.

2016-02-05 Thread Rainer Jung
Am 05.02.2016 um 12:14 schrieb NormW: G/E 9.51pm in Oz Updated http-trunk (last mod_proxy.h by Yann) and now get the following: Building D:/Projects/svn/httpd-trunk/modules/proxy Calling NWGNUproxy GEN obj_release/proxy_cc.opt CC mod_proxy.c CC proxy_util.c CC ../arch/netware/libprews.c

Re: Proxy_Util needs another export.

2016-02-05 Thread NormW
G/E 9.51pm in Oz Updated http-trunk (last mod_proxy.h by Yann) and now get the following: Building D:/Projects/svn/httpd-trunk/modules/proxy Calling NWGNUproxy GEN obj_release/proxy_cc.opt CC mod_proxy.c CC proxy_util.c CC ../arch/netware/libprews.c GEN obj_release/proxy_link.opt LINK ob

Re: Proxy_Util needs another export.

2016-02-05 Thread NormW
G/ Rainer, In summary, the only /proxy/ nlm to build was serf. (The good news) All other proxy items failed with: ### mwccnlm Compiler: # In: mod_proxy.h #From: mod_proxy_wstunnel.c # - # 95: PROXY_DECLARE_DATA extern proxy_hcmethods_t proxy_hcmethods[]

Re: Proxy_Util needs another export.

2016-02-05 Thread NormW
G/E Rainer Will test in next 10 minutes or so... The AP_PROXY_DECLARE ones are doable by build/make_nw_export.awk - proxy_* ones I think are trickier. But will advise in < 10 mins. Norm On 5/02/2016 11:23 AM, Rainer Jung wrote: Hi Norm, Am 31.01.2016 um 00:59 schrieb NormW: G'Day, Recent ch

Re: Proxy_Util needs another export.

2016-02-04 Thread Rainer Jung
Hi Norm, Am 31.01.2016 um 00:59 schrieb NormW: G'Day, Recent changes to mod_proxy_[connect/wstunnel] prompt another export from proxy_util. Wouldn't an awk script simplify symbol extraction from proxy_util and obviate the need for tweaking manual lists? I added support for proxy to the already

Re: Proxy_Util needs another export.

2016-02-01 Thread Jim Jagielski
> On Jan 30, 2016, at 6:59 PM, NormW wrote: > > G'Day, > Wouldn't an awk script simplify symbol extraction from proxy_util and obviate > the need for tweaking manual lists? > awk or perl or something, yeah :)

Re: Proxy_Util needs another export.

2016-02-01 Thread Jim Jagielski
Applied! > On Jan 30, 2016, at 6:59 PM, NormW wrote: > >

Proxy_Util needs another export.

2016-01-30 Thread NormW
G'Day, Recent changes to mod_proxy_[connect/wstunnel] prompt another export from proxy_util. Wouldn't an awk script simplify symbol extraction from proxy_util and obviate the need for tweaking manual lists? Diff also attached. Index: modules/proxy/NWGNUproxy ==