Bug 265496 - [PATCH] knode 4.4.10 fails to build (final)
Summary: [PATCH] knode 4.4.10 fails to build (final)
Status: RESOLVED FIXED
Alias: None
Product: knode
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-05 11:02 UTC by esigra
Modified: 2013-05-19 02:32 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
patch that fixes the build (445 bytes, patch)
2011-02-05 11:02 UTC, esigra
Details

Note You need to log in before you can comment on or make changes to this bug.
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.