Open maemre opened 3 years ago
From some manual inspection, it seems like the crate (main.rs
) does not declare the translated modules. I added pub mod <module name>
for compat
and all Rust files in src/
except variadic
, and now it links and runs.
After going through the steps in the manual:
Then, building the Rust version of
tmux
withcargo build
, I get the following linking error where linking withcc
fails. It seems like some of the symbols defined in the Rust crate are not exported/public.@rinon mentioned on Discord that this may be related to module merging.