[Webkit-unassigned] [Bug 19109] New: WebKitGtk fails to build from source: "SQLiteStatement has not been declared"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 18 02:59:48 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=19109

           Summary: WebKitGtk fails to build from source: "SQLiteStatement
                    has not been declared"
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Blocker
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jackdark at gmail.com


Building on Gentoo Linux, AMD64, CFLAGS="-march=athlon64 -O2"

webkitgtk was configured with:
+pango backend
+svg-experimental
+xslt
+curl backend
-* everything else disabled (including the database), or left as defaults

Error snippet:

[. . .]
WebCore/loader/appcache/ApplicationCacheStorage.h:72: error: 'SQLiteStatement'
has not been declared
mv -f
WebCore/platform/network/curl/.deps/libWebCore_la-ResourceHandleManager.Tpo
WebCore/platform/network/curl/.deps/libWebCore_la-ResourceHandleManager.Plo
make[1]: *** [WebCore/loader/appcache/libWebCore_la-ApplicationCacheGroup.lo]
Error 1
make[1]: Leaving directory
`/var/tmp/portage/net-libs/webkitgtk-33561/work/WebKit-r33561'
make: *** [all] Error 2

Removing this line from the code and recompiling just results in many other
similar errors for the SQLite stuff -- clearly much of the code is expecting
something that just doesn't exist.

It's a wonder this webkit nightly builds for *anyone*. This is a complete
blocker; I can't even compile the darned thing, much less use it with Midori.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list