[arch-general] Can't build libwebkit
Hi, I'm trying to add WebGL support to libwebkit but makepkg stops with the following error: ==> ERROR: replace-switch-with-given-when.patch was not found in the build directory and is not a URL. Regards, -- Bastien
The line in the PKGBUILD that actually applies that patch is commented out, so you can probably just remove that filename from the source array to eliminate the error.
On Thursday, September 08, 2011 11:36:37 PM Bastien Dejean wrote:
I'm trying to add WebGL support to libwebkit but makepkg stops with the following error:
==> ERROR: replace-switch-with-given-when.patch was not found in the build directory and is not a URL. You should update your ABS root, Ionut has updated libwebkit a week ago.
-- Andrea
AndreaOn Friday, September 09, 2011 12:40:59 AM Scarpino wrote:
You should update your ABS root, Ionut has updated libwebkit a week ago. Sorry, only trunk and gnome-unstable are fixed, I fixed it for [extra] now.
-- Andrea
Andrea Scarpino a écrit :
AndreaOn Friday, September 09, 2011 12:40:59 AM Scarpino wrote:
You should update your ABS root, Ionut has updated libwebkit a week ago. Sorry, only trunk and gnome-unstable are fixed, I fixed it for [extra] now.
makepkg stops again: In file included from ../Source/WebCore/bindings/js/JSCanvasRenderingContextCustom.cpp:32:0: ../Source/WebCore/html/canvas/WebGLRenderingContext.h:32:31: fatal error: GraphicsContext3D.h: No such file or directory
On Friday, September 09, 2011 11:33:10 AM Bastien Dejean wrote:
makepkg stops again:
In file included from ../Source/WebCore/bindings/js/JSCanvasRenderingContextCustom.cpp:32:0: ../Source/WebCore/html/canvas/WebGLRenderingContext.h:32:31: fatal error: GraphicsContext3D.h: No such file or directory I just built both extra and gnome-unstable versions without any issue. If you are enabling some extra feature, check the requirements.
-- Andrea
On Fri, 2011-09-09 at 16:45 +0200, Andrea Scarpino wrote:
On Friday, September 09, 2011 11:33:10 AM Bastien Dejean wrote:
makepkg stops again:
In file included from ../Source/WebCore/bindings/js/JSCanvasRenderingContextCustom.cpp:32:0: ../Source/WebCore/html/canvas/WebGLRenderingContext.h:32:31: fatal error: GraphicsContext3D.h: No such file or directory I just built both extra and gnome-unstable versions without any issue. If you are enabling some extra feature, check the requirements.
This is caused by --enable-webgl, the release tarballs don't have all the required files in them.
participants (4)
-
Andrea Scarpino
-
Bastien Dejean
-
Jan de Groot
-
Taylor Hedberg