On Tue, Sep 2, 2025 at 9:10 AM Christian Brabandt <cbli...@256bit.org> wrote: > > > On Di, 02 Sep 2025, John wrote: > > > I have this build failure on archlinux at the same patch level (non-GUI huge > > build): > > <snip> > > gcc -Iproto -DHAVE_CONFIG_H -I/usr/include/gtk-2.0 > > -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 > > -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include > > -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 > > -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi > > -I/usr/include/uuid -I/usr/include/cairo -I/usr/include/pixman-1 > > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu > > -I/usr/include/atk-1.0 -pthread -c -I. -Iproto -DHAVE_CONFIG_H -O -Wall > > -Wextra -Wshadow -Wstrict-prototypes -Wmissing-prototypes > > -Wno-deprecated-declarations -Wno-error=missing-field-initializers > > -Wno-error=maybe-uninitialized -Wunused-but-set-variable -g -O0 > > -DABORT_ON_INTERNAL_ERROR -DEXITFREE -fsanitize-recover=all > > -fsanitize=address -fsanitize=undefined -fno-omit-frame-pointer > > -D_REENTRANT -o objects/clipboard.o clipboard.c > > In file included from clipboard.c:36: > > wayland.h:20:11: fatal error: auto/wayland/wlr-data-control-unstable-v1.h: > > No such file or directory > > 20 | # include "auto/wayland/wlr-data-control-unstable-v1.h" > > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > compilation terminated. > > make[2]: *** [Makefile:3237: objects/clipboard.o] Error 1 > > make[2]: Leaving directory '/home/john/vim_dev/linux/vim-9.1.1725/src' > > make[1]: *** [Makefile:2037: reconfig] Error 2 > > make[1]: Leaving directory '/home/john/vim_dev/linux/vim-9.1.1725/src' > > make: *** [Makefile:29: first] Error 2 > > </snip> > > It seems to be the same issue as this one: > https://github.com/vim/vim/issues/18187 > > Try to go into src/auto/wayland and run make manually there. > > I will revert that patch probably. > > Thanks, > Christian
This may solve John's problem, it doesn't solve mine ("No such file or directory" error for #include <wayland-client.h> in Normal build only). I notice that the compile arguments for the Normal build (with Motif GUI) include no other -I than -I. -Iproto while those for the Huge build (with GTK3 GUI) include quite a lot of them; one of them is -I/usr/include/wayland — and indeed, wayland-client.h exists in /usr/include/wayland. Best regards, Tony. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/CAJkCKXsEMPpHXoSw4MZ1tbcdQbxJizYiJvtABRCPczMEFij5Vg%40mail.gmail.com.