vilkov / phonon-vlc-mplayer

Automatically exported from code.google.com/p/phonon-vlc-mplayer
GNU Lesser General Public License v3.0
2 stars 0 forks source link

Compilation error while compiling rev152 under Ubuntu 9.04 #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by ungerer....@gmail.com on 28 May 2009 at 1:53

GoogleCodeExporter commented 8 years ago
Sorry... i sent this accidentally... But i do have a problem. I cant compile 
the project.

What steps will reproduce the problem?
1. svn co -r 152
2. build_make-debug.sh
3. make

What is the expected output? What do you see instead?

Compile the project.

What version of the product are you using? On what operating system?

Ubuntu 9.04
Qt 4.5.0
cmake 2.6-patch 2

Please provide any additional information below.

In the file ../phonon-vlc-mplayer/Backend.cpp i encoutered a problem in line 
93...
this line was calling QConcurrent::run() that was not found by the compiler.
As i dont want to use the vls-backend, i removed the but then it generated 
another
error in MediaController.cpp:243.

Sorry again for commiting an empty issue.

Original comment by ungerer....@gmail.com on 28 May 2009 at 2:02

GoogleCodeExporter commented 8 years ago
Hello

QConcurrent was introduced with Qt 4.4 cf
http://doc.trolltech.com/main-snapshot/qtconcurrent.html
Are you sure you're using a recent version of Qt?
Try to add
message(STATUS "Qt Directory: ${QT_BINARY_DIR}")
inside the root CMakeLists.txt and see which Qt directory is used.

Revision 152 is very old, I recommend to use latest trunk. For the VLC backend 
you
can find it inside KDE svn under playground.

Original comment by tkrotoff on 7 Jun 2009 at 2:10