On May 6, 2012, at 3:29 AM, Alexander Semke wrote:
> Hi,
>
>> This resulted in the following error when Makefile.WebKit.QtWebKit tried
>> to build libQtWebKit.so.4.9.0:
>
> From qt-webkit docu:
>
> "Note: Building the QtWebKit module with debugging symbols is problematic on
> many platforms d
Hi,
> This resulted in the following error when Makefile.WebKit.QtWebKit tried
> to build libQtWebKit.so.4.9.0:
>From qt-webkit docu:
"Note: Building the QtWebKit module with debugging symbols is problematic on
many platforms due to the size of the WebKit engine. We recommend building the
modu
Thanks for your response.
Yes it was odd that webkit was being built even with -nowebkit.
Ultimately, we got a successful build by increasing the memory ulimit and
dropping the -nowebkit option, i.e., explicitly bulding webkit. Wish that the
build error had described the issue more usefully.
Hi,
> This resulted in the following error when Makefile.WebKit.QtWebKit tried
> to build libQtWebKit.so.4.9.0:
why webkit is tried to be built, if you deactivated this with -no-webkit?
Strange. What kind of errors do you get if you try to compile the debug
version without deactivating webkit?
>
Qt Community,
My system admin built Qt 4.8.0 without any options to ./configure.
This resulted in a working Qt build but that build did not have debug
information when I stepped into Qt code. So we built again with
./configure -no-webkit -debug. (The -no-webkit was added because with
just