100%] Built target video
/opt/local/bin/cmake -E cmake_progress_start /Users/
telcentrisholdingsa/Desktop/video_cmake/CMakeFiles 0
On Oct 28, 2008, at 4:01 PM, Bill Hoffman wrote:
Alexander Solis wrote:
Sorry about that, you were right, I was missing the link to phonon.
It solved the problem for
Sorry about that, you were right, I was missing the link to phonon.
It solved the problem for CMake 2.6 but not for CMake 2.4.
Here is the make VERBOSE=1 using cmake 2.4:
/usr/local/bin/cmake -H/Users/telcentrisholdingsa/Desktop/video_cmake -
B/Users/telcentrisholdingsa/Desktop/video_cmake --c
MainWindow::MainWindow()in mainwindow.o
MainWindow::MainWindow()in mainwindow.o
"Phonon::MediaObject::setTickInterval(int)", referenced from:
MainWindow::MainWindow()in mainwindow.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[2]: *** [video] Error 1
make[1
thing. Linking with them is another.
Clint
On Tuesday 28 October 2008 1:03:49 pm 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
dList::load() in QtWizardList.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
On Oct 28, 2008, at 12:21 PM, Bill Hoffman wrote:
Alexander Solis wrote:
Hi,
I am trying to compile an application that uses Qt4.4 Phonon's
libraries with CMake 2.4 patch 6. I am using Mac
Hi,
I am trying to compile an application that uses Qt4.4 Phonon's
libraries with CMake 2.4 patch 6. I am using Mac OS X 10.5
I know that the version of CMake I am using doesn't include in the
modules a way to find Phonon, so I added the necessary lines to find
Phonon from CMake 2.6.2 fil