https://bz.apache.org/bugzilla/show_bug.cgi?id=62228

--- Comment #12 from Rainer Jung <[email protected]> ---
(In reply to Norton Warner from comment #10)
> Same problem...doing what you suggested as 'one long line'
> 
> OUTPUT
> 
> mod_proxy.c:2675: error: expected '=', ',', ';', 'asm' or '__attribute__'
> before '*' token
> mod_proxy.c: In function 'ap_proxy_ssl_engine':
> mod_proxy.c:2709: error: 'proxy_ssl_engine' undeclared (first use in this
> function)
> mod_proxy.c:2709: error: (Each undeclared identifier is reported only once
> mod_proxy.c:2709: error: for each function it appears in.)
> mod_proxy.c:2710: warning: implicit declaration of function
> 'proxy_ssl_engine'
> mod_proxy.c: In function 'proxy_post_config':
> mod_proxy.c:2760: error: 'proxy_ssl_engine' undeclared (first use in this
> function)
> mod_proxy.c:2760: error: 'apr_OFN_ssl_engine_set_t' undeclared (first use in
> this function)
> mod_proxy.c:2760: error: expected expression before ')' token

That was expected. What Eric tried to point out is: if you run libtool without
"--silent" the first output you get is the real gcc command that libtool issues
to do the compilation. That's the authoritative information about the final
compilation flags being used. So he would have been interested in the output
directly before the error.

But as I said and commented above: I think we already know the solution.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to