[Webkit-unassigned] [Bug 69338] New: Fails to build when sqlite is not in /usr/include

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 4 08:00:51 PDT 2011


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

           Summary: Fails to build when sqlite is not in /usr/include
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: remi.duraffort at st.com
                CC: demarchi at webkit.org, ryuan.choi at samsung.com,
                    gyuyoung.kim at webkit.org



RĂ©mi Duraffort <remi.duraffort at st.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #109622|                            |review?
               Flag|                            |


Created an attachment (id=109622)
 --> (https://bugs.webkit.org/attachment.cgi?id=109622&action=review)
Fix  compilation flags typos

WebKit/EFL fails to build when SQLite3 is no installed in /usr/include.

Source/WebCore/platform/sql/SQLiteAuthorizer.cpp:32:21: error: sqlite3.h: No such file or directory
Source/WebCore/platform/sql/SQLiteAuthorizer.cpp:36: error: 'SQLITE_OK' was not declared in this scope
Source/WebCore/platform/sql/SQLiteAuthorizer.cpp:37: error: 'SQLITE_IGNORE' was not declared in this scope
Source/WebCore/platform/sql/SQLiteAuthorizer.cpp:38: error: 'SQLITE_DENY' was not declared in this scope

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