Bug 265496

Summary: [PATCH] knode 4.4.10 fails to build (final)
Product: knode Reporter: esigra
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: chaofeng111
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: patch that fixes the build

Description esigra 2011-02-05 11:02:07 UTC
Created attachment 56882 [details]
patch that fixes the build

Version:           unspecified
OS:                Linux

Knode 4.4.10 fails to build (final). The bug already existed in version 4.4.9. Previously reported at [http://lists.kde.org/?l=kde-pim&m=129396069807498&w=2].

Reproducible: Always

Steps to Reproduce:
1. tar jxvf kdepim-4.4.10.tar.bz2
2. cd kdepim-4.4.10
3. mkdir build
4. cd build
5. cmake -DKDE4_ENABLE_FINAL=ON ..
6. make knode

Actual Results:  
In file included from /tmp/kdepim-4.4.10/knode/kncomposer.cpp:31,
                 from /tmp/kdepim-4.4.10/build/knode/knodecommon_final_cpp.cpp:33:
/tmp/kdepim-4.4.10/libkdepim/addressesdialog.h: At global scope:
/tmp/kdepim-4.4.10/libkdepim/addressesdialog.h:40: fel: referens till "Ui" är tvetydig
/tmp/kdepim-4.4.10/build/libkdepim/ui_addresspicker.h:219: fel: candidates are: namespace Ui { }
/tmp/kdepim-4.4.10/build/knode/ui_nntpaccountdialog_base.h:235: fel:                 namespace KNode::Ui { }
Comment 1 Chao Feng 2013-05-19 02:32:07 UTC
Patch targe file does not exist. And it build well now.