Re: [webkit-gtk] error in webkit gtk 2.2.3 stable version compilation

2013-12-18 Thread Aditya Lodha
] error in webkit gtk 2.2.3 stable version compilation -- WARNING: Your email security system has determined the message below may be a potential threat. It may pose as a legitimate company, tricking victims

Re: [webkit-gtk] error in webkit gtk 2.2.3 stable version compilation

2013-12-18 Thread Žan Doberšek
Setting the ACLOCAL_FLAGS environment variable to include the path where the glib-2.0.m4 file is installed (i.e. file that defines the AM_PATH_GLIB_2_0 macro) should help. Cheers, Zan On Tue, Dec 17, 2013 at 4:57 PM, Niranjan Rao nhr...@gmail.com wrote: Some more experimentation revealed that

Re: [webkit-gtk] error in webkit gtk 2.2.3 stable version compilation

2013-12-18 Thread Niranjan Rao
I might be wrong, but this does not explain why following command works configure --enable-credential-storage=no and this one does not configure --prefix $HOME/build --enable-credential-storage=no Regards, Niranjan On 12/18/2013 06:31 AM, Žan Doberšek wrote: Setting the

Re: [webkit-gtk] error in webkit gtk 2.2.3 stable version compilation

2013-12-18 Thread Žan Doberšek
In the first case you're using the default prefix, in which the glib dependency is also likely installed. This doesn't present any problems when the AM_PATH_GLIB_2_0 macro is looked up. In the second one you're using a non-default prefix in which, again likely, no glib installation is present, so

[webkit-gtk] error in webkit gtk 2.2.3 stable version compilation

2013-12-18 Thread Aditya Lodha
Hello, I am facing an error while webkit gtk 2.2.3 stable version compilation as, Source/WebCore/platform/graphics/GLContext.cpp: In static member function 'static WTF::PassOwnPtrWebCore::GLContext WebCore::GLContext::createContextForWindow(GLNativeWindowType, WebCore::GLContext*)': Source

Re: [webkit-gtk] error in webkit gtk 2.2.3 stable version compilation

2013-12-18 Thread Aditya Lodha
I am running ./configure as, ./configure --enable-accelerated-compositing=no I don't want to use any accelerated composting and/or wayland support. After running ./configure --enable-accelerated-compositing=no, I am facing an error with webkit gtk 2.2.3 stable version compilation

[webkit-gtk] error in webkit gtk 2.2.3 stable version compilation

2013-12-17 Thread Aditya Lodha
Hello, I downloaded tarball for webkit gtk 2.2.3 from webkitgtk+ website (http://webkitgtk.org/2013/12/04/webkitgtk2.2.3-released.html). After running ./configure command, I got message like, WebKit was configured with the following options: Build configuration: Enable debugging (slow)

Re: [webkit-gtk] error in webkit gtk 2.2.3 stable version compilation

2013-12-17 Thread Sergio Villar Senin
On 17/12/13 10:01, Aditya Lodha wrote: In file included from Source/WebCore/platform/graphics/cairo/GraphicsContext3DCairo.cpp:52:0: ./Source/WebCore/platform/graphics/opengl/Extensions3DOpenGLES.h:117:5: error: 'PFNGLFRAMEBUFFERTEXTURE2DMULTISAMPLEIMG' does not name a type

Re: [webkit-gtk] error in webkit gtk 2.2.3 stable version compilation

2013-12-17 Thread Víctor M . Jáquez L .
On Tue, Dec 17, 2013 at 02:31:15PM +0530, Aditya Lodha wrote: Hello, I downloaded tarball for webkit gtk 2.2.3 from webkitgtk+ website (http://webkitgtk.org/2013/12/04/webkitgtk2.2.3-released.html). After running ./configure command, I got message like, WebKit was configured

Re: [webkit-gtk] error in webkit gtk 2.2.3 stable version compilation

2013-12-17 Thread Sergio Villar Senin
On 17/12/13 10:55, Víctor M. Jáquez L. wrote: On Tue, Dec 17, 2013 at 02:31:15PM +0530, Aditya Lodha wrote: In file included from Source/WebCore/platform/graphics/cairo/GraphicsContext3DCairo.cpp:52:0: ./Source/WebCore/platform/graphics/opengl/Extensions3DOpenGLES.h:117:5: error:

Re: [webkit-gtk] error in webkit gtk 2.2.3 stable version compilation

2013-12-17 Thread Gustavo Noronha Silva
Em Ter, 2013-12-17 às 11:21 +0100, Sergio Villar Senin escreveu: You're using a gles 2.0 library. With this patch (which I need to upstream) it is solved: https://gist.github.com/ceyusa/8002563 Actually in that patch you can even get rid of the PLATFORM(QT) since it's no longer

Re: [webkit-gtk] error in webkit gtk 2.2.3 stable version compilation

2013-12-17 Thread Niranjan Rao
I am also facing problems building 2.2.3 build on Ubuntu 12.04. Its possible that my error is totally unrelated to this one. I have compiled/installed following libraries and are setup using PKG_CONFIG_PATH environment variable. atk-2.11.4 at-spi2-atk-2.11.3 at-spi2-core-2.11.3

Re: [webkit-gtk] error in webkit gtk 2.2.3 stable version compilation

2013-12-17 Thread Niranjan Rao
Some more experimentation revealed that if I don't use --prefix for configure then everything works fine or at least it start compiling code and going ahead. If I use --prefix a path to directory then make fails with all these errors. In both cases code base is fresh - just exploded from tar

Re: [webkit-gtk] error in webkit gtk 2.2.3 stable version compilation

2013-12-17 Thread Aditya Lodha
/Downloads/webkitgtk-2.2.3' make: *** [all] Error 2 Please help to solve this error. - Original Message - From: Gustavo Noronha Silva To: webkit-gtk@lists.webkit.org Sent: Tue, 17 Dec 2013 18:05:17 +0530 (IST) Subject: Re: [webkit-gtk] error in webkit gtk 2.2.3 stable version