Problems with: undefined reference to `DlgSetup::QPaintDevice virtual table'

Omid Givi omid at givi.nl
Thu Feb 1 10:51:37 GMT 2001


Hi Franz,

If you have undifined reference while compiling, then you should
correct up your search paths or you may want to include the right include
files. If you're using automake, you may check your SOURCES/INCLUDE tag,
for example.

If you do have undefined references while linking, then you should take a
look whether the compiled object files/libraries containing those
references are being linked as well. If you're using automake you may
check your LIBADD tag, for example.

If all these are fine, do a distclean and recompile. It may help some
times.

Y.T.
Omid


On Thu, 1 Feb 2001, Franz Szabo wrote:

> Hi,
>
> since 2 days i always have the following problem. Can´t solve.
>
>
> dlgsetup.o: In function `QArrayT<char>::data(void) const':
> /usr/lib/qt/include/qarray.h(.text+0x29): undefined reference to `DlgSetup::QPaintDevice virtual table'
> /usr/lib/qt/include/qarray.h(.text+0x30): undefined reference to `DlgSetup virtual table'
> dlgsetup.o: In function `DlgSetup::~DlgSetup(void)':
> /home/vers/cs_inst-0.1/cs_inst/dlgsetup.cpp:85: undefined reference to `DlgSetup::QPaintDevice virtual
> table'
> /home/vers/cs_inst-0.1/cs_inst/dlgsetup.cpp:85: undefined reference to `DlgSetup virtual table'
> dbselect.o: In function `QListT<QString> type_info function':
> /home/vers/cs_inst-0.1/cs_inst/dbselect.cpp(.text+0x29): undefined reference to `DBselect::QPaintDevice
> virtual table'
> /home/vers/cs_inst-0.1/cs_inst/dbselect.cpp(.text+0x30): undefined reference to `DBselect virtual table'
>
> dbselect.o: In function `DBselect::~DBselect(void)':
> /home/vers/cs_inst-0.1/cs_inst/dbselect.cpp:68: undefined reference to `DBselect::QPaintDevice virtual
> table'
> /home/vers/cs_inst-0.1/cs_inst/dbselect.cpp:68: undefined reference to `DBselect virtual table'
>
>
> Has anybody an idea about?
>
>
>
>
> Regards,
> Franz
> fs at granit.de
>

-- 
Groet,
Omid


-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list