[webkit-dev] WebKit-EFL finally merged, pay attention to CMake build system!

Adam Barth abarth at webkit.org
Sat May 15 10:06:07 PDT 2010


On Sat, May 15, 2010 at 9:14 AM, Gustavo Sverzut Barbieri
<barbieri at profusion.mobi> wrote:
> I'm glad to say that WebKit-EFL was finally merged as the last but
> definitely bit, the build system, was merged into tree today. Many,
> many thanks to all the friends that helped with this painful task,
> including Eric Seidel, Adam Treat, Kenneth Christiansen, Gustavo
> Noronha and possible lots of others.
>
> Now a warning: when renaming files, pay attention to CMakeLists*.txt
> files in tree! The generic files are stored in CMakeLists.txt, while
> the port specific goes into CMakeLists${PORT}.txt  I just noticed that
> another patch went in that moved WebGLArray and now we're in tree but
> cannot compile as the old file we refer is not there anymore.
>
> Next step is trying to setup a build server so we can participate into
> the regular EWS checks. But until there, remember to do that manually
> as you already do for GNUmakefile.am, *.gyp, etc..

If you'd like to run an EWS bot, you can add your port to this file:

http://trac.webkit.org/browser/trunk/WebKitTools/Scripts/webkitpy/common/config/ports.py

and then make a new subclass of AbstractEarlyWarningSystem in this file:

http://trac.webkit.org/browser/trunk/WebKitTools/Scripts/webkitpy/tool/commands/earlywarningsystem.py

Adam


More information about the webkit-dev mailing list