Bug 261275 - Fails to build [PATCH]
Summary: Fails to build [PATCH]
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Generic-Presentation (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-26 09:34 UTC by esigra
Modified: 2017-07-09 07:25 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 1.8.0


Attachments
patch that fixes the bug by including fixx11h.h to clean up the namespace after including X11 headers (313 bytes, patch)
2010-12-26 09:34 UTC, esigra
Details

Note You need to log in before you can comment on or make changes to this bug.
Description esigra 2010-12-26 09:34:27 UTC
Created attachment 55253 [details]
patch that fixes the bug by including fixx11h.h to clean up the namespace after including X11 headers

Version:           1.6.0 (using KDE 4.5.4) 
OS:                Linux

First reported at [http://mail.kde.org/pipermail/kde-imaging/2010-December/012032.html]. Patch attached.

Reproducible: Always

Steps to Reproduce:
1. tar jxvf kipi-plugins-1.6.0.tar.bz2
2. cd kipi-plugins-1.6.0
3. mkdir build
4. cd build
5. cmake -DKDE4_ENABLE_FINAL=ON ..
6. make

Actual Results:  
I fil inkluderad från /usr/include/qt4/QtCore/qdebug.h:50,
                 från /usr/include/qt4/QtCore/QtDebug:1,
                 från /usr/include/phonon/objectdescription.h:29,
                 från /usr/include/phonon/path.h:27,
                 från /usr/include/phonon/medianode.h:29,
                 från /usr/include/phonon/mediaobject.h:25,
                 från kipi-plugins-1.6.0/advancedslideshow/listsounditems.h:41,
                 från kipi-plugins-1.6.0/build/advancedslideshow/ui_soundtrackdialog.h:31,
                 från kipi-plugins-1.6.0/advancedslideshow/soundtrackdialog.h:38,
                 från kipi-plugins-1.6.0/advancedslideshow/soundtrackdialog.cpp:23,
                 från kipi-plugins-1.6.0/build/advancedslideshow/kipiplugin_advancedslideshow_final_cpp.cpp:5:
/usr/include/qt4/QtCore/qtextstream.h:60:2: fel: #error qtextstream.h must be included before any header file that defines Status
Comment 1 caulier.gilles 2010-12-26 11:11:40 UTC
SVN commit 1209278 by cgilles:

apply patch #55253
BUGS: 261275


 M  +1 -0      screenproperties.cpp  


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