Replies: 15 comments 6 replies
-
Hi, unfortunately, there is no official DMG package. It is a long story about the support of Mac. A short story is that I have no Apple's HW to test it. What I currently know:
If you have any experience you could help me to debug it. |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
You have to clone the QLog repo by command below because QLog repo contains a git-submodule (flags)
It would be great if you could help me with this. I've added a DMG file that GITHub creates as a result of Git Action. You can find
|
Beta Was this translation helpful? Give feedback.
-
The app error in GITHub DMG is:
I don't know git action but apparently QTDBus is missing. Compile on my iMac now work. I will do some tests and I can try to provide DMG (Intel and M1) to make them available. |
Beta Was this translation helpful? Give feedback.
-
Maybe this is the solution - source QT homepage D-Bus and macOS The QtDBus module defaults to dynamically loading the libdbus-1 library on macOS. That means applications linking against the QtDBus module will load even on macOS systems that do not have the libraries, but they will fail to connect to any D-Bus server and they will fail to open a server using QDBusServer. To use D-Bus functionality, you need to install the libdbus-1 library, for example through Homebrew, Fink or MacPorts. You may want to include those libraries in your application's bundle if you're deploying to other systems. Additionally, note that there is no system bus on macOS and that the session bus will only be started after launchd is configured to manage it. |
Beta Was this translation helpful? Give feedback.
-
You may need to add this to the script: |
Beta Was this translation helpful? Give feedback.
-
please, could you test a new package? https://github.com/foldynl/QLog/releases/download/v0.15.0/qlog_new.zip |
Beta Was this translation helpful? Give feedback.
-
Unfortunately there is still a problem with QtDBus
|
Beta Was this translation helpful? Give feedback.
-
that's bad news. I'll try to think of something, but I'm afraid that I won't be able to do anything with it without proper HW (or help). |
Beta Was this translation helpful? Give feedback.
-
QtDBus has been added - to be honest, really don't know why it should be added because QLog does not use it. Maybe it is dependency of some other library under Qt6 please, could you try a new build ? https://github.com/foldynl/QLog/releases/download/v0.15.0/qlog_new2.zip |
Beta Was this translation helpful? Give feedback.
-
it really doesn't make sense to me why I should use this module. QLog doesn't call anything like that. I think that some QT libraries are prepared differently than under Windows or Linux. A new DMG is being prepared. It should be in 20 minutes. I will send you another zip... Do you know is there some way to find out what all is missing there? |
Beta Was this translation helpful? Give feedback.
-
thanks for your patience...another zip file https://github.com/foldynl/QLog/releases/download/v0.15.0/qlog_new3.zip |
Beta Was this translation helpful? Give feedback.
-
another attempt https://github.com/foldynl/QLog/releases/download/v0.15.0/qlog_new4.zip to be honest, , I don't understand at all what I'm doing (fixing) now |
Beta Was this translation helpful? Give feedback.
-
thanks for the confirmation and for patience.I was kind of losing hope that it would ever work. Just for my curiosity - are you running M1/M2 or Intel? |
Beta Was this translation helpful? Give feedback.
-
Perfect...thank you. |
Beta Was this translation helpful? Give feedback.
-
Hello, is it possible to have a mac version for download?
Beta Was this translation helpful? Give feedback.
All reactions