[Webkit-unassigned] [Bug 43442] New: [Qt] QtWebKit does not link on Windows CE 6 due to sqlite3 problem
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 3 13:35:49 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=43442
Summary: [Qt] QtWebKit does not link on Windows CE 6 due to
sqlite3 problem
Product: WebKit
Version: 528+ (Nightly build)
Platform: Other
OS/Version: Other
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebKit Qt
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: joerg.bornemann at trolltech.com
QtWebKit does not link on Windows CE 6 due to sqlite3 problem
This affects Qt 4.6.3 and above.
The exact linker error is:
sqlite3.obj : error LNK2019: unresolved external symbol localtime_s referenced in function localtimeOffset
The function localtime_s doesn't exist in the WinCE 6 MSVCRT.
To fix this, we could just add a
wince*:DEFINES += HAVE_LOCALTIME_S=0
to WebKit.pro in the sqlite scope.
This is even ok for WinCE 5.
--
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