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
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to