https://issues.apache.org/bugzilla/show_bug.cgi?id=46517
Kiran S <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Kiran S <[email protected]> 2009-01-12 15:40:15 PST --- Hi, I was able to configure but stuck up with make now !! It says - "make: Fatal error: Command failed for target `exports.c'" Pls guide. /usr/bin/awk -f /Application/bpa/Apache/httpd-2.2.10/build/make_exports.awk `cat export_files` > exports.c awk: syntax error near line 31 awk: illegal statement near line 31 awk: syntax error near line 45 awk: bailing out near line 45 *** Error code 2 make: Fatal error: Command failed for target `exports.c' Current working directory /Application/bpa/Apache/httpd-2.2.10/server *** Error code 1 The following command caused the error: otarget=`echo all-recursive|sed s/-recursive//`; \ list=' mpm'; \ for i in $list; do \ if test -d "$i"; then \ target="$otarget"; \ echo "Making $target in $i"; \ if test "$i" = "."; then \ made_local=yes; \ target="local-$target"; \ fi; \ (cd $i && make $target) || exit 1; \ fi; \ done; \ if test "$otarget" = "all" && test -z 'delete-exports libmain.la export_vars.h httpd.exp'; then \ made_local=yes; \ fi; \ if test "$made_local" != "yes"; then \ make "local-$otarget" || exit 1; \ fi make: Fatal error: Command failed for target `all-recursive' Current working directory /Application/bpa/Apache/httpd-2.2.10/server *** Error code 1 The following command caused the error: otarget=`echo all-recursive|sed s/-recursive//`; \ list=' srclib os server modules support'; \ for i in $list; do \ if test -d "$i"; then \ target="$otarget"; \ echo "Making $target in $i"; \ if test "$i" = "."; then \ made_local=yes; \ target="local-$target"; \ fi; \ (cd $i && make $target) || exit 1; \ fi; \ done; \ if test "$otarget" = "all" && test -z 'httpd '; then \ made_local=yes; \ fi; \ if test "$made_local" != "yes"; then \ make "local-$otarget" || exit 1; \ fi make: Fatal error: Command failed for target `all-recursive' -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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]
