diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2025-11-19 14:35:32 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-19 22:35:32 +0000 |
| commit | 4f97239661ebf569fa701f211dd92ef1919bc922 (patch) | |
| tree | 6729018a3459239e21a304025449ce6fb444cb08 /runtime/lua/vim/_editor.lua | |
| parent | 7c2d4df2d3b10646e80352ada9179a01529a8472 (diff) | |
build: USE_BUNDLED_UNIBILIUM=0 fails #36623
build: guard unibilium.h with HAVE_UNIBILIUM
Problem:
make distclean
make CMAKE_BUILD_TYPE=Release CMAKE_EXTRA_FLAGS="-DENABLE_UNIBILIUM=0" BUNDLED_CMAKE_FLAG="-DUSE_BUNDLED_UNIBILIUM=0"
sudo make install
In file included from …/nvim/tui/input.h:10:
…/nvim/tui/termkey/termkey_defs.h:5:10: fatal error: 'unibilium.h' file not found
5 | #include <unibilium.h>
| ^~~~~~~~~~~~~
1 error generated.
make[3]: *** [src/nvim/CMakeFiles/nvim_bin.dir/tui/input.c.o] Error 1
make[2]: *** [src/nvim/CMakeFiles/nvim_bin.dir/all] Error 2
make[1]: *** [all] Error 2
make: *** [nvim] Error 2
Solution:
Check HAVE_UNIBILIUM.
Diffstat (limited to 'runtime/lua/vim/_editor.lua')
0 files changed, 0 insertions, 0 deletions
