eCAL record application doesn't work on MacOS #537
Replies: 1 comment 4 replies
-
Hi Harlen, The macOS support is experimental at the moment. I have also noticed that issue in the past, when I worked on the macOS Support. When debugging with QtCreator I remember that the crash occured before the application even entered the When I look at the error message now, this looks to me like some kind of static / shared library linking / loading issue. Let's say for example, that
now the Debugging on macOS is very hard for us due to the closed Apple ecosystem. Neither of us owns a (recent) mac. So you will have to help us out here. Can you do the following:
Maybe then we will at least be able to see which lib causes the crash. Regards |
Beta Was this translation helpful? Give feedback.
-
Dear eCAL Team,
I'm trying to build eCAL in MacOS, reference to the workflow of build-macos.yml, I had built eCAL successfully in my Mac.
Seems all apps work fine except record function, once record app launched, it will report below Protobuf related errors:
My source environment is forked eCAL master branch in commit 33de7e8, all submodules keep the original tags/commits.
so the Protobuf repository used in my workspace is v3.11.4, I also installed the built v3.11.4 Protobuf into my system.
btw, with same repository deployment, everything works fine in Ubuntu 18.4.
Best regards,
Harlen
Beta Was this translation helpful? Give feedback.
All reactions