yashamon
yashamon
I have the same issue on debian sid latest. All devel packages are installed like libwayland-egl-backend-dev.
I have the same issue on Win 11, intel chipset gpu. Instal via scoop.
Oh actually it does work, but for some reason not for small jumps. And I have minjump = 0
I am on arm
Nothing goes wrong, it just cross compiles to x86. Instead of compiling to arm64. I am guessing that is the default for cmake projects, but I don't know.
It doesn't allow choosing an arm target. If I create a new desktop app project I can set target to be arm64. If I create a new cmake project this...
I manually added the following CMake preset: Mind you I don't know if this is correct. { "name": "arm", "displayName": "arm", "inherits": "base", "architecture": { "value": "arm64", "strategy": "external" },...
Maybe someone on the neovim team can just rent a snapdragon X elite machine from amazon. They have a free 'rental' for up to 40 days. Enough to profile the...
Ok I understand a bit better how windows works and got it compiling for arm further along on the command line, but still get an error: -- summary of build...
Hmm. I tried again and got another error :) `[1/3] Performing build step for 'gettext' FAILED: build/src/gettext-stamp/gettext-build C:/Users/yasha/neovim/.deps/build/src/gettext-stamp/gettext-build C:\Windows\system32\cmd.exe /C "cd /D C:\Users\yasha\neovim\.deps\build\src\gettext-build && C:\Users\yasha\scoop\apps\cmake\3.29.6\bin\cmake.exe --build . && C:\Users\yasha\scoop\apps\cmake\3.29.6\bin\cmake.exe -E...