WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 43442
[Qt] QtWebKit does not link on Windows CE 6 due to sqlite3 problem
https://bugs.webkit.org/show_bug.cgi?id=43442
Summary
[Qt] QtWebKit does not link on Windows CE 6 due to sqlite3 problem
Joerg Bornemann
Reported
2010-08-03 13:35:49 PDT
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.
Attachments
fix #1
(447 bytes, patch)
2010-08-06 01:44 PDT
,
Joerg Bornemann
eric
: review-
Details
Formatted Diff
Diff
fix #2
(871 bytes, patch)
2010-08-11 05:20 PDT
,
Joerg Bornemann
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Joerg Bornemann
Comment 1
2010-08-03 13:37:08 PDT
The corresponding Qt issue is
http://bugreports.qt.nokia.com/browse/QTBUG-5120
Joerg Bornemann
Comment 2
2010-08-06 01:44:24 PDT
Created
attachment 63705
[details]
fix #1 fixes the linker error by defining HAVE_LOCALTIME_S=0 in WebCore.pro
Eric Seidel (no email)
Comment 3
2010-08-06 14:13:23 PDT
Comment on
attachment 63705
[details]
fix #1 Every patch requires a ChangeLog. This one is also not made from a WebKit checkout.
Joerg Bornemann
Comment 4
2010-08-11 05:20:41 PDT
Created
attachment 64101
[details]
fix #2 attempt #2. Now diffing from WebKit checkout and with ChangeLog.
Holger Freyther
Comment 5
2010-09-07 01:07:42 PDT
Comment on
attachment 64101
[details]
fix #2 Asking the cq to land it.
WebKit Commit Bot
Comment 6
2010-09-07 01:29:16 PDT
Comment on
attachment 64101
[details]
fix #2 Clearing flags on attachment: 64101 Committed
r66865
: <
http://trac.webkit.org/changeset/66865
>
WebKit Commit Bot
Comment 7
2010-09-07 01:29:20 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug