<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>54819</bug_id>
          
          <creation_ts>2011-02-19 23:26:08 -0800</creation_ts>
          <short_desc>WKView.cpp:  WebView.h: No such file or directory</short_desc>
          <delta_ts>2011-02-20 13:09:32 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebKit2</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>54350</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter>marinalan</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>354254</commentid>
    <comment_count>0</comment_count>
    <who name="">marinalan</who>
    <bug_when>2011-02-19 23:26:08 -0800</bug_when>
    <thetext>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&lt;T&gt;::~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&apos;
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</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>354305</commentid>
    <comment_count>1</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2011-02-20 13:09:32 -0800</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of bug 54350 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>