Memory isn't enough on a 32 bit machine, the 4 Gb
address space isn't enough for the linker.
You need a 64 bit machine with 64 bit system and a 32 bit chroot with
a 64 bit statically linked linker to solve this problem. And at least
8-10 Gb memory. :) (Or wait, wait and wait for swapping.)
Alexis Menard írta:
32 bits machine? How much memory you have?
On Mon, Jan 14, 2013 at 9:50 AM, Lindsay Mathieson
<lindsay.mathie...@gmail.com> wrote:
Whenever I try to build the debug version of 2.3 I get this:
ar: libWebCore.a: File truncated
make[3]: *** [debug/libWebCore.a] Error 1
make[3]: Leaving directory
`/data/dev/qtwebkit-23/WebKitBuild/Debug/Source/WebCore'
make[2]: *** [sub-Target-pri-make_default-ordered] Error 2
make[2]: Leaving directory
`/data/dev/qtwebkit-23/WebKitBuild/Debug/Source/WebCore'
make[1]: *** [sub-Source-WebCore-WebCore-pro-make_default-ordered] Error 2
make[1]: Leaving directory `/data/dev/qtwebkit-23/WebKitBuild/Debug'
make: *** [incremental] Error 2
From memory I had the same problem with trunk 2.2
My build command:
Tools/Scripts/build-webkit --qt --debug --no-webkit2
--
Lindsay Mathieson
_______________________________________________
webkit-qt mailing list
webkit-qt@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-qt