[opensuse-kde] kdebase (kde4): AudioStreamDescription was not declared in this scope
Hello, Sorry for disturbing you. I'm a big fan of KDE and I'm trying to build KDE 4 with kdesvn-build, but I can't build kdemultimedia or kdebase. Every other module works fine, except extragear/multimedia, wich depends on the first one. Would you please help finding out where's the problem? The error is the same in kdebase and kdemultimedia: /home/traysh/kdesvn/kdebase /runtime/phonon/xine/xinestream.h:109: error: ‘AudioStreamDescription’ was not declared in this scope /home/traysh/kdesvn/kdebase/runtime/phonon/xine/xinestream.h:109: error: template argument 1 is invalid /home/traysh/kdesvn/kdebase/runtime/phonon/xine/xinestream.h:110: error: ‘SubtitleStreamDescription’ was not declared in this scope /home/traysh/kdesvn/kdebase/runtime/phonon/xine/xinestream.h:110: error: template argument 1 is invalid /home/traysh/kdesvn/kdebase/runtime/phonon/xine/xinestream.h:112: error: ‘AudioStreamDescription’ does not name a type /home/traysh/kdesvn/kdebase/runtime/phonon/xine/xinestream.h:113: error: ‘SubtitleStreamDescription’ does not name a type /home/traysh/kdesvn/kdebase/runtime/phonon/xine/xinestream.h:115: error: expected ‘,’ or ‘...’ before ‘&’ token /home/traysh/kdesvn/kdebase/runtime/phonon/xine/xinestream.h:115: error: ISO C++ forbids declaration of ‘AudioStreamDescription’ with no type /home/traysh/kdesvn/kdebase/runtime/phonon/xine/xinestream.h:116: error: expected ‘,’ or ‘...’ before ‘&’ token /home/traysh/kdesvn/kdebase/runtime/phonon/xine/xinestream.h:116: error: ISO C++ forbids declaration of ‘SubtitleStreamDescription’ with no type /home/traysh/kdesvn/kdebase/runtime/phonon/xine/mediaobject.cpp: In member function ‘virtual bool Phonon::Xine::MediaObject::hasInterface(Phonon::AddonInterface::Interface) const’: /home/traysh/kdesvn/kdebase/runtime/phonon/xine/mediaobject.cpp:499: error: ‘SubtitleInterface’ is not a member of ‘Phonon::AddonInterface’ /home/traysh/kdesvn/kdebase/runtime/phonon/xine/mediaobject.cpp:504: error: ‘AudioChannelInterface’ is not a member of ‘Phonon::AddonInterface’ /home/traysh/kdesvn/kdebase/runtime/phonon/xine/mediaobject.cpp:488: warning: enumeration value ‘NavigationInterface’ nothandled in switch /home/traysh/kdesvn/kdebase/runtime/phonon/xine/mediaobject.cpp:488: warning: enumeration value ‘AngleInterface’ not handled in switch /home/traysh/kdesvn/kdebase/runtime/phonon/xine/mediaobject.cpp: In member function ‘virtual QVariant Phonon::Xine::MediaObject::interfaceCall(Phonon::AddonInterface::Interface, int, const QList<QVariant>&)’: /home/traysh/kdesvn/kdebase/runtime/phonon/xine/mediaobject.cpp:616: error: ‘SubtitleInterface’ is not a member of ‘Phonon::AddonInterface’ /home/traysh/kdesvn/kdebase/runtime/phonon/xine/mediaobject.cpp:617: error: expected type-specifier /home/traysh/kdesvn/kdebase/runtime/phonon/xine/mediaobject.cpp:617: error: expected `>' /home/traysh/kdesvn/kdebase/runtime/phonon/xine/mediaobject.cpp:617: error: expected `(' /home/traysh/kdesvn/kdebase/runtime/phonon/xine/mediaobject.cpp:617: error: 'SubtitleCommand' is not a member of 'Phonon::AddonInterface' /home/traysh/kdesvn/kdebase/runtime/phonon/xine/mediaobject.cpp:618: error: expected `)' before '{' token /home/traysh/kdesvn/kdebase/runtime/phonon/xine/mediaobject.cpp:632: error: 'AudioChannelInterface' is not a member of 'Phonon::AddonInterface' /home/traysh/kdesvn/kdebase/runtime/phonon/xine/mediaobject.cpp:633: error: expected type-specifier /home/traysh/kdesvn/kdebase/runtime/phonon/xine/mediaobject.cpp:633: error: expected `>' /home/traysh/kdesvn/kdebase/runtime/phonon/xine/mediaobject.cpp:633: error: expected `(' /home/traysh/kdesvn/kdebase/runtime/phonon/xine/mediaobject.cpp:633: error: 'AudioChannelCommand' is not a member of 'Phonon::AddonInterface' /home/traysh/kdesvn/kdebase/runtime/phonon/xine/mediaobject.cpp:634: error: expected `)' before '{' token Thank you very much, Danilo Luvizotto. --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kde+help@opensuse.org
On Wednesday 19 March 2008, Danilo Luvizotto wrote:
Sorry for disturbing you. I'm a big fan of KDE and I'm trying to build KDE 4 with kdesvn-build
we do have packages of KDE 4.0.x and KDE 4.1.x SVN code branches available from the opensuse buildservice though.
Would you please help finding out where's the problem? The error is the same in kdebase and kdemultimedia:
Looks like xine-devel is missing, not matching version or both the -devel package and the xine package are too old (1.0.9 or newer is required). Greetings, Dirk -- RPMLINT information under http://en.opensuse.org/Packaging/RpmLint --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kde+help@opensuse.org
participants (2)
-
Danilo Luvizotto
-
Dirk Mueller