Re: Compiling under craft on windows
Chris <[email protected]> Thu, 25 Jun 2020 20:21:27 +0930
| Newsgroups | gmane.comp.kde.devel.kdevelop |
|---|---|
| Organization | Rebel Software |
| Message-ID | <[email protected]> |
Thanks Friedrich I didn't mean to miss your message it seems your domain was blocked as a sender. I have unblocked it I subscribed to the craft mailing list but its not very active. I'll try IRC Chris Hi Chris, small chance is no-one currently subscribed or actively reading this development list is into Windows and, for that, Craft. In case no-one replies here, please try to get in contact with the Craft community, seehttps://community.kde.org/Craft#Getting_in_Touch There have been Craft developers interested in KDevelop before (thus the existing scripts), so hopefully they should help you to update & fix them. Am Samstag, 20. Juni 2020, 06:09:15 CEST schrieb Chris: <snip> >/There are other issues that occur />//>/If I comment the require out of kdevelop.py to skip qtwebengine />//>/Then compilation fails for multiple libraries due to the git command git />/clone git://anongit.... />//>/It appears anongit now requires https: and is ignoring git requests. There />/are a number of cmake files still referencing the git:// protocol so />/compilation fails at each of these / Yes, KDE has in the last weeks migrated to a new repo system, as part of which repo urls and protocols were changed. Some places & scripts still need to catch up, and seems you hit some. The Craft team should know best which ones they want to use in their scripts. Cheers Friedrich On 20/06/2020 1:39 pm, Chris wrote: > > Hi All > > New subscriber here so please advise if I am not "doing it right" > > I am having issues compiling kdevelop under craft on windows 7 > > > The first problem is or some reason it fails requiring qtwebengine > > Download directory : Y:\CraftRoot\download > Y:\CraftRoot\etc\blueprints\locations\craft-blueprints-kde\extragear\kdevelop\kdevelop\kdevelop.py > failed: > extragear/kdevelop/kdevelop requries libs/qt5/qtwebengine, but it is ignored > > If I compile qtwebengine it insists everything is fine.. > > PS Y:\CraftRoot> craft qtwebengine > Craft : Y:\CraftRoot > Version : master > ABI : windows-mingw_64-gcc > Download directory : Y:\CraftRoot\download > *** libs/qt5/qtwebengine is up to date, nothing to do *** > > > There are other issues that occur > > If I comment the require out of kdevelop.py to skip qtwebengine > > Then compilation fails for multiple libraries due to the git command git > clone git://anongit.... > > It appears anongit now requires https: and is ignoring git requests. There > are a number of cmake files still referencing the git:// protocol so > compilation fails at each of these > > > Firstly how do I resolve the qtwebengine issue > Secondly what do I need to do to get the anongit problems resolved? > > > -- > Chris