Hi,
Today I hit the following error when trying to compile a fresh build using
build-webkit -gtk (which now defaults to the CMake build system) in my Ubuntu
12.10 machine:
Argument list too long
ninja: build stopped: subcommand failed.
The thing is that I would not spot that issue in my Fedora 20 machine, which
makes sense since it has been "fixed" in revision 165173 [1], thus the problem
had to be somewhere else. And turns out it was in the version of CMake that
comes packaged with Ubuntu 12.10 (CMake 2.8.9), which is too old to understand
that CMAKE_NINJA_FORCE_RESPONSE_FILE variable (introduced in CMake 2.8.10).
So, I removed the cmake package from my system and manually built and installed
a newer version from sources, and the problem seems to be fixed now. Now just
sharing to let you know about this in case you still don't have a new enough
version of CMake installed, as the build will surely fail otherwise.
Cheers,
Mario
[1] http://trac.webkit.org/changeset/165173
_______________________________________________
webkit-gtk mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-gtk