Mosolov Sergey
Mosolov Sergey
~~Upd, looks like that's not the crossenv problem~~ because: ```cargo rustc --lib --manifest-path src/rust/Cargo.toml --target arm-unknown-linux-gnueabihf --release -v --features pyo3/abi3-py36 pyo3/extension-module -- --crate-type cdylib -C linker=/home/serg/crscmpl/imx6bh4/host/usr/bin/arm-buildroot-linux-gnueabihf-gcc``` call to cargo (Rust...
> But after that I got undefined reference errors for multiple functions, that should be part of gettext (libintl_textdomain,libintl_bindtextdomain,libintl_dgettext,libintl_dcgettext,libintl_dngettext) Can confirm described behavior. There's separate section in gettext FAQ, describing...
Please consider to: 1. Fix the line `while (s[++x);` (missing enclosing square bracket): 2. Think about edge cases, e.g. providing empty string as an argument. Preincrement will set x to...