Hi, > When I try to compile the last version of webkit source code, running the > script build-webkit --gtk with the --debug flag, it presents this error: > CC > WebKit/gtk/tests/Programs_unittests_testdomdocument-testdomdocument.o > /bin/mkdir -p ./.deps/DerivedSources > CXXLD libJavaScriptCore.la > CXXLD TestNetscapePlugin/libtestnetscapeplugin.la > CXXLD Programs/jsc > CXXLD libwebkitgtk-1.0.la > CCLD Programs/minidom > GEN Programs/jsc-1 > collect2: ld terminated with signal 9 [Killed]
This likely indicates that you are running out of memory. > Does anyone knows why this error happens? Any solution? The solutions are either to add more memory to your machine or do a release build :( Regards, Julien _______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
