DBus on Windows - failing Jenkins builds

2020-02-01 Thread Johnny Jazeix
Hi, There are some builds in Jenkins that fail because of unresolved external symbol of KStatusNotifierItem class (and let's be fair, I don't like failing Jenkins). After digging a bit, it is due to the fact that KNotifications is built without dbus support: https://cgit.kde.org/knotifications.git

Re: DBus on Windows - failing Jenkins builds

2020-02-01 Thread Johnny Jazeix
Le sam. 1 févr. 2020 à 09:57, Ben Cooksley a écrit : > > On Sat, Feb 1, 2020 at 9:51 PM Johnny Jazeix wrote: > > > > Hi, > > Hi Johnny, > > > > > There are some builds in Jenkins that fail because of unresolved > > external symbol of KStatusNotifierIt

Re: DBus on Windows - failing Jenkins builds

2020-02-01 Thread Johnny Jazeix
linking to KStatusNotifierItem sounds wrong. > > It should probably use the normal knotifications api. > > > Cheers, > > Hannah > > > On 01.02.20 12:49, Johnny Jazeix wrote: > > Le sam. 1 févr. 2020 à 09:57, Ben Cooksley a écrit : > >> On Sat, Feb 1, 2020 a

Re: DBus on Windows - failing Jenkins builds

2020-02-02 Thread Johnny Jazeix
ve it > > > On 01.02.20 18:36, Ben Cooksley wrote: > > On Sun, Feb 2, 2020 at 1:53 AM Johnny Jazeix wrote: > > The applications link to KF5Notifications.lib library, the issue is > that this one does not compile KStatusNotifierItem class because it's > in a condit

Re: CFITSIO failure on windows

2020-02-29 Thread Johnny Jazeix
Hi, not sure if it is this but it looks like TBYTE may be a macro defined elsewhere: https://docs.microsoft.com/en-us/windows/win32/winprog/windows-data-types#tbyte Maybe the files including fitsio.h, also include some Windows header first? Johnny Le sam. 29 févr. 2020 à 18:18, Robert Lancaster

Re: warnings and error crafting konsole

2020-04-19 Thread Johnny Jazeix
Hi, The real error is: -- Could NOT find KF5Pty (missing: KF5Pty_DIR) -- Could NOT find KF5Pty: found neither KF5PtyConfig.cmake nor kf5pty-config.cmake The other warnings are developers warnings, you can ignore them. Are you sure KF5Pty is installed? Johnny Le sam. 11 avr. 2020 à 01:21, Jack

Re: warnings and error crafting konsole

2020-04-20 Thread Johnny Jazeix
kde/applications/konsole'] > > Nothing in those CMakelog files looks relevant. However, it looks > like kpty did not install any files, unlike the version on my linux box > which did install things under /usr/lib64/cmake/KF5Pty. What else do I > look at? > > > O

Re: Compilation errors

2020-06-30 Thread Johnny Jazeix
Hi, I think you can create a bug in https://bugs.kde.org/describecomponents.cgi?product=kde-windows or send a post here. Johnny Le dim. 21 juin 2020 à 05:16, Chris a écrit : > > When compiling a package under Craft and it fails should I post something in > this mailing list or go into the indiv

Crafting Marble

2020-08-02 Thread Johnny Jazeix
Hi, I'm trying to craft Marble and I have some issues: * Marble creates plugins that are installed to plugins/ folder. Due to https://invent.kde.org/packaging/craft/-/blob/master/bin/Packager/CollectionPackagerBase.py#L304 (which is used for Qt plugins), they are moved to bin/. Is there a way to m

Re: Crafting Marble

2020-09-07 Thread Johnny Jazeix
Hi, pinging again for the issues as I didn't managed to solve them yet. Thank you, Johnny Le dim. 2 août 2020 à 22:03, Johnny Jazeix a écrit : > Hi, > > I'm trying to craft Marble and I have some issues: > * Marble creates plugins that are installed to plugins/

Re: Crafting Marble

2020-09-07 Thread Johnny Jazeix
than to few. > > Cheers, > > Hannah > On 07/09/2020 15:17, Johnny Jazeix wrote: > > Hi, > > pinging again for the issues as I didn't managed to solve them yet. > > Thank you, > > Johnny > > Le dim. 2 août 2020 à 22:03, Johnny Jazeix a écrit : > >>

Re: KDE Windows CI

2021-02-22 Thread Johnny Jazeix
Hi, No clue for the CI, but just to confirm it works in local, I've just tested it. Johnny Le lun. 22 févr. 2021 à 10:04, David Faure a écrit : > I'm not sure who can take a look at the issue below, but it's been making > many unittests fails in the Windows CI. > > This very simple test for sh

Re: msvc vs mingw

2021-02-28 Thread Johnny Jazeix
For GCompris the package we have in the store is compiled via mingw, but before I did it with msvc. It did not change anything at runtime (just the dll to ship when doing the package). If your dependencies use cmake, they should be compilable with both and there should not be an issue. Using msvc

Re: build issue with Tellico and msvc

2021-03-07 Thread Johnny Jazeix
Hi Robby, this kind of error (missing type), often means an include is missing or the class/struct/enum is not found. Doesn't it miss the namespace in the .cpp file: using Tellico::Fetch or using namespace Tellico::Fetch? Johnny Le lun. 8 mars 2021 à 03:05, Robby Stephenson a écrit : > Hi all

Re: build issue with Tellico and msvc

2021-03-09 Thread Johnny Jazeix
I have no idea on why it works on other compilers :). On Godbolt: https://godbolt.org/z/EeT5h9 (if I didn't mistyped and reduced correctly the code), it fails on all compilers... Johnny Le lun. 8 mars 2021 à 13:00, Robby Stephenson a écrit : > Hi, > > On Mon, Mar 8, 2021 at

Re: isoimagewriter

2022-03-29 Thread Johnny Jazeix
Hi, Le mar. 29 mars 2022 à 17:38, Jonathan Riddell a écrit : > Hola, I'm trying to get isoimagewriter released which means a Windows > build is wanted. > > https://community.kde.org/ISOImageWriter > https://invent.kde.org/utilities/isoimagewriter > > Alas I have only a VirtualBox image and I can

Re: Hi, I'm the App Stores Support Engineer guy

2022-09-07 Thread Johnny Jazeix
Hi, Welcome and congratulations! I'll try to answer to some: Le mer. 7 sept. 2022 à 11:05, Ingo Klöcker a écrit : > Hi KDE Windows people, > > as you may have read on the community mailing list [1], I'm taking on the > role > of App Stores Support Engineer for KDE. > > Aleix Pol wrote: > "Ingo

Re: [kdiff3] [Bug 470221] New: KDiff3 in winget store still at version 1.9.6

2023-05-24 Thread Johnny Jazeix
It seems to be packages created by the winget community, not KDE: https://github.com/microsoft/winget-pkgs/pulls?q=is%3Apr+Kdiff3+is%3Aclosed Maybe we should suggest the person to open a bug there instead (looking at the issues, there are "Package-Update" tags)? Cheers, Johnny Le mer. 24 mai 202