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[];
# Error: ^^^^^^
# declaration syntax error
# Too many errors printed, aborting program
This may be due to a limitation of the compiler due to the version of C
that is supported by it or some other issue with the macro expansion.
Under the default c-flags the compiler will abort on the first error,
other issues MAY be lurking further thru the compile process.
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 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 existing awk script in trunk.
Any chance you can try building trunk using those changes, so I can
propose for backport?
The changes were:
- r1728569: add some missing symbols to the old style makefile
- r1728572: add PROXY_DECLARE_DATA
- r1728573: add support for proxy to build/make_nw_export.awk
- r1728574: use the awk script instead of the hand written list
Regards,
Rainer