-
|
Windows/mingw cross compiling works fine like this (though I haven't tested the built .exes much): But what I'm more interested in is cross compiling to arm for use on a Jetson: This fails because of openssl: openssl is depended on through reqwest One route is to make reqwest not use openssl, I think that's like this but there are other options
I should get updated, though I may spend a few minutes bisecting to see what changed. (this is all within a debian 13 trixie docker container, but Ubuntu 24.04 had similar issues before I switched to docker) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
It's something between 0.13 and 0.14 -> 9cf4d0b |
Beta Was this translation helpful? Give feedback.
-
|
I pushed a demo branch here that successfully cross compiles. Little bit of arcana involved to make everything work. We could certainly add a feature flag to overall roslibrust to add "vendored" as an option, but honestly this would be a great topic for a page in the book/ |
Beta Was this translation helpful? Give feedback.
I pushed a demo branch here that successfully cross compiles. Little bit of arcana involved to make everything work.
We could certainly add a feature flag to overall roslibrust to add "vendored" as an option, but honestly this would be a great topic for a page in the book/