On 02-Sept-2025 07:43, Tony Mechelynck wrote:
In file included from clipboard.c:36:
wayland.h:17:10: fatal error: wayland-client.h: No such file or directory
17 | #include <wayland-client.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
This is a Normal build with Motif GUI. I suspect a possible missing
include directory in the compile parameters for the Normal build. This
compile failure means the build stops then and there without trying to
compile additional modules or /a fortiori/ to link.
Huge (implicitly +wayland +wayland_clipboard +wayland_focus_steal) and
Tiny (implicitly -wayland -wayland_clipboard -wayland_focus_steal)
build OK.
The Huge builds (with +++wayland) have (among others)
-I/usr/include/wayland in the compile arguments and -lwayland-client
in the link arguments.
I'm going (for the time being) to uncomment --without-wayland in the
"Normal" configure arguments then "build reconfig".
Best regards,
Tony.
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>
Cheers
John
--
--
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 [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/57ce8eb5-6608-49fe-82c0-f6eed1883790%40gmail.com.