RESOLVED FIXED Bug 69085
[GTK] Build failure with --enable-webgl
https://bugs.webkit.org/show_bug.cgi?id=69085
Summary [GTK] Build failure with --enable-webgl
Priit Laes (IRC: plaes)
Reported 2011-09-29 05:54:55 PDT
Building webkit from tarball with --enable-webgl fails with following error: [snip] GEN DerivedSources/ANGLE/glslang.cpp flex: could not create DerivedSources/ANGLE/glslang.cpp [/snip] The real problem is that "DerivedSources/ANGLE" directory does not exist for some weird reason.
Attachments
Martin Robinson
Comment 1 2011-10-01 20:18:20 PDT
Which tarball?
Priit Laes (IRC: plaes)
Comment 2 2011-10-01 21:42:55 PDT
(In reply to comment #1) > Which tarball? 1.6.1 We triggered this issue when building via Portage (Gentoo) that adds --disable-dependency tracking to the ./configure, and this is what causes this issue. Our workaround currently is to do `mkdir -p DerivedSources/ANGLE` before all the configuration generation.
Martin Robinson
Comment 3 2011-12-01 04:29:02 PST
This should be fixed in trunk. WebGL is on by default so these breaks should not occur any longer.
Note You need to log in before you can comment on or make changes to this bug.