[Webkit-unassigned] [Bug 102057] Cannot compile QtWebKit 2.3 on Mac

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 13 02:00:40 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=102057


Zeno Albisser <zeno at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zeno at webkit.org




--- Comment #2 from Zeno Albisser <zeno at webkit.org>  2012-11-13 02:02:25 PST ---
(In reply to comment #1)
> When compling with --debug after removing dependecy of qt5, got following error.
> 
> /usr/bin/ranlib: archive member: libWebCore.a(JSTreeWalkerCustom.o) size too large (archive member extends past the end of the file)
> ar: internal ranlib command failed

Which version of XCode (command line tools) do you use?
You get this error because your archive libWebCore.a is getting bigger than 4GB.
This was a bug in the Mac tool chain (libtool).
You might need to update these. This bug has been fixed in XCode 4.4.1.

-- 
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