Hi All. I'm trying to compile WebKit which is already included on Froyo source code. I downloaded entire platform codes and successfully compiled with default option without any modification.
Now, I'm trying to enable SVG features and SVG_ANIMATION features on WebKit. I modified some build scripts, I referred below site. http://www.tandroid.org/enable-android-webkit-svg But, while building libwebcore.a, I got an error like this. ............. Live child 0x11fa4728 (out/target/product/generic/obj/STATIC_LIBRARIES/ libwebcore_intermediates/libwebcore.a) PID 6900 target StaticLib: libwebcore (out/target/product/generic/obj/ STATIC_LIBRARIES/libwebcore_intermediates/libwebcore.a) Reaping winning child 0x11fa4728 PID 6900 make: execvp: /bin/bash: Argument list too long Live child 0x11fa4728 (out/target/product/generic/obj/STATIC_LIBRARIES/ libwebcore_intermediates/libwebcore.a) PID 6901 Reaping losing child 0x11fa4728 PID 6901 make: *** [out/target/product/generic/obj/STATIC_LIBRARIES/ libwebcore_intermediates/libwebcore.a] Error 127 Removing child 0x11fa4728 PID 6901 from chain. I assume that this error is from build-script because they used too many files as arguments. But, I can't find out where the makefile is and how can I solve this. I'll wait for your helps. :) Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

