Re: [Interest] Building Qt for debugging - libwebcore.a File format not recognized

2012-05-06 Thread Carl L Schumann
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

Re: [Interest] Building Qt for debugging - libwebcore.a File format not recognized

2012-05-06 Thread Alexander Semke
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

Re: [Interest] Building Qt for debugging - libwebcore.a File format not recognized

2012-05-05 Thread Carl L Schumann
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.

Re: [Interest] Building Qt for debugging - libwebcore.a File format not recognized

2012-05-05 Thread Alexander Semke
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? >

[Interest] Building Qt for debugging - libwebcore.a File format not recognized

2012-05-03 Thread Carl Schumann
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