test_regression won't compile

James Ots kde at jamesots.com
Wed Nov 26 20:28:08 GMT 2003


On Wednesday 26 Nov 2003 7:36 pm, Stephan Kulow wrote:
> Am Mittwoch 26 November 2003 17:20 schrieb James Ots:
> > Hi,
> >
> > I can't get test_regression to compile - I'm getting:
> >
> > test_regression.o(.text+0x5ad): In function
> >
> > `RegTestFunction::call(KJS::ExecState*, KJS::Object&, KJS::List const&)':
> > : undefined reference to `KJS::UString::qstring() const'
>
> Do you have that symbol in .libs/libkhtml.so.4.2.0?
>
> For me it looks like this:
> coolo at othello#khtml>nm .libs/libkhtml.so.4.2.0 | grep qstring
> 0027e0d4 T _ZNK3KJS10Identifier7qstringEv
> 0027dff6 T _ZNK3KJS7UString7qstringEv
>
> coolo at othello#khtml>nm .libs/libkhtml.so.4.2.0 | grep qstring | c++filt
> 0027e0d4 T KJS::Identifier::qstring() const
> 0027dff6 T KJS::UString::qstring() const

I have:

kdedev at aravis:~/builds/kdelibs/khtml> nm .libs/libkhtml.so.4.2.0 | grep 
qstring
001e48d0 t _ZNK3KJS10Identifier7qstringEv
001e4810 t _ZNK3KJS7UString7qstringEv
kdedev at aravis:~/builds/kdelibs/khtml> nm .libs/libkhtml.so.4.2.0 | grep 
qstring | c++filt
001e48d0 t KJS::Identifier::qstring() const
001e4810 t KJS::UString::qstring() const

Which looks close enough to me.

-- 
Cheers
James Ots
www.jamesots.com





More information about the kfm-devel mailing list