Bug 163766 - kdemultimedia from trunk won't compile against cdparanoia-3.10_pre2
Summary: kdemultimedia from trunk won't compile against cdparanoia-3.10_pre2
Status: RESOLVED NOT A BUG
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: audiocd (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: icefox
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-11 09:23 UTC by James
Modified: 2008-06-11 12:27 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James 2008-06-11 09:23:54 UTC
Version:            (using Devel)
Installed from:    Compiled sources
Compiler:          g++ 4.2.3 
OS:                Linux

Compiling from sources using the cmakekde/cmakekdeall scripts and method.

checked my cdparanoia headers, indeed struct cdrom_drive has no member named dev.

Here is my compiler error:

[ 95%] Building CXX object kioslave/audiocd/plugins/wav/CMakeFiles/audiocd_encoder_wav.dir/encoderwav.o                                                                                                                                                                                             
/home/kde-devel/kde/src/KDE/kdemultimedia/kioslave/audiocd/plugins/wav/encoderwav.cpp: In member function 'virtual long int EncoderWav::readInit(long int)':                                          
/home/kde-devel/kde/src/KDE/kdemultimedia/kioslave/audiocd/plugins/wav/encoderwav.cpp:81: warning: 'setRawData' is deprecated (declared at /home/kde-devel/kde/build/qt-copy/include/QtCore/../../../../src/qt-copy/src/corelib/tools/qbytearray.h:325)                                                  
/home/kde-devel/kde/src/KDE/kdemultimedia/kioslave/audiocd/plugins/wav/encoderwav.cpp:83: warning: 'resetRawData' is deprecated (declared at /home/kde-devel/kde/build/qt-copy/include/QtCore/../../../../src/qt-copy/src/corelib/tools/qbytearray.h:327)                                                
/home/kde-devel/kde/src/KDE/kdemultimedia/kioslave/audiocd/audiocd.cpp: In member function 'cdrom_drive* AudioCD::AudioCDProtocol::initRequest(const KUrl&)':                                         
/home/kde-devel/kde/src/KDE/kdemultimedia/kioslave/audiocd/audiocd.cpp:223: error: 'struct cdrom_drive' has no member named 'dev'                                                                     
/home/kde-devel/kde/src/KDE/kdemultimedia/kioslave/audiocd/audiocd.cpp:234: error: 'struct cdrom_drive' has no member named 'dev'                                                                     
/home/kde-devel/kde/src/KDE/kdemultimedia/kioslave/audiocd/audiocd.cpp:236: error: 'struct cdrom_drive' has no member named 'dev'                                                                     
/home/kde-devel/kde/src/KDE/kdemultimedia/kioslave/audiocd/audiocd.cpp:245: error: 'struct cdrom_drive' has no member named 'dev'                                                                     
/home/kde-devel/kde/src/KDE/kdemultimedia/kioslave/audiocd/audiocd.cpp:246: error: 'struct cdrom_drive' has no member named 'dev'
[ 95%] Building CXX object kioslave/audiocd/plugins/wav/CMakeFiles/audiocd_encoder_wav.dir/encodercda.o
make[2]: *** [kioslave/audiocd/CMakeFiles/kio_audiocd.dir/audiocd.o] Error 1
make[1]: *** [kioslave/audiocd/CMakeFiles/kio_audiocd.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
/home/kde-devel/kde/src/KDE/kdemultimedia/kioslave/audiocd/plugins/wav/encodercda.cpp: In member function 'virtual long int EncoderCda::read(int16_t*, int)':
/home/kde-devel/kde/src/KDE/kdemultimedia/kioslave/audiocd/plugins/wav/encodercda.cpp:62: warning:'setRawData' is deprecated (declared at /home/kde-devel/kde/build/qt-copy/include/QtCore/../../../../src/qt-copy/src/corelib/tools/qbytearray.h:325)
/home/kde-devel/kde/src/KDE/kdemultimedia/kioslave/audiocd/plugins/wav/encodercda.cpp:64: warning:'resetRawData' is deprecated (declared at /home/kde-devel/kde/build/qt-copy/include/QtCore/../../../../src/qt-copy/src/corelib/tools/qbytearray.h:327)
[ 95%] Building CXX object kioslave/audiocd/plugins/wav/CMakeFiles/audiocd_encoder_wav.dir/audiocd_encoder_wav_automoc.o
Comment 1 Christophe Marin 2008-06-11 12:27:11 UTC
bugs.kde.org is not meant to receive reports about not-compiling stuff. Closing this report.