On Tuesday, November 19, 2013 17:01:32 Aleix Pol wrote:
> Maybe you have different CMAKE_BUILD_TYPE in kdelibs and other build
> directories?
I'm using the same command for them all:
cmake -DCMAKE_INSTALL_PREFIX=$KF5 -DCMAKE_PREFIX_PATH=$KF5 -
DCMAKE_SYSTEM_PREFIX_PATH=/usr:/usr/local:${KF5} -
DC
On Tue, Nov 19, 2013 at 4:32 PM, Sebastian Kügler wrote:
> On Tuesday, November 19, 2013 15:42:47 Sebastian Kügler wrote:
> > On Tuesday, November 19, 2013 12:48:53 Stephen Kelly wrote:
>
> > > Try to construct a trivial testcase using one of the targets. If that
> > > fails, post it. If it passe
On Tuesday, November 19, 2013 15:42:47 Sebastian Kügler wrote:
> On Tuesday, November 19, 2013 12:48:53 Stephen Kelly wrote:
> > Try to construct a trivial testcase using one of the targets. If that
> > fails, post it. If it passes, bisect the difference to kactivities.
>
> I've attached a bare e
I can't reproduce the problem.
Sebastian Kügler wrote:
> Ideas how to solve this would be highly appreciated. I'm out of ideas. :/
Try to construct a trivial testcase using one of the targets. If that fails,
post it. If it passes, bisect the difference to kactivities.
Thanks,
Steve.
__
On Monday, November 18, 2013 19:00:33 Sebastian Kügler wrote:
> On Monday, November 18, 2013 17:53:07 Aleix Pol wrote:
> > On Mon, Nov 18, 2013 at 5:43 PM, Sebastian Kügler wrote:
> >
> > It seems subject broke over the weekend. kactivities fails to compile:
> >
> > c++: error: KF5::KDBusAddons-N
On Monday, November 18, 2013 17:53:07 Aleix Pol wrote:
> On Mon, Nov 18, 2013 at 5:43 PM, Sebastian Kügler wrote:
> It seems subject broke over the weekend. kactivities fails to compile:
>
> c++: error: KF5::KDBusAddons-NOTFOUND: No such file or directory
>
> kactivities uses:
>
> find_package
On Mon, Nov 18, 2013 at 5:53 PM, Aleix Pol wrote:
> On Mon, Nov 18, 2013 at 5:43 PM, Sebastian Kügler wrote:
>
>> It seems subject broke over the weekend. kactivities fails to compile:
>>
>> c++: error: KF5::KDBusAddons-NOTFOUND: No such file or directory
>>
>> kactivities uses:
>>
>> find_packa
On Mon, Nov 18, 2013 at 5:43 PM, Sebastian Kügler wrote:
> It seems subject broke over the weekend. kactivities fails to compile:
>
> c++: error: KF5::KDBusAddons-NOTFOUND: No such file or directory
>
> kactivities uses:
>
> find_package (KF5 CONFIG REQUIRED KDBusAddons)
>
> so it's pretty bare-b