[Qt-interest] Qt3_support removal
MacUser S
macos_user at yahoo.com
Mon Jan 11 04:59:06 CET 2010
REcompiling stil shows the same error messges.
________________________________
From: João Abecasis <joao at trolltech.com>
To: qt-interest at trolltech.com
Sent: Fri, January 8, 2010 4:41:22 PM
Subject: Re: [Qt-interest] Qt3_support removal
On 1/8/2010 10:48 AM, MacUser S wrote:
> When i'm removing Qt_Support from my project it shows some linker error
> like
>
> /Undefined symbols:/
>
> / "Q3GList::~Q3GList()", referenced from:/
>
> / vtable for Q3GListin myapp.o/
>
> / "Q3GList::~Q3GList()", referenced from:/
>
> / vtable for Q3GListin myapp.o/
>
> / "Q3GList::compareItems(void*, void*)", referenced from:/
>
> / vtable for Q3GListin myapp.o/
>
> / "typeinfo for Q3PtrCollection", referenced from:/
>
> / typeinfo for Q3GListin myapp.o/
>
> / "Q3GList::read(QDataStream&, void*&)", referenced from:/
>
> / vtable for Q3GListin myapp.o/
>
> / "Q3PtrCollection::newItem(void*)", referenced from:/
>
> / vtable for Q3GListin myapp.o/
>
> / "Q3GList::write(QDataStream&, void*) const", referenced from:/
>
> / vtable for Q3GListin myapp..o/
>
> / "Q3GList::clear()", referenced from:/
>
> / vtable for Q3GListin myapp.o/
>
> /ld: symbol(s) not found/
>
> /collect2: ld returned 1 exit status/
>
> /
> /
>
> But,I didn;;t use any Q3GLLIst in my project,Can anybody help me.Whats
> the actuall problem with my project?
The references are in your object files, like myapp.o, so you're
probably missing a recompile.
Try "make clean" (or distclean) and recompile everything.
Cheers,
João
_______________________________________________
Qt-interest mailing list
Qt-interest at trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-interest
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100110/4756bc06/attachment.html
More information about the Qt-interest-old
mailing list