[CMake] Phonon with an older version of CMake

Bill Hoffman bill.hoffman at kitware.com
Tue Oct 28 15:40:04 EDT 2008


Alexander Solis wrote:
> Hi,
> 
> I tried CMake 2.6 a long time ago and don't remember the errors/warning, 
> since it is a large project it was decided to use CMake 2.4 instead.
> 
> Using 2.4 cmake runs fine but when compiling (with make) I get the 
> following error:
> Undefined symbols:
>   "Phonon::Path::~Path()", referenced from:
>       QtWizardList::load()      in QtWizardList.o
>       QtWizardList::load()      in QtWizardList.o

> 
Looks like it might be a moc thing.   I would like to get to the bottom 
of the difference, as it sounds like it might be bug.

Do you know where those symbols are defined in the one that works?

-Bill


More information about the CMake mailing list