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 _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
