Hello, when running make build_generator on my system (Asahi Fedora Remix on Macbook M1), i got the following build error :
https://pastebin.com/nAUMdZDb
so after insatlling onigurama and onigurama-devel via dnf, and doing export RUSTONIG_SYSTEM_LIBONIG=1, i cleaned the plugin with Lazy clean codesnap.nvim in nvim, and tried to install again, then all went well.
here are some infos about the system :
cc --version : cc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)
clang --version : clang version 20.1.8 (Fedora 20.1.8-4.fc42)
uname -rvsmo : Linux 6.16.8-400.asahi.fc42.aarch64+16k #1 SMP PREEMPT_DYNAMIC Sun Sep 21 20:31:36 UTC 2025 aarch64 GNU/Linux
lsb_release -ds : "Fedora Linux Asahi Remix 42 (Forty Two [Adams])"
nvim --version : NVIM v0.10.4
rustc --version : rustc 1.90.0 (1159e78c4 2025-09-14) (Fedora 1.90.0-1.fc42)
cargo --version : cargo 1.90.0 (840b83a10 2025-07-30) (Fedora 1.90.0-1.fc42)
pkg-config --modversion oniguruma : 6.9.10
file /home/fxmouskid/.local/share/lunarvim/site/pack/lazy/opt/codesnap.nvim/lua/generator.so : /home/fxmouskid/.local/share/lunarvim/site/pack/lazy/opt/codesnap.nvim/lua/generator.so: ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8a39e00191f590f507fbb5b105f6e410a8709ada, not stripped
Hello, when running
make build_generatoron my system (Asahi Fedora Remix on Macbook M1), i got the following build error :https://pastebin.com/nAUMdZDb
so after insatlling
oniguramaandonigurama-develvia dnf, and doingexport RUSTONIG_SYSTEM_LIBONIG=1, i cleaned the plugin withLazy clean codesnap.nvimin nvim, and tried to install again, then all went well.here are some infos about the system :
cc --version: cc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)clang --version: clang version 20.1.8 (Fedora 20.1.8-4.fc42)uname -rvsmo: Linux 6.16.8-400.asahi.fc42.aarch64+16k #1 SMP PREEMPT_DYNAMIC Sun Sep 21 20:31:36 UTC 2025 aarch64 GNU/Linuxlsb_release -ds: "Fedora Linux Asahi Remix 42 (Forty Two [Adams])"nvim --version: NVIM v0.10.4rustc --version: rustc 1.90.0 (1159e78c4 2025-09-14) (Fedora 1.90.0-1.fc42)cargo --version: cargo 1.90.0 (840b83a10 2025-07-30) (Fedora 1.90.0-1.fc42)pkg-config --modversion oniguruma: 6.9.10file /home/fxmouskid/.local/share/lunarvim/site/pack/lazy/opt/codesnap.nvim/lua/generator.so: /home/fxmouskid/.local/share/lunarvim/site/pack/lazy/opt/codesnap.nvim/lua/generator.so: ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8a39e00191f590f507fbb5b105f6e410a8709ada, not stripped