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=17706>. 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=17706 Make of 2.0.44 fails - AIX 4.3.3/gcc 3.04/gnu make 3.79 Summary: Make of 2.0.44 fails - AIX 4.3.3/gcc 3.04/gnu make 3.79 Product: Apache httpd-2.0 Version: 2.0.44 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Build AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I've having problems making httpd-2.0.44 (pulled from mirror on 3/2/03) on AIX 4.3.3.0.11 using gcc 3.04 and gnu make 3.79. The 'make' command fails at: /bin/sh /usr/local/src/httpd-2.0.44/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthr ead -U__STR__ -D_USE_IRS -D_THREAD_SAFE -DAP_HAVE_DESIGNATED_INITIALIZER - I/usr/local/src/h ttpd-2.0.44/srclib/apr/include -I/usr/local/src/httpd-2.0.44/srclib/apr- util/include -I/usr/loca l/include -I. -I/usr/local/src/httpd-2.0.44/os/unix -I/usr/local/src/httpd- 2.0.44/server/mpm/pre fork -I/usr/local/src/httpd-2.0.44/modules/http -I/usr/local/src/httpd- 2.0.44/modules/filters -I /usr/local/src/httpd-2.0.44/modules/proxy -I/usr/local/src/httpd- 2.0.44/include -I/usr/local/src /httpd-2.0.44/modules/dav/main -prefer-non-pic -static -c prefork.c && touch prefork.lo prefork.c: In function `child_main': prefork.c:562: `ap_max_mem_free' undeclared (first use in this function) prefork.c:562: (Each undeclared identifier is reported only once prefork.c:562: for each function it appears in.) if I add the statement 'static int ap_max_mem_free=0;' to prefork.c, it compiles without errors, but then I get stuck at: /bin/sh /usr/local/src/httpd-2.0.44/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthr ead -U__STR__ -D_USE_IRS -D_THREAD_SAFE -DAP_HAVE_DESIGNATED_INITIALIZER - I/usr/local/src/h ttpd-2.0.44/srclib/apr/include -I/usr/local/src/httpd-2.0.44/srclib/apr- util/include -I/usr/loca l/include -I. -I/usr/local/src/httpd-2.0.44/os/unix -I/usr/local/src/httpd- 2.0.44/server/mpm/pre fork -I/usr/local/src/httpd-2.0.44/modules/http -I/usr/local/src/httpd- 2.0.44/modules/filters -I /usr/local/src/httpd-2.0.44/modules/proxy -I/usr/local/src/httpd- 2.0.44/include -I/usr/local/src /httpd-2.0.44/modules/dav/main -prefer-non-pic -static -c config.c && touch config.lo config.c: In function `ap_invoke_filter_init': config.c:342: structure has no member named `filter_init_func' config.c:343: structure has no member named `filter_init_func' config.c: In function `ap_register_hooks': config.c:435: `apr_hook_debug_enabled' undeclared (first use in this function) config.c:435: (Each undeclared identifier is reported only once config.c:435: for each function it appears in.) config.c:438: `apr_hook_debug_current' undeclared (first use in this function) config.c: In function `ap_setup_prelinked_modules': config.c:616: `apr_hook_global_pool' undeclared (first use in this function) Any suggestions? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
