[webkit-dev] Compiling SVG lighting filters for ARM NEON

Martin Robinson mrobinson at webkit.org
Fri Jun 17 11:37:03 PDT 2011


On Fri, Jun 17, 2011 at 5:04 AM, itisravi <cyberax82 at gmail.com> wrote:
> Hello,
> 1.Could someone give inputs on what specific project files are to be
> modified in a webkit-gtk build if I add new sources to the tree?
>
> 2.I was trying to build the FELighting Filters  for NEON; the build fails
> with the following message:
> Source/WebCore/platform/graphics/filters/FELighting.cpp:37: fatal error:
> FELightingNEON.h: No such file or directory

Are you working from a release tarball? If so, you should probably start by
getting the repository from git or svn. It's likely that we just didn't ship
this file. We probably just need to add it to Source/WebCore/
GNUmakefile.list.am in the repo before the next release.

--Martin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20110617/a84c8e40/attachment.html>


More information about the webkit-dev mailing list