[Webkit-unassigned] [Bug 54819] New: WKView.cpp: WebView.h: No such file or directory
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Feb 19 23:26:08 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=54819
Summary: WKView.cpp: WebView.h: No such file or directory
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebKit2
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: marinalan at shaw.ca
After such actions:
svn update
./autogen.sh --enable-web-sockets --enable-geolocation --enable-3D-transforms --enable-filters --enable-webkit2
make
I got in the end...:
-------------------------------------
....
CXX Source/WebCore/html/libwebkit2gtk_1_0_la-HTMLSummaryElement.lo
CXX Source/WebCore/storage/libwebkit2gtk_1_0_la-IDBEventDispatcher.lo
CXX DerivedSources/WebCore/libwebkit2gtk_1_0_la-JSOESVertexArrayObject.lo
CXX DerivedSources/WebCore/libwebkit2gtk_1_0_la-JSWebGLVertexArrayObjectOES.lo
CXX Source/WebKit2/UIProcess/API/C/gtk/libWebKit2_la-WKView.lo
Source/WebKit2/UIProcess/API/C/gtk/WKView.cpp:32:21: error: WebView.h: No such file or directory
Source/WebKit2/UIProcess/API/C/gtk/WKView.cpp: In function ‘const OpaqueWKView* WKViewCreate(GdkRectangle, const OpaqueWKContext*, const OpaqueWKPageGroup*)’:
Source/WebKit2/UIProcess/API/C/gtk/WKView.cpp:42: error: incomplete type ‘WebKit::WebView’ used in nested name specifier
Source/WebKit2/UIProcess/API/C/gtk/WKView.cpp: In function ‘GtkWidget* WKViewGetWindow(const OpaqueWKView*)’:
Source/WebKit2/UIProcess/API/C/gtk/WKView.cpp:48: error: invalid use of incomplete type ‘struct WebKit::WebView’
./Source/WebKit2/UIProcess/API/C/gtk/WKAPICastGtk.h:36: error: forward declaration of ‘struct WebKit::WebView’
Source/WebKit2/UIProcess/API/C/gtk/WKView.cpp: In function ‘const OpaqueWKPage* WKViewGetPage(const OpaqueWKView*)’:
Source/WebKit2/UIProcess/API/C/gtk/WKView.cpp:53: error: invalid use of incomplete type ‘struct WebKit::WebView’
./Source/WebKit2/UIProcess/API/C/gtk/WKAPICastGtk.h:36: error: forward declaration of ‘struct WebKit::WebView’
In file included from ./Source/JavaScriptCore/wtf/CrossThreadRefCounted.h:35,
from ./Source/JavaScriptCore/wtf/text/StringImpl.h:28,
from ./Source/JavaScriptCore/wtf/text/WTFString.h:28,
from ./Source/WebCore/platform/text/PlatformString.h:28,
from ./Source/WebCore/platform/network/ResourceErrorBase.h:29,
from ./Source/WebCore/platform/network/soup/ResourceError.h:29,
from ./DerivedSources/WebKit2/include/WebCore/ResourceError.h:1,
from ./Source/WebKit2/Shared/WebError.h:30,
from ./Source/WebKit2/Shared/API/c/WKSharedAPICast.h:38,
from ./Source/WebKit2/UIProcess/API/C/WKAPICast.h:37,
from Source/WebKit2/UIProcess/API/C/gtk/WKView.cpp:31:
./Source/JavaScriptCore/wtf/PassRefPtr.h: In function ‘void WTF::derefIfNotNull(T*) [with T = WebKit::WebView]’:
./Source/JavaScriptCore/wtf/RefPtr.h:58: instantiated from ‘WTF::RefPtr<T>::~RefPtr() [with T = WebKit::WebView]’
Source/WebKit2/UIProcess/API/C/gtk/WKView.cpp:42: instantiated from here
./Source/JavaScriptCore/wtf/PassRefPtr.h:59: error: invalid use of incomplete type ‘struct WebKit::WebView’
./Source/WebKit2/UIProcess/API/C/gtk/WKAPICastGtk.h:36: error: forward declaration of ‘struct WebKit::WebView’
make[1]: *** [Source/WebKit2/UIProcess/API/C/gtk/libWebKit2_la-WKView.lo] Error 1
make[1]: Leaving directory `/home/marina/src/WebKit'
make: *** [all] Error 2
-------------------------------------------
svn info
Path: .
URL: http://svn.webkit.org/repository/webkit/trunk
Repository Root: http://svn.webkit.org/repository/webkit
Repository UUID: 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Revision: 79127
Node Kind: directory
Schedule: normal
Last Changed Author: weinig at apple.com
Last Changed Rev: 79127
Last Changed Date: 2011-02-19 11:05:26 -0800 (Sat, 19 Feb 2011)
---------------------------------------------------
Environment: Fedora 13
When you will be able to submit to subversion version of WebkIt2 for gtk that can be compiled successfully? I can not compile webkit already several weeks....
Marina
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list