| Unix Content | Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
|
| Hello list, When compiling Kdebase for KDE 4.1, I get the following error: /kde4-devel/kdebase/runtime/phonon/platform_kde/kdepluginfactory.cpp: In member function 'virtual QList Phonon::KdePlatformPlugin: bjectDescriptionIndexe s(Phonon::ObjectDescriptionType)const': /kde4-devel/kdebase/runtime/phonon/platform_kde/kdepluginfactory.cpp: 272: error: 'AudioCaptureDeviceType' was not declared in this scope /kde4-devel/kdebase/runtime/phonon/platform_kde/kdepluginfactory.cpp: 274: error: 'AudioCaptureDeviceType' cannot appear in a constant- expression /kde4-devel/kdebase/runtime/phonon/platform_kde/kdepluginfactory.cpp: 277: error: expected `:' before ';' token /kde4-devel/kdebase/runtime/phonon/platform_kde/kdepluginfactory.cpp: In member function 'virtual QHash Phonon::KdePlatformPlugin: bjectDescriptionProper ties(Phonon::ObjectDescriptionType,int) const': /kde4-devel/kdebase/runtime/phonon/platform_kde/kdepluginfactory.cpp: 286: error: 'AudioCaptureDeviceType' was not declared in this scope make[2]: *** [runtime/phonon/platform_kde/CMakeFiles/kde.dir/ kdepluginfactory.o] Error 1 make[1]: *** [runtime/phonon/platform_kde/CMakeFiles/kde.dir/all] Error 2 make: *** [all] Error 2 I did manage to get Kdebase installed by editing the CMakeCache.txt and disabling KDE4 multimedia support. KDE 4.1 runs great except I can't configure KSCD to use digital play back. I receive an error stating that the phonon::gstream data does not exist. I verified that phonon and gstearm are installed. I think this error is related to disabling the multimedia support, and I need to support it. I have goggled this error and did not find anything helpful. I reinstall phonon 4.2 but the problem still exists. Anyone have tips that can help? |
|
#2
|
| On 2008-08-25, stan > Hello list, > > When compiling Kdebase for KDE 4.1, I get the following error: > > /kde4-devel/kdebase/runtime/phonon/platform_kde/kdepluginfactory.cpp: > In member function 'virtual QList > Phonon::KdePlatformPlugin: bjectDescriptionIndexe s(Phonon::ObjectDescriptionType)> const': > /kde4-devel/kdebase/runtime/phonon/platform_kde/kdepluginfactory.cpp: > 272: error: 'AudioCaptureDeviceType' was not declared in this scope > /kde4-devel/kdebase/runtime/phonon/platform_kde/kdepluginfactory.cpp: > 274: error: 'AudioCaptureDeviceType' cannot appear in a constant- > expression > /kde4-devel/kdebase/runtime/phonon/platform_kde/kdepluginfactory.cpp: > 277: error: expected `:' before ';' token > /kde4-devel/kdebase/runtime/phonon/platform_kde/kdepluginfactory.cpp: > In member function 'virtual QHash > Phonon::KdePlatformPlugin: bjectDescriptionProper ties(Phonon::ObjectDescriptionType,> int) const': > /kde4-devel/kdebase/runtime/phonon/platform_kde/kdepluginfactory.cpp: > 286: error: 'AudioCaptureDeviceType' was not declared in this scope > make[2]: *** [runtime/phonon/platform_kde/CMakeFiles/kde.dir/ > kdepluginfactory.o] Error 1 > make[1]: *** [runtime/phonon/platform_kde/CMakeFiles/kde.dir/all] > Error 2 > make: *** [all] Error 2 > > I did manage to get Kdebase installed by editing the CMakeCache.txt > and disabling KDE4 multimedia support. KDE 4.1 runs great except I > can't configure KSCD to use digital play back. I receive an error > stating that the phonon::gstream data does not exist. I verified that > phonon and gstearm are installed. I think this error is related to > disabling the multimedia support, and I need to support it. > > I have goggled this error and did not find anything helpful. I > reinstall phonon 4.2 but the problem still exists. Anyone have tips > that can help? What version of Slackware are you doing this on? -Matt |
|
#3
|
| On Aug 26, 9:07*am, Matt Hayes > On 2008-08-25, stan > > > > > Hello list, > > > When compiling Kdebase for KDE 4.1, I get the following error: > > > /kde4-devel/kdebase/runtime/phonon/platform_kde/kdepluginfactory.cpp: > > In member function 'virtual QList > > Phonon::KdePlatformPlugin: bjectDescriptionIndexe s(Phonon::ObjectDescripti onType)> > const': > > /kde4-devel/kdebase/runtime/phonon/platform_kde/kdepluginfactory.cpp: > > 272: error: 'AudioCaptureDeviceType' was not declared in this scope > > /kde4-devel/kdebase/runtime/phonon/platform_kde/kdepluginfactory.cpp: > > 274: error: 'AudioCaptureDeviceType' cannot appear in a constant- > > expression > > /kde4-devel/kdebase/runtime/phonon/platform_kde/kdepluginfactory.cpp: > > 277: error: expected `:' before ';' token > > /kde4-devel/kdebase/runtime/phonon/platform_kde/kdepluginfactory.cpp: > > In member function 'virtual QHash > > Phonon::KdePlatformPlugin: bjectDescriptionProper ties(Phonon::ObjectDescri ptionType,> > int) const': > > /kde4-devel/kdebase/runtime/phonon/platform_kde/kdepluginfactory.cpp: > > 286: error: 'AudioCaptureDeviceType' was not declared in this scope > > make[2]: *** [runtime/phonon/platform_kde/CMakeFiles/kde.dir/ > > kdepluginfactory.o] Error 1 > > make[1]: *** [runtime/phonon/platform_kde/CMakeFiles/kde.dir/all] > > Error 2 > > make: *** [all] Error 2 > > > I did manage to get Kdebase installed by editing the CMakeCache.txt > > and disabling KDE4 multimedia support. KDE 4.1 runs great except I > > can't configure KSCD to use digital play back. I receive an error > > stating that the phonon::gstream data does not exist. *I verified that > > phonon and gstearm are installed. I think this error is related to > > disabling the multimedia support, and I need to support it. > > > I have goggled this error and did not find anything helpful. I > > reinstall phonon 4.2 but the problem still exists. Anyone have tips > > that can help? > > What version of Slackware are you doing this on? > > -Matt slackware 12.1 |