Registered Member
|
I have this error while compiling:
[ 5%] Building CXX object src/CMakeFiles/amaroklib.dir/amaroklib_automoc.o In file included from /home/cau/Sources/amarok-2.3.0.90/build/src/moc_EngineObserver.cpp:10, from /home/cau/Sources/amarok-2.3.0.90/build/src/amaroklib_automoc.cpp:10: /home/cau/Sources/amarok-2.3.0.90/build/src/../../src/core/engine/EngineObserver.h:24:25: error: Phonon/Global: No existe el fichero o el directorio. I have installed libphonon4 and libphonon-dev. I'm using debian testing. I can't install libqt4-phonon because sypnatics will uninstall all the kde4 system. libqt4-phonon-dev don't exist in the testing/sid repository. I reinstall the libphonon4 and libphonon-dev packages. I get this error both amarok 2.3.0 and 2.3.1. and I execute ldconfig with root. |
Registered Member
|
|
Registered Member
|
All the errors comes from the missing Global/Phonon include, right? |
Registered Member
|
Are you building from scratch? I.e. did you try removing build directory or at least CMakeCache.txt?
|
Registered Member
|
Create /usr/include/KDE/Phonon/Global
with #include "../../phonon/phononnamespace.h" as content. That's all. ldconfig doesn't help, because it's not a shared library. m0nk
If men could get pregnant, abortion would be a sacrament.
|
Registered Member
|
#MoDaX:
Yes #Dieter Schroeder Doesn't work. Adding -I/usr/include/phonon to the g++ command solve the problem por this file. I've make a simbolic link to /usr/include/phonon in /usr/include/qt4/ and this solve the problem for all files. Thx for the help, the VERBOSE flag help me to find a solution and sorry for the discomfort. (And my poor english >.<) |
Registered users: Bing [Bot], Google [Bot], Yahoo [Bot]