[Webkit-unassigned] [Bug 30569] New: [Qt] webcore.pro incorrect linking of sqlite3 on Symbian
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 20 06:41:59 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=30569
Summary: [Qt] webcore.pro incorrect linking of sqlite3 on
Symbian
Product: WebKit
Version: 528+ (Nightly build)
Platform: S60 Hardware
OS/Version: S60 3rd edition
Status: UNCONFIRMED
Severity: Critical
Priority: P2
Component: WebKit Qt
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: koshuin at gmail.com
Sqlite3 should be dynamically linked in Symbian as the sqlite3.dll is now
provided by the system or as an additional installed library depending on
platform/target device version.
webcore.pro will try make the linker to try link it statically due to ".lib" in
LIBS statement and in Symbian environment will cause sqlite3.lib to be searched
from wrong path causing build break if the file is not manually copied to that
directory.
With copying you end up with static linking.
--
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