<div dir="ltr"><div><div><div><div><div><div><div><div><div><div><div>Hey Alexander,<br><br></div>The following modules have failed to build 3 or more times in a row:<br>    attica<br>        kconfig<br>       kwindowsystempon<br>...<br></div>... <br></div>Etc for all the rest.<br></div>After checking the cmake logs its due to my Qt being to early of a version<br><br></div>eg<br><br>Could not find a configuration file for package "Qt5" that is compatible<br>  with requested version "5.7.0".<br><br>  The following configuration files were considered but not accepted:<br><br>    /usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake, version: 5.6.1<br><br></div>After doing some research it seems 5.6.1 is the highest that Ubuntu 16.04 Xenial can provide.<br><br></div>So I guess the solution is to find a backport or install a different OS.<br><br></div>I don't suppose you would know of a simpler solution?<br><br></div>Thank you for your input, it has been greatly appreciated.<br><br></div>Kind Regards<br><br></div>Dan<br><div><div><div><div><div><div><div><br><div><div><div><br></div></div></div></div></div></div></div></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Feb 1, 2018 at 8:59 PM, Alexander Zhigalin <span dir="ltr"><<a href="mailto:alexander@zhigalin.tk" target="_blank">alexander@zhigalin.tk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>Hello Daniel,</div><div> </div><div>you should build not only KDevelop but also all the dependencies</div><div>(don't worry it's just for the first time)</div><div>Using</div><blockquote><div>kdesrc-build --include-dependencies kdevelop</div></blockquote><div>Should get the thing done.</div><div>In case it doesn't you should add that module to the build list manually like</div><blockquote><div>kdesrc-build --include-dependencies libkomparediff2 kdevelop</div></blockquote><div> </div><div> </div><div>01.02.2018, 03:37, "Daniel St. George" <<a href="mailto:daniel.stgeorge@nyriad.com" target="_blank">daniel.stgeorge@nyriad.com</a>>:</div><div><div class="h5"><blockquote type="cite"><div><div><div><div><div><div><div><div><div>Hey there,<br> </div>I found a different more up to date guide on getting kdev5 installed.<br> </div>Ive followed the guide and everything has been fine expect for one thing.<br><br><<<  PACKAGES FAILED TO BUILD  >>><br>libkomparediff2 - ~/kdesrc/log/<span>2018-02-01-10</span>/<wbr>libkomparediff2/cmake.log<br> </div>in the log it states<br><br>Could not find a configuration file for package "KF5CoreAddons" that is<br>  compatible with requested version "5.28.0".<br><br>  The following configuration files were considered but not accepted:<br><br>    /usr/lib/x86_64-linux-gnu/<wbr>cmake/KF5CoreAddons/<wbr>KF5CoreAddonsConfig.cmake, version: 5.18.0<br> </div>(It out puts this many times for different KF5 things)<br> </div>Is it possible to get version 5.28.0 + with Ubuntu 16.04 Xenial?<br> </div>Havn't been able to find a way around this online so far.<br> </div>Kind regards<br> </div>Dan<div><div><div><div><div><div><div><div><br><br> </div></div></div></div></div></div></div></div></div><div> <div>On Thu, Feb 1, 2018 at 2:22 PM, Alexander Zhigalin <span><<a href="mailto:alexander@zhigalin.tk" target="_blank">alexander@zhigalin.tk</a>></span> wrote:<blockquote style="margin:0 0 0 0.8ex;border-left:1px #ccc solid;padding-left:1ex"><div>Hello Daniel, </div><div> </div><div>please while replying also CC <a href="mailto:kdevelop-devel@kde.org" target="_blank">kdevelop-devel@kde.org</a> so other developers can follow. </div><div>From the screenshot you have attached I'm guessing your problems are causing by Qt-GTK theme conflict, you may want to try installing KDevelop from repositories so you should have the necessary cross-framework theming packages...</div><div>Also you might have to take a look to the setting named "Qt application appearance" or so.</div><div><span style="font-family:sans-serif">You said Qt version is 4.8.7 but in order to build KDevelop 5 you should have Qt 5 somewhere... </span></div><div><font face="sans-serif">Also, can you check out the logs at </font></div><div><font face="sans-serif">kdesrc/log/kdevelop/cmake.log to make sure nothing is missing? </font></div><div> </div><div> </div>01:30, 01 febbraio 2018, "Daniel St. George" <<a href="mailto:daniel.stgeorge@nyriad.com" target="_blank">daniel.stgeorge@nyriad.com</a>>:<blockquote><div><span>I forgot to attach this in the previous email, incase it helps at all this is what the UI looks like currently</span><br>[see attachment] <br>​</div><div><div><div> <div>On Thu, Feb 1, 2018 at 1:25 PM, Daniel St. George <span><<a href="mailto:daniel.stgeorge@nyriad.com" target="_blank">daniel.stgeorge@nyriad.com</a>></span> wrote:<blockquote style="margin:0 0 0 0.8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><div><div><div><div>Hi there, Thanks for the reply.<br> </div>I am using Ubuntu 16.04, Qt version 4.8.7.</div>Everything to do with KDE I got from the git clone kde:kdesrc-build command at the page <a href="https://community.kde.org/Guidelines_and_HOWTOs/Build_from_source" target="_blank">https://community.kde.org/<wbr>Guidelines_and_HOWTOs/Build_<wbr>from_source</a>.<br> </div>I do have the appimage and it runs perfectly fine, how ever i'm building a custom plugin thus need to be able to interact with the source files.<br>If it is possible to build / install custom plugins with the appimage that would be great, so if there is a way to do this I would love to know.<br> </div>Kind regards<br> </div>Dan</div><div><div> <div>On Wed, Jan 31, 2018 at 5:02 AM, Alexander Zhigalin <span><<a href="mailto:alexander@zhigalin.tk" target="_blank">alexander@zhigalin.tk</a>></span> wrote:<blockquote style="margin:0 0 0 0.8ex;border-left:1px #ccc solid;padding-left:1ex"><div>Hello,</div><div> </div><div>please share a bit more details about your install:</div><ul><li>OS</li><li>Desktop Manager</li><li>Qt version</li><li>KDE Frameworks version</li></ul><div>Then try please to use our <a href="https://www.kdevelop.org/download" target="_blank">AppImage</a> to check if the issues persist.</div><div>About the errors, this one</div><blockquote><div><span>uint DBusMenuExporterDBus::<wbr>GetLayout(int, int, const QStringList&, DBusMenuLayoutItem&): Condition failed: menu</span></div></blockquote><div><br>looks suspicious while another one</div><blockquote><div><span>qrc:///qml/storage.js:24: TypeError: Cannot call method 'openDatabaseSync' of undefined</span></div></blockquote><div><br>is unrelated.</div><div> </div><div>30.01.2018, 16:21, "Daniel St. George" <<a href="mailto:daniel.stgeorge@nyriad.com" target="_blank">daniel.stgeorge@nyriad.com</a>>:</div><div><blockquote type="cite"><div><div><div><div><div><div><div><div>Hello,<br> </div>I have been attempting to build Kdev5 on my machine following the walk through at <a href="https://community.kde.org/KDevelop/HowToCompile_v5" target="_blank">https://community.kde.org/<wbr>KDevelop/HowToCompile_v5</a>.<br> </div>Upon finishing the steps and running Kdevelop, I am presented with ui errors such as chunks of whiteness over important menus, and crashing when I attempt to change the colour theme.<br> </div>In the terminal when I run kdevelop I get this output<br><br>uint DBusMenuExporterDBus::<wbr>GetLayout(int, int, const QStringList&, DBusMenuLayoutItem&): Condition failed: menu<br>qrc:///qml/storage.js:24: TypeError: Cannot call method 'openDatabaseSync' of undefined<br><br> </div>If anyone is familiar with this kind of issue, some advice on how to fix this would be greatly appreciated.<br> </div>Thanks team.<br> </div>Kind regards<br> </div>Dan St G</div></blockquote></div></blockquote></div></div></div></blockquote></div></div></div></div></blockquote></blockquote></div></div></blockquote><div> </div><div> </div><div>-- </div><div><span style="font-family:andale mono,times"><span style="font-size:12px">Alexander Zhigalin — <span style="color:#0000ff">Developer Operations</span></span></span></div><div><span style="font-family:andale mono,times"><span style="font-size:12px">Consulenze & servizi informatici</span></span></div></div></div><div><span style="font-family:andale mono,times"><span style="font-size:12px"><span style="color:#800000">——————————————————————————————<wbr>—————————————</span></span></span></div><div class="HOEnZb"><div class="h5"><div><span style="font-family:andale mono,times"><span style="font-size:12px">Email: <a href="mailto:alexander@zhigalin.tk" target="_blank">alexander@zhigalin.tk</a></span></span></div><div><span style="font-family:andale mono,times"><span style="font-size:12px">Cell: <a href="tel:+393805930050" target="_blank">+39 380 593 0050</a></span></span></div><div><span style="font-family:andale mono,times"><span style="font-size:12px">Tel:  <a href="tel:+390192940240" target="_blank">+39 019 294 0240</a></span></span></div><div><span style="font-family:andale mono,times"><span style="font-size:12px">Fax:  <span style="color:#0000ff"><u><a href="tel:+39%20019%20924%201167" value="+390199241167" target="_blank">+39 019 924 1167</a></u></span></span></span></div><div> </div></div></div></blockquote></div><br></div>