DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14297>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14297 Could't compile output_filter 4 Ap2.0 Summary: Could't compile output_filter 4 Ap2.0 Product: Apache httpd-2.0 Version: 2.0.43 Platform: PC OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: Build AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Hello, i'm trying to compile output filter for apache 2.0.43. I have tested with 2 tutorial and all was great. But when I need to implement core filter, compiler write this errors; mod_blank.c: In function `int mod_blank_filter (ap_filter_t *, apr_bucket_brigade *)': mod_blank.c:68: parse error before `return' mod_blank.c: In function `void mod_blank_register_hooks (apr_pool_t *)': mod_blank.c:86: `AP_FTYPE_CONTENT' undeclared (first use this function) mod_blank.c:86: (Each undeclared identifier is reported only once for each function it appears in.) make: *** [mod_blank.lo] Error 1 mod_blank.c:68 is statement: return APR_SUCCESS; I have included #include "httpd.h" #include "http_config.h" #include "http_request.h" #include "http_core.h" #include "http_protocol.h" #include "http_log.h" #include "http_main.h" #include "util_script.h" #include "http_core.h" #include "apr_buckets.h" #include "apr_strings.h" #include "ap_config.h" #include "util_filter.h" Can You help me? This is my Baeochor Work. Thansk. Miloslav Vlach --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
