[Kmymoney-devel] [Bug 242044] New: Some widgets are compiled 3 times.
Vincent Ordy
vincent at ordy.net
Fri Jun 18 03:16:02 CEST 2010
https://bugs.kde.org/show_bug.cgi?id=242044
Summary: Some widgets are compiled 3 times.
Product: kmymoney4
Version: unspecified
Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: NOR
Component: general
AssignedTo: kmymoney-devel at kde.org
ReportedBy: vincent at ordy.net
Version: unspecified (using Devel)
OS: Linux
The files in the ${_uncritial_common_sources} variable from
kmymoney/widgets/CMakeLists.txt are compiled 3 times (twice when KMM_DESIGNER
is not set).
libkmymoney_base.a is built from ${_uncritial_common_sources}.
kmymoneywidgets.so and libwidgets.a both depend on libkmymoney_base.a, but also
have ${_uncritial_common_sources} as sources.
Moreover automoc was called with the same source files for each of these
targets in the same building directory, but with different _automoc.cpp files
=> the moc files were regenerated. The files were recompiled for the earlier
targets the next time "make" was run. This problem still occurs for the
${critial_common_sources}.
Reproducible: Always
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the KMyMoney-devel
mailing list