protux-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Protux-support] Libmustux from cvs?


From: Martin Herren
Subject: Re: [Protux-support] Libmustux from cvs?
Date: Sun, 29 Dec 2002 21:43:00 +0100

On Sun, 29 Dec 2002 21:37:30 +0100
Remco Poelstra <address@hidden> wrote:

> filters/libprotuxfilters.a(FilterSelector.o)(.text+0x73): In function 
> `FilterSelector::~FilterSelector(void)':
> : undefined reference to `FilterSelector::QPaintDevice virtual table'
> filters/libprotuxfilters.a(NoiseGateController.o)(.gnu.linkonce.d.__vt_19NoiseGateController+0x1c):
>  
> undefined reference to `FilterController::qt_property(int, int, 
> QVariant *)'
> filters/libprotuxfilters.a(OctaverController.o)(.gnu.linkonce.d.__vt_17OctaverController+0x8):
>  
> undefined reference to `FilterController::metaObject(void) const'

These are all QT symbols... usually these errors happen when you link a QT 
application without the moc-files...

This happens when you forget to run
 $ make -f admin/Makefile.common
before you do
 $ ./configure
 $ make
 $ su -c 'make install'

try again to do these 4 steps in that order...

Martin

-- 
Open your Windows - Free your Mind - Enjoy
http://gnuwin.epfl.ch

Martin Herren                             +41 (0)79 746 57 83
OpenPGP Public key @ http://www.on-the-web.ch/sputnik/gpg.asc

Attachment: pgpogR3IxxQSD.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]