<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Added <a href="https://binary-factory.kde.org/job/Kate_Release_win64/" id="LPlnk368147">
https://binary-factory.kde.org/job/Kate_Release_win64/</a><br>
</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Dr.-Ing. Christoph Cullmann <cullmann@absint.com><br>
<b>Sent:</b> Thursday, March 21, 2019 11:55 AM<br>
<b>To:</b> KDE on Windows<br>
<b>Cc:</b> Hannah von Reth<br>
<b>Subject:</b> Re: Binary-Factory question</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">Hi,<br>
<br>
ThreadWeaver ist just used as a "nicer" QtConcurrent.<br>
<br>
NewStuff is just there for some extra context menu entries, I think if that leads to some size<br>
issues I could just make this "really" optional and disable just that few functions with some<br>
#ifdef magic.<br>
<br>
Greetings<br>
Christoph<br>
<br>
> I guess we can enable them, what do they provide :D<br>
> ________________________________<br>
> From: Kde-windows <kde-windows-bounces@kde.org> on behalf of Dr.-Ing. Christoph<br>
> Cullmann <cullmann@absint.com><br>
> Sent: Thursday, March 21, 2019 11:11 AM<br>
> To: Hannah von Reth<br>
> Cc: KDE on Windows<br>
> Subject: Re: Binary-Factory question<br>
> <br>
> Hi,<br>
> <br>
>> Ah yes,<br>
>><br>
>><br>
>> if not self.subinfo.options.dynamic.fullPlasma:<br>
>>    self.subinfo.options.configure.args += "<br>
>>    -DCMAKE_DISABLE_FIND_PACKAGE_KF5Plasma=ON<br>
>>    -DCMAKE_DISABLE_FIND_PACKAGE_KF5ThreadWeaver=ON<br>
>>    -DCMAKE_DISABLE_FIND_PACKAGE_KF5NewStuff=ON"<br>
>><br>
>> The problem was that those increased the file size of the installer and the<br>
>> number of dependencies by a factor of 1000.<br>
>> Also I'm not really sure what they provide and how useful they are on Windows.<br>
> <br>
> Hmm, I don't care for plasma, then just the session applet is missing which is<br>
> useless on Windows.<br>
> <br>
> But are threadweaver and newstuff that bad?<br>
> <br>
> Greetings<br>
> Christoph<br>
> <br>
>><br>
>> Cheers,<br>
>><br>
>> Hannah<br>
>> ________________________________<br>
>> From: Kde-windows <kde-windows-bounces@kde.org> on behalf of Dr.-Ing. Christoph<br>
>> Cullmann <cullmann@absint.com><br>
>> Sent: Thursday, March 21, 2019 10:03 AM<br>
>> To: KDE on Windows<br>
>> Subject: Re: Binary-Factory question<br>
>><br>
>> Hi,<br>
>><br>
>> thanks for the quick answer! ;=)<br>
>><br>
>> hmm, I looked at the binary factory log:<br>
>><br>
>> <a href="https://binary-factory.kde.org/view/Windows%2064-bit/job/Kate_Nightly_win64/377/console">
https://binary-factory.kde.org/view/Windows%2064-bit/job/Kate_Nightly_win64/377/console</a><br>
>><br>
>> For me it seems, these two things are hard blacklisted there:<br>
>><br>
>> 04:41:37  executing command:<br>
>> "C:\Craft\BinaryFactory\windows-msvc2017_64-cl\dev-utils\bin\cmake.exe" -G<br>
>> "Ninja" -DBUILD_TESTING=ON   -DCMAKE_DISABLE_FIND_PACKAGE_KF5Plasma=ON<br>
>> -DCMAKE_DISABLE_FIND_PACKAGE_KF5ThreadWeaver=ON<br>
>> -DCMAKE_DISABLE_FIND_PACKAGE_KF5NewStuff=ON<br>
>> -DCMAKE_INSTALL_PREFIX="C:/Craft/BinaryFactory/windows-msvc2017_64-cl"<br>
>> -DCMAKE_PREFIX_PATH="C:/Craft/BinaryFactory/windows-msvc2017_64-cl"<br>
>> -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP=ON<br>
>> -DKDE_INSTALL_USE_QT_SYS_PATHS=ON "C:\_\1f15475\kate"<br>
>><br>
>> => -DCMAKE_DISABLE_FIND_PACKAGE_KF5ThreadWeaver=ON<br>
>> -DCMAKE_DISABLE_FIND_PACKAGE_KF5NewStuff=ON<br>
>><br>
>> Greetings<br>
>> Christoph<br>
>><br>
>> ----- Am 21. Mrz 2019 um 9:42 schrieb Hannah von Reth hannah@von-reth.de:<br>
>><br>
>>> Hi Christoph,<br>
>>> Its probably a missing dependency, either the dependency is not specified in the<br>
>>> blueprint, or some required files are blacklisted.<br>
>>><br>
>>> Running with<br>
>>><br>
>>> QT_DEBUG_PLUGINS=1<br>
>>><br>
>>> Will probably tell you more.<br>
>>> Windows Gui applications usually don't print to the console, so<br>
>>> <a href="https://github.com/CobaltFusion/DebugViewPP">https://github.com/CobaltFusion/DebugViewPP</a> might help you to get the output.<br>
>>><br>
>>><br>
>>> Cheers,<br>
>>><br>
>>> Hannah<br>
>>> ________________________________<br>
>>> From: Kde-windows <kde-windows-bounces@kde.org> on behalf of Dr.-Ing. Christoph<br>
>>> Cullmann <cullmann@absint.com><br>
>>> Sent: Thursday, March 21, 2019 9:33 AM<br>
>>> To: KDE on Windows<br>
>>> Subject: Binary-Factory question<br>
>>><br>
>>> Hi,<br>
>>><br>
>>> I just wanted to give the current binary factory version of Kate a try (to<br>
>>> perhaps finally<br>
>>> do some screenshots and stuff to have all things ready of a Windows Store<br>
>>> application).<br>
>>><br>
>>> I noticed that the project plugin is missing as KF5ThreadWeaver and KF5NewStuff<br>
>>> seem to be disabled.<br>
>>><br>
>>> Is there a reason for this?<br>
>>> I can't remember to have issues with them on Windows, but I might be wrong.<br>
>>><br>
>>> Greetings<br>
>>> Christoph<br>
>>><br>
>>> --<br>
>>> ----------------------------- Dr.-Ing. Christoph Cullmann ---------<br>
>>> AbsInt Angewandte Informatik GmbH      Email: cullmann@AbsInt.com<br>
>>> Science Park 1                         Tel:   +49-681-38360-22<br>
>>> 66123 Saarbrücken                      Fax:   +49-681-38360-20<br>
>>> GERMANY                                WWW:   <a href="http://www.AbsInt.com">
http://www.AbsInt.com</a><br>
>>> --------------------------------------------------------------------<br>
>>> Geschäftsführung: Dr.-Ing. Christian Ferdinand<br>
>>> Eingetragen im Handelsregister des Amtsgerichts Saarbrücken, HRB 11234<br>
>><br>
>> --<br>
>> ----------------------------- Dr.-Ing. Christoph Cullmann ---------<br>
>> AbsInt Angewandte Informatik GmbH      Email: cullmann@AbsInt.com<br>
>> Science Park 1                         Tel:   +49-681-38360-22<br>
>> 66123 Saarbrücken                      Fax:   +49-681-38360-20<br>
>> GERMANY                                WWW:   <a href="http://www.AbsInt.com">
http://www.AbsInt.com</a><br>
>> --------------------------------------------------------------------<br>
>> Geschäftsführung: Dr.-Ing. Christian Ferdinand<br>
>> Eingetragen im Handelsregister des Amtsgerichts Saarbrücken, HRB 11234<br>
> <br>
> --<br>
> ----------------------------- Dr.-Ing. Christoph Cullmann ---------<br>
> AbsInt Angewandte Informatik GmbH      Email: cullmann@AbsInt.com<br>
> Science Park 1                         Tel:   +49-681-38360-22<br>
> 66123 Saarbrücken                      Fax:   +49-681-38360-20<br>
> GERMANY                                WWW:   <a href="http://www.AbsInt.com">http://www.AbsInt.com</a><br>
> --------------------------------------------------------------------<br>
> Geschäftsführung: Dr.-Ing. Christian Ferdinand<br>
> Eingetragen im Handelsregister des Amtsgerichts Saarbrücken, HRB 11234<br>
<br>
-- <br>
----------------------------- Dr.-Ing. Christoph Cullmann ---------<br>
AbsInt Angewandte Informatik GmbH      Email: cullmann@AbsInt.com<br>
Science Park 1                         Tel:   +49-681-38360-22<br>
66123 Saarbrücken                      Fax:   +49-681-38360-20<br>
GERMANY                                WWW:   <a href="http://www.AbsInt.com">http://www.AbsInt.com</a><br>
--------------------------------------------------------------------<br>
Geschäftsführung: Dr.-Ing. Christian Ferdinand<br>
Eingetragen im Handelsregister des Amtsgerichts Saarbrücken, HRB 11234<br>
</div>
</span></font></div>
</body>
</html>