[Bug 169977] New: Phonon includes and kdebase compilation
Rosetzky Cedric
loacoon at hotmail.com
Thu Aug 28 13:24:55 BST 2008
http://bugs.kde.org/show_bug.cgi?id=169977
Summary: Phonon includes and kdebase compilation
Product: kde
Version: unspecified
Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: unassigned-bugs at kde.org
ReportedBy: loacoon at hotmail.com
Version: (using Devel)
Compiler: gcc-4.1.2
OS: Linux
Installed from: Compiled sources
When compiling KDE-base, some files are looking for Phonon header files.
The problem is that they are looking for them at the wrong place.
As an example, kdebase/workspace/kcontrol/access/kaccess.h is looking for
<Phonon/MediaObject>, but phonon installs this file in
/usr/include/KDE/Phonon/MediaObject.
So, if I'm right (I'm not coder at all), the line should be :
#include <KDE/Phonon/MediaObject>
Of course, as it is now, the compilation fails.
--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list