From scholz.lothar at gmail.com Tue Jun 28 09:55:10 2022 From: scholz.lothar at gmail.com (Lothar Scholz) Date: Tue, 28 Jun 2022 12:55:10 -0400 Subject: [webkit-gtk] Failed to compile WebKitGTK 2.36.3 Message-ID: Compilation stops at 93% with the error make[2]: *** No rule to make target '/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml', needed by 'WebKit2Gtk/DerivedSources/pointer-constraints-unstable-v1-protocol.c'. Stop. GCC crashes before and pulled the whole terminal with it into hell, but a second make run just continued smoothly. When using ninja generator instead of make the missing target error is shown immediately. From mcatanzaro at gnome.org Tue Jun 28 10:02:33 2022 From: mcatanzaro at gnome.org (Michael Catanzaro) Date: Tue, 28 Jun 2022 12:02:33 -0500 Subject: [webkit-gtk] Failed to compile WebKitGTK 2.36.3 In-Reply-To: References: Message-ID: <9067ER.5CS4D7DDWK3C1@gnome.org> You are missing wayland-protocols (dev/devel subpackage, if your distro uses devel packages). Your build should have failed at the CMake stage, at the very start, not after it gets to 93%. Feel free to report a bug to complain about this. Michael