[webkit-reviews] review requested: [Bug 69338] Fails to build when sqlite is not in /usr/include : [Attachment 109622] Fix compilation flags typos

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


Rémi Duraffort <remi.duraffort at st.com> has asked  for review:
Bug 69338: Fails to build when sqlite is not in /usr/include
https://bugs.webkit.org/show_bug.cgi?id=69338

Attachment 109622: Fix	compilation flags typos
https://bugs.webkit.org/attachment.cgi?id=109622&action=review

------- Additional Comments from Rémi Duraffort <remi.duraffort at st.com>
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


More information about the webkit-reviews mailing list