Bug 17951 - Can't build 64-bit because libWebCoreSQLite3 doesn't have 64-bit symbols
Summary: Can't build 64-bit because libWebCoreSQLite3 doesn't have 64-bit symbols
Status: RESOLVED DUPLICATE of bug 17816
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-19 09:02 PDT by Andrew Rahn
Modified: 2008-03-19 10:09 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Rahn 2008-03-19 09:02:09 PDT
The libWebCoreSQLite3.a included with the distribution doesn't have 64-bit symbols, so it isn't very easy to build webkit for 64-bit.  I'm trying to help track down a 64-bit only bug in webkit that was released w/ safari 3.1, but I'm having to download and build sqlite myself to get it to link.

libWebCoreSQLite3.a should be a universal +64 binary.

lipo -info libWebCoreSQLite3.a 
Architectures in the fat file: libWebCoreSQLite3.a are: ppc i386 

Expected:
Architectures in the fat file: libWebCoreSQLite3.a are: ppc i386 x86_64
Comment 1 Mark Rowe (bdash) 2008-03-19 10:09:28 PDT

*** This bug has been marked as a duplicate of 17816 ***