[Bug 153463] [PATCH] Make Kompare build/work in KDE 4.0 SVN (3.96.2)

Andreas Pakulat apaku at gmx.de
Tue Dec 11 13:04:56 CET 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=153463         




------- Additional Comments From apaku gmx de  2007-12-11 13:04 -------
I know the code always did it, this is leftover from autotools buildsystem. In KDE3 any plugin or shared library that wanted to separate different parts of its code into subdirs needed a static library to do so. However with CMake thats not necessary anymore, as cmake supports putting source files into subdirs or even completely different dirs (i.e. parent dir, parent-sibling-dir).

I have to have a closer look at the code to see wether thats feasible, problem with the above approach is if you have files that are shared for multiple targets, i.e. a plugin and an executable you end up compiling them twice.

Anyway, the easiest hotfix is disabling kompare from the build until we figured out the right thing to do. I'm going to do that now.


More information about the Kompare-devel mailing list