Bug 54819 - WKView.cpp: WebView.h: No such file or directory
Summary: WKView.cpp: WebView.h: No such file or directory
Status: RESOLVED DUPLICATE of bug 54350
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-19 23:26 PST by marinalan
Modified: 2011-02-20 13:09 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description marinalan 2011-02-19 23:26:08 PST
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@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
Comment 1 Alexey Proskuryakov 2011-02-20 13:09:32 PST

*** This bug has been marked as a duplicate of bug 54350 ***