Registered Member
|
Hi,everybody
I have tried to run the application on my 64-bit centOS6.5 OS.I download the code with git. And then I install the QT v4.8.4 and cmake. When I use cmake command .It reports some problem-all kinds of "not found".
Anyway, building complete. Then the make command :
Is someone have a suggestion about these problems. |
Registered Member
|
In the marble/sources/src/plugins/render/routing/CMakeLists.txt.How do I confirm whether the PHONON related environment paths have been set? Should I set them in the /etc/profile ?
|
KDE Developer
|
The variables used in the quoted code aren't environment variables. You need to install phonon dev- and library files so that the Find Phonon cmake script can find Phonon.
|
Registered Member
|
Thanks for your reply. I'm new with linux.I find the MediaObject in the directory "/usr/include/phonon/Phonon".Is that what it needs?I excluded the files in the directory "/marble/sources/src/plugins/render/routing" and run the application.Is that ok if I won't do some develop concerning with the audio part. |
Administrator
|
Please post the output of "ls /usr/include/phonon/"
KDE Sysadmin
[img]content/bcooksley_sig.png[/img] |
Registered Member
|
The output of "ls /usr/include/phonon/" is
The output of "ls /usr/include/phonon/Phonon" is
|
Administrator
|
Ah - the problem here is that you are using the Qt Phonon rather than the KDE Phonon, and therefore have run into the "Phonon/phonon" case-sensitivity issue.
As an interim measure, cd to /usr/include/phonon and run:
You will need to run this as root - but it should solve the problem.
KDE Sysadmin
[img]content/bcooksley_sig.png[/img] |
Registered users: Bing [Bot], claydoh, Google [Bot], rblackwell