Bug 320838 - Missing reference to Boost_INCLUDE_DIR in KDEPIMLIBS_INCLUDE_DIRS
Summary: Missing reference to Boost_INCLUDE_DIR in KDEPIMLIBS_INCLUDE_DIRS
Status: RESOLVED INTENTIONAL
Alias: None
Product: kdepimlibs
Classification: Applications
Component: kpimutils (show other bugs)
Version: 4.10
Platform: OpenBSD OpenBSD
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-06 22:16 UTC by Vadim Zhukov
Modified: 2013-06-07 05:30 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Patch to fix issue (914 bytes, patch)
2013-06-06 22:16 UTC, Vadim Zhukov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vadim Zhukov 2013-06-06 22:16:05 UTC
At first, I should apologize for using "wrong" component - while this is generic problem for kdepimlibs, there is no such component in bug tracker.

The issue is that although kdepimlibs depends on Boost, it does not list Boost_INCLUDE_DIR in KDEPIMLIBS_INCLUDE_DIRS CMake variable. Thus all packages that depend on kdepimlibs fail to compile if Boost headers are not placed in the directory accessible via some other includes search path.

The patch attached fixes this problem.

Reproducible: Always
Comment 1 Vadim Zhukov 2013-06-06 22:16:35 UTC
Created attachment 80360 [details]
Patch to fix issue
Comment 2 Laurent Montel 2013-06-07 05:30:06 UTC
No we will not apply this patch.
kdepimlibs_include is not kdepimincludes + boot_include + gcc_include + gnome_include etc.
Just add this includes in CMakeLists.txt where it's necessary

We already had this bug before and we didn't add it. And we will not change.

Regards