You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m attempting to build neovim from source, but cannot add all of the build prereqs as stated in build.md:
Note that which build-base and which gettext-tiny-dev don’t return anything after running apk add build-base cmake coreutils curl unzip gettext-tiny-dev
I can attempt to build neovim, but get stuck at Generating nvim.pot, which might be related to gettext missing.
Using iSH 1.3.2 with Alpine Linux 3.14 repos.
The text was updated successfully, but these errors were encountered:
@saagarjha Thanks for pointing out the distinction. Not sure if this was the right approach, but went ahead and ran apk add on all dependencies for build-base and gettext.
I ran make CMAKE_BUILD_TYPE=RelWithDebInfo again and ran into the same Bad system call error. dmesg returns 281(nvim) missing syscall 425 which I noticed was the same missing syscall in issues #2244 and #2288
I’m attempting to build neovim from source, but cannot add all of the build prereqs as stated in build.md:
Note that
which build-base
andwhich gettext-tiny-dev
don’t return anything after runningapk add build-base cmake coreutils curl unzip gettext-tiny-dev
I can attempt to build neovim, but get stuck at Generating nvim.pot, which might be related to
gettext
missing.Using iSH 1.3.2 with Alpine Linux 3.14 repos.
The text was updated successfully, but these errors were encountered: