[Webkit-unassigned] [Bug 51327] New: [GTK] minimal build fails at link time due to missing sqlite3 symbols

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 20 04:28:13 PST 2010


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

           Summary: [GTK] minimal build fails at link time due to missing
                    sqlite3 symbols
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pnormand at igalia.com


WebCore/platform/sql/SQL* files should be included in the build only if the DATABASE feature is enabled. Especially SQLiteDatabase.cpp which is not guarded by that macro and includes sqlite3.h.

At configure time sqlite3 presence is checked only if one of the database-related features is enabled.

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