konqueror crosscompile error for ARM

Luciano Montanaro mikelima at cirulla.net
Tue Nov 30 10:15:28 CET 2004


El Martes 30 Noviembre 2004 09:41, tefs engine escribió:

I've not used the qt2 based snapshot in ages, but 
I can try guessing where the problem may be.


> main.o(.text+0x704): In function `main':
> : undefined reference to `KCookieServer::KCookieServer[in-charge]()'
>
> main.o(.text+0x7f0): In function `main':
> : undefined reference to `KCookieServer::~KCookieServer [in-charge]()'
>

This kind of error is normally related to misaligned .moc files.
You can try recreating kcookieserver.moc from kcookieserver.h with the qt2 
moc program.

 

> ../../konq-embed/kdesrc/khtml/.libs/libkhtml.so: undefined reference to
> `DOM::CSSStyleDeclaration
> Impl::parentRule() const'
> ../../konq-embed/kdesrc/khtml/.libs/libkhtml.so: undefined reference to
> `KCookieServer::addDOMCoo
> kies(QString, QCString, long)'
> ../../konq-embed/kdesrc/khtml/.libs/libkhtml.so: undefined reference to
> `DOM::HTMLTextAreaElement
> Impl::setDefaultValue(DOM::DOMString)'
> ../../konq-embed/kdesrc/khtml/.libs/libkhtml.so: undefined reference to
> `vtable for DOM::HTMLMenu
> ElementImpl'
> ../../konq-embed/kdesrc/khtml/.libs/libkhtml.so: undefined reference to
> `DOM::HTMLMetaElementImpl

> [etc...]


These errors however seem to hint to a linker problem. 
Reordering the konqueror_LDADD libraries in konq-embed/src/Makefile.am 
may help.

Luciano


-- 
Luciano Montanaro 

Any sufficiently advanced technology is indistinguishable from a yo-yo
                                                            - Enoch Root


More information about the konq-e mailing list