cross language for production test not going well. #1018
-
I wonder if the cross-language example resolves this. #480 In fact, it builds fine and the examples with cross language work fine within the iceoryx2 project. Then, I built Iceoryx1 and Iceoryx2 to /usr/local so that a standalone C++ project can do it. And, cxx pub-sub works fine. However, I just copied and pasted the cross-language examples for both C++ and Rust. But with their own root, Error: PublishSubscribeOpenError(ServiceInCorruptedState) #219 (i'm with the same user id) I wonder if this is a build problem or some datatype setup needs to be done somehow globally or so. Please advise. OS: ubuntu Update:public rust build didn't work[dependencies] direct link to this project works.[dependencies] more observations using rust public iceoryx2
Hopefully, it was a simple version mismatch.. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
@ElliotHYLee current main is not compatible with the 0.6.1 release. Please checkout the v0.6.1 tag for the C++ bindings. @elfenpiff we need to adopt something from #843 to prevent such situations |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
For now, I'm using main. v0.6.1 doesn't support Python. |
Beta Was this translation helpful? Give feedback.
@ElliotHYLee current main is not compatible with the 0.6.1 release. Please checkout the v0.6.1 tag for the C++ bindings.
@elfenpiff we need to adopt something from #843 to prevent such situations