Bug 232632 - Tar will not compile DRawDecoding’ has no member named ‘DontStretchPixels’
Summary: Tar will not compile DRawDecoding’ has no member named ‘DontStretchPixels’
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Portability-Compilation (show other bugs)
Version: 1.2.0
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-30 00:38 UTC by Von Wallace
Modified: 2017-08-19 20:58 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 1.3.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Von Wallace 2010-03-30 00:38:27 UTC
Version:           1.2.0 (using KDE 4.4.1)
OS:                Linux
Installed from:    Compiled From Sources

/home/vonskie/dkstable/digikam-1.2.0/utilities/imageeditor/editor/editorwindow.cpp: In member function ‘void Digikam::EditorWindow::applyStandardSettings()’:
/home/vonskie/dkstable/digikam-1.2.0/utilities/imageeditor/editor/editorwindow.cpp:940: error: ‘class Digikam::DRawDecoding’ has no member named ‘DontStretchPixels’
make[2]: *** [digikam/CMakeFiles/digikamcore.dir/__/utilities/imageeditor/editor/editorwindow.o] Error 1
make[1]: *** [digikam/CMakeFiles/digikamcore.dir/all] Error 2
make: *** [all] Error 2
root@bts-laptop-wind:/home/vonskie/dkstable/digikam-1.2.0/build#
Comment 1 caulier.gilles 2010-03-30 08:59:02 UTC
SVN commit 1108946 by cgilles:

revert typo in raw decoding settings memeber, this break compilation with older implementation which use libkdcraw
BUGS: 232632


 M  +4 -4      dcrawsettingswidget.cpp  
 M  +3 -3      kdcraw.cpp  
 M  +2 -2      kdcraw.h  
 M  +1 -1      kdcraw_p.cpp  
 M  +1 -1      kdcraw_p.h  
 M  +4 -4      rawdecodingsettings.cpp  
 M  +1 -1      rawdecodingsettings.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1108946