There are no specific -I arguments for wayland, since the #includes in the wayland.h file are relative to the src directory. Do you mean the include directory for the header file of libwayland?
On Wednesday, 24 September 2025 at 10:58:46 UTC-4 Tony Mechelynck wrote: > On Wed, Sep 24, 2025 at 3:15 PM Tony Mechelynck > <[email protected]> wrote: > > > > On Wed, Sep 24, 2025 at 2:51 PM Foxe Chen <[email protected]> wrote: > > > > > > I tried compiling Vim in a shadow repo (make shadow) with that > configuration, and it compiled without errors. Can you tell me why that > patch is messing up your repo? > > > > > > Thanks, > > > Foxe > > > > I don't see in the gcc line for clipboard.c the Wayland-related -I > > argument(s) which were added to the line for wayland.c to make it find > > the .h include files required by wayland.h — as I said earlier in this > > thread, I see there no other -I arguments than -I. -Iproto; and since > > compilation proceeds in roughly alphabetical order, I don't see what > > the gcc line for wayland.c is now. > > > > As a "temporary workaround" I'm going to disable Wayland in my Normal > > configuration. > > > > Best regards, > > Tony. > > P.S. Of course, with Wayland disabled, it builds without error, as > expected. > > 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 [email protected]. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/a91efad5-043b-4ef9-a983-43aeedc79c3bn%40googlegroups.com.
