Is vsomeip supported for Apple (MacOS) systems? #687
-
Hi , I am trying to compile vsomeip on Apple(MacOS) systems and observing lot of compilation errors. Is vsomeip supported for Apple (MacOS) systems? Thanks, |
Beta Was this translation helpful? Give feedback.
Answered by
fcmonteiro
May 3, 2024
Replies: 1 comment 1 reply
-
Hi @fcmonteiro @goncaloalmeida @reymor , Can I get help with this please? Thanks, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, currently we do not support MacOS.
However, I believe the code adaptation shouldn't be that difficult.
You can try adding
__APPLE__
to the ifdef/ifndef we have in the code. eg;#if defined(__linux__) || defined(ANDROID) || defined(__QNX__)