Re: Simple script to patch kdelibs frameworks CMakeLists.txt

2012-08-23 Thread Kevin Ottens
Hello, On Tuesday 14 August 2012 22:29:22 Alexander Neundorf wrote: attached is a simple ruby script to update some (currently two) settings in the CMakeLists.txt of the kdelibs frameworks branch. It currently has two options: patchkf5cmake --ecm-version 0.0.5 : set the required e-c-m

internal lib name vs. output lib name, getting internal dependencies?

2012-08-23 Thread Friedrich W. H. Kossebau
Hi, I need your, the buildsystem experts', help. In the bugreport https://bugs.kde.org/show_bug.cgi?id=304794 the problem is reported that building of Okteta with parallel jobs fails, due to a library not created already when it is used to link to, cmp. this snippet from the attached log

Re: internal lib name vs. output lib name, getting internal dependencies?

2012-08-23 Thread Michael Pyne
On Thursday, August 23, 2012 23:58:22 Friedrich W. H. Kossebau wrote: When proposing solutions, please keep in mind that I try to keep the different modules as independent as possible, so moving things around/outside will not need big changes in the build system. First off, keep in mind that I

Re: Simple script to patch kdelibs frameworks CMakeLists.txt

2012-08-23 Thread David Faure
On Thursday 23 August 2012 22:27:50 Kevin Ottens wrote: Hello, On Tuesday 14 August 2012 22:29:22 Alexander Neundorf wrote: attached is a simple ruby script to update some (currently two) settings in the CMakeLists.txt of the kdelibs frameworks branch. It currently has two options:

Re: internal lib name vs. output lib name, getting internal dependencies?

2012-08-23 Thread Friedrich W. H. Kossebau
Am Donnerstag, 23. August 2012, 18:05:32 schrieb Michael Pyne: On Thursday, August 23, 2012 23:58:22 Friedrich W. H. Kossebau wrote: When proposing solutions, please keep in mind that I try to keep the different modules as independent as possible, so moving things around/outside will not

Re: internal lib name vs. output lib name, getting internal dependencies?

2012-08-23 Thread Raphael Kubo da Costa
Friedrich W. H. Kossebau kosse...@kde.org writes: So the settings for the library libkasten2core is like this: libs/kasten/core/CMakeLists.txt has: --- 8 --- kde4_add_library( ${kastencore_LIB} SHARED ${kastencore_LIB_SRCS} ) set_target_properties( ${kastencore_LIB} PROPERTIES

Re: internal lib name vs. output lib name, getting internal dependencies?

2012-08-23 Thread Andreas Pakulat
Hi, On Thu, Aug 23, 2012 at 11:58 PM, Friedrich W. H. Kossebau kosse...@kde.org wrote: I cannot reproduce this locally, but this might be just a timing issue. As this problem has not been reported before, I am currently thinking this could be due to the recent change requested by the Windows