Does anybody know how to enable SVG in webkit? I have followed the steps mention in the following link but unable to do so. https://review.source.android.com/#change,17258
I have modified the above 3 files mentioned in the link and also enabled the variable ENABLE_SVG and ENABLE_SVG_ANIMATION. But the compilation is stopping at :- target thumb C++: libwebcore <= external/webkit/WebCore/bindings/v8/ V8ConsoleMessage.cpp target thumb C++: libwebcore <= external/webkit/WebCore/bindings/v8/ V8DOMMap.cpp target thumb C++: libwebcore <= external/webkit/WebCore/bindings/v8/ V8DOMWindowShell.cpp In file included from external/webkit/WebCore/bindings/v8/ DerivedSourcesAllInOne.cpp:103: out/target/product/SGH-T959V/obj/STATIC_LIBRARIES/ libwebcore_intermediates/WebCore/bindings/V8DOMWindow.cpp:5027: error: 'SVGAELEMENT' is not a member of 'WebCore::V8ClassIndex' out/target/product/SGH-T959V/obj/STATIC_LIBRARIES/ libwebcore_intermediates/WebCore/bindings/V8DOMWindow.cpp:5037: error: 'SVGANGLE' is not a member of 'WebCore::V8ClassIndex' out/target/product/SGH-T959V/obj/STATIC_LIBRARIES/ libwebcore_intermediates/WebCore/bindings/V8DOMWindow.cpp:5047: error: 'SVGANIMATEDANGLE' is not a member of 'WebCore::V8ClassIndex' out/target/product/SGH-T959V/obj/STATIC_LIBRARIES/ libwebcore_intermediates/WebCore/bindings/V8DOMWindow.cpp:5057: error: 'SVGANIMATEDBOOLEAN' is not a member of 'WebCore::V8ClassIndex' out/target/product/SGH-T959V/obj/STATIC_LIBRARIES/ libwebcore_intermediates/WebCore/bindings/V8DOMWindow.cpp:5067: error: 'SVGANIMATEDENUMERATION' is not a member of 'WebCore::V8ClassIndex' out/target/product/SGH-T959V/obj/STATIC_LIBRARIES/ libwebcore_intermediates/WebCore/bindings/V8DOMWindow.cpp:5077: error: 'SVGANIMATEDINTEGER' is not a member of 'WebCore::V8ClassIndex' out/target/product/SGH-T959V/obj/STATIC_LIBRARIES/ libwebcore_intermediates/WebCore/bindings/V8DOMWindow.cpp:5087: error: 'SVGANIMATEDLENGTH' is not a member of 'WebCore::V8ClassIndex' out/target/product/SGH-T959V/obj/STATIC_LIBRARIES/ libwebcore_intermediates/WebCore/bindings/V8DOMWindow.cpp:5097: error: 'SVGANIMATEDLENGTHLIST' is not a member of 'WebCore::V8ClassIndex' out/target/product/SGH-T959V/obj/STATIC_LIBRARIES/ libwebcore_intermediates/WebCore/bindings/V8DOMWindow.cpp:5107: error: 'SVGANIMATEDNUMBER' is not a member of 'WebCore::V8ClassIndex' out/target/product/SGH-T959V/obj/STATIC_LIBRARIES/ libwebcore_intermediates/WebCore/bindings/V8DOMWindow.cpp:5117: error: 'SVGANIMATEDNUMBERLIST' is not a member of 'WebCore::V8ClassIndex' out/target/product/SGH-T959V/obj/STATIC_LIBRARIES/ libwebcore_intermediates/WebCore/bindings/V8DOMWindow.cpp:5127: error: 'SVGANIMATEDPRESERVEASPECTRATIO' is not a member of 'WebCore::V8ClassIndex' out/target/product/SGH-T959V/obj/STATIC_LIBRARIES/ libwebcore_intermediates/WebCore/bindings/V8DOMWindow.cpp:5137: error: 'SVGANIMATEDRECT' is not a member of 'WebCore::V8ClassIndex' out/target/product/SGH-T959V/obj/STATIC_LIBRARIES/ libwebcore_intermediates/WebCore/bindings/V8DOMWindow.cpp:5147: error: 'SVGANIMATEDSTRING' is not a member of 'WebCore::V8ClassIndex' out/target/product/SGH-T959V/obj/STATIC_LIBRARIES/ libwebcore_intermediates/WebCore/bindings/V8DOMWindow.cpp:5157: error: 'SVGANIMATEDTRANSFORMLIST' is not a member of 'WebCore::V8ClassIndex' out/target/product/SGH-T959V/obj/STATIC_LIBRARIES/ libwebcore_intermediates/WebCore/bindings/V8DOMWindow.cpp:5167: error: 'SVGCIRCLEELEMENT' is not a member of 'WebCore::V8ClassIndex' out/target/product/SGH-T959V/obj/STATIC_LIBRARIES/ libwebcore_intermediates/WebCore/bindings/V8DOMWindow.cpp:5177: error: 'SVGCLIPPATHELEMENT' is not a member of 'WebCore::V8ClassIndex' out/target/product/SGH-T959V/obj/STATIC_LIBRARIES/ libwebcore_intermediates/WebCore/bindings/V8DOMWindow.cpp:5187: error: 'SVGCOLOR' is not a member of 'WebCore::V8ClassIndex' out/target/product/SGH-T959V/obj/STATIC_LIBRARIES/ libwebcore_intermediates/WebCore/bindings/V8DOMWindow.cpp:5197: error: 'SVGCURSORELEMENT' is not a member of 'WebCore::V8ClassIndex' Does anybody know where i am goofup? Please help. Thanks, AJ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en