[Webkit-unassigned] [Bug 38817] New: SDOMWindowShell.h does not compile

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 9 11:42:21 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=38817

           Summary: SDOMWindowShell.h does not compile
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: marinalan at shaw.ca


I am on Fedora12. I did 
svn update
./autogen.sh --enable-web-sockets --enable-geolocation --enable-3D-transforms --enable-filters --enable-introspection

and get such errors:
--------------------------------------------------------

[marina at marina-home WebKit]$ make
  GEN    DerivedSources/webkitenumtypes.cpp
  GEN    stamp-webkitdomenumtypes.h
  GEN    DerivedSources/webkitdomenumtypes.cpp
  GEN    stamp-webkitenumtypes.h
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/marina/src/WebKit/autotools/missing --run autoheader)
rm -f stamp-h1
touch autotoolsconfig.h.in
cd . && /bin/sh ./config.status autotoolsconfig.h
config.status: creating autotoolsconfig.h
config.status: autotoolsconfig.h is unchanged
make  all-am
make[1]: Entering directory `/home/marina/src/WebKit'
/usr/bin/msgmerge --update es.po webkit.pot
........................... done.
/usr/bin/msgmerge --update pt_BR.po webkit.pot
........................... done.
/bin/mkdir -p ./.deps/DerivedSources
  CXX    WebCore/accessibility/libwebkit_1_0_la-AXObjectCache.lo
In file included from ./WebCore/bindings/js/ScriptController.h:25,
                 from ./WebCore/page/Frame.h:37,
                 from WebCore/accessibility/AXObjectCache.cpp:53:
./WebCore/bindings/js/JSDOMWindowShell.h:32:25: error: JSDOMWindow.h: No such file or directory
In file included from ./WebCore/bindings/js/ScriptController.h:25,
                 from ./WebCore/page/Frame.h:37,
                 from WebCore/accessibility/AXObjectCache.cpp:53:
./WebCore/bindings/js/JSDOMWindowShell.h:46: error: ISO C++ forbids declaration of ‘JSDOMWindow’ with no type
./WebCore/bindings/js/JSDOMWindowShell.h:46: error: expected ‘;’ before ‘*’ token
./WebCore/bindings/js/JSDOMWindowShell.h:47: error: expected ‘;’ before ‘void’
./WebCore/bindings/js/JSDOMWindowShell.h:47: error: ‘JSDOMWindow’ has not been declared
In file included from ./WebCore/bindings/js/ScriptController.h:25,
                 from ./WebCore/page/Frame.h:37,
                 from WebCore/accessibility/AXObjectCache.cpp:53:
./WebCore/bindings/js/JSDOMWindowShell.h:88: error: ISO C++ forbids declaration of ‘JSDOMWindow’ with no type
./WebCore/bindings/js/JSDOMWindowShell.h:88: error: expected ‘;’ before ‘*’ token
In file included from ./WebCore/bindings/js/ScriptController.h:25,
                 from ./WebCore/page/Frame.h:37,
                 from WebCore/accessibility/AXObjectCache.cpp:53:
./WebCore/bindings/js/JSDOMWindowShell.h: In member function ‘void WebCore::JSDOMWindowShell::setWindow(int*)’:
./WebCore/bindings/js/JSDOMWindowShell.h:50: error: ‘m_window’ was not declared in this scope
./WebCore/bindings/js/JSDOMWindowShell.h:51: error: request for member ‘prototype’ in ‘* window’, which is of non-class type ‘int’
In file included from ./WebCore/page/Frame.h:37,
                 from WebCore/accessibility/AXObjectCache.cpp:53:
./WebCore/bindings/js/ScriptController.h: At global scope:
./WebCore/bindings/js/ScriptController.h:93: error: ISO C++ forbids declaration of ‘JSDOMWindow’ with no type
./WebCore/bindings/js/ScriptController.h:93: error: expected ‘;’ before ‘*’ token
./WebCore/bindings/js/ScriptController.h:98: error: expected ‘;’ before ‘static’
make[1]: *** [WebCore/accessibility/libwebkit_1_0_la-AXObjectCache.lo] Error 1
make[1]: Leaving directory `/home/marina/src/WebKit'
make: *** [all] Error 2

-- 
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