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

Alexander Semke Alexander.Semke at web.de
Sat May 5 09:46:44 CEST 2012


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?

> > ../../WebCore/debug/libwebcore.a: could not read symbols: File format
> > not recognized
> 
> libwebcore.a appears to be a valid archive file, but the rules for
> libQtWebKit.so.4.9.0 appear to want a valid ELF file, i.e., *.so
> file. 
An archiv file is just a package of ELF object files. So, a lookup for the 
symbols should be possible. Does this libwebcore.a really exist on you 
harddisk?

Alexander



More information about the Interest mailing list