g_str_equal: New macro version breaks compilation in C++ projects
!2940 (merged) introduced a new macro-based optimization for g_str_equal
, in C projects it was noted that this was an API break due to warnings under stricter compiler flags. I believe the fix in !3084 (merged) is still an API break for C++ projects because C++ does not allow implicit casting from const void*
to const char*
. I'm currently unable to build WebKit (6.0/GTK4) and GJS against the macro version or the latest GLib with the fix
WebKit GTK 6
[17/3560] Building CXX object Source/WebCore/CMakeFiles/WebCore.dir/platform/audio/gstreamer/AudioDestinationGStreamer.cpp.o FAILED: Source/WebCore/CMakeFiles/WebCore.dir/platform/audio/gstreamer/AudioDestinationGStreamer.cpp.o /usr/bin/c++ -DBUILDING_GTK__=1 -DBUILDING_WEBKIT=1 -DBUILDING_WITH_CMAKE=1 -DBUILDING_WebCore -DBWRAP_EXECUTABLE=\"/usr/bin/bwrap\" -DDBUS_PROXY_EXECUTABLE=\"/usr/bin/xdg-dbus-proxy\" -DGETTEXT_PACKAGE=\"WebKitGTK-6.0\" -DHAVE_CONFIG_H=1 -DJSC_GLIB_API_ENABLED -DPAS_BMALLOC=1 -DSTATICALLY_LINKED_WITH_PAL -DUSE_SYSTEM_EGL -I/home/evan/.cache/jhbuild/build/webkitgtk-2.39.1 -I/home/evan/.cache/jhbuild/build/webkitgtk-2.39.1/WebCore/DerivedSources -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/WebGPU -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/airplay -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/applepay -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/applepay/paymentrequest -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/applicationmanifest -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/async-clipboard -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/beacon -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/cache -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/compression -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/contact-picker -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/cookie-consent -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/credentialmanagement -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/encryptedmedia -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/encryptedmedia/legacy -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/entriesapi -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/fetch -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/filesystemaccess -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/geolocation -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/highlight -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/indexeddb -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/indexeddb/client -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/indexeddb/server -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/indexeddb/shared -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/mediacapabilities -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/mediacontrols -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/mediarecorder -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/mediasession -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/mediasource -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/mediastream -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/mediastream/libwebrtc -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/model-element -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/model-element/dummy -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/navigatorcontentutils -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/notifications -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/paymentrequest -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/permissions -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/pictureinpicture -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/plugins -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/push-api -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/remoteplayback -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/reporting -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/screen-wake-lock -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/speech -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/storage -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/streams -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/web-locks -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/webaudio -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/webauthn -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/webauthn/cbor -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/webauthn/fido -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/webcodecs -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/webdatabase -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/webdriver -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/websockets -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/webxr -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/accessibility -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/accessibility/isolatedtree -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/animation -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/bindings -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/bindings/js -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/bridge -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/bridge/c -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/bridge/jsc -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/contentextensions -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/crypto -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/crypto/algorithms -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/crypto/keys -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/crypto/parameters -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/css -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/css/calc -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/css/parser -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/css/query -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/css/typedom -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/css/typedom/color -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/css/typedom/numeric -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/css/typedom/transform -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/cssjit -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/display -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/display/compositing -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/display/css -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/dom -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/dom/messageports -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/domjit -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/editing -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/fileapi -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/history -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/html -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/html/canvas -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/html/forms -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/html/parser -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/html/shadow -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/html/track -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/inspector -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/inspector/agents -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/inspector/agents/page -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/inspector/agents/worker -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/layout -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/layout/formattingContexts -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/layout/formattingContexts/block -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/layout/formattingContexts/block/tablewrapper -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/layout/formattingContexts/flex -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/layout/floats -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/layout/formattingContexts/inline -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/layout/formattingContexts/inline/display -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/layout/formattingContexts/inline/invalidation -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/layout/formattingContexts/inline/text -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/layout/integration -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/layout/integration/flex -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/layout/integration/inline -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/layout/layouttree -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/layout/formattingContexts/table -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/loader -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/loader/appcache -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/loader/archive -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/loader/archive/mhtml -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/loader/cache -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/loader/icon -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/mathml -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/page -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/page/csp -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/page/scrolling -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/animation -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/audio -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/calc -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/encryptedmedia -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/gamepad -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/cpu/arm -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/cpu/arm/filters -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/displaylists -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/filters -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/filters/software -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/iso -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/opentype -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/transforms -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/mediacapabilities -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/mediarecorder -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/mediastream -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/mediastream/libwebrtc -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/mock -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/mock/mediasource -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/network -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/sql -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/text -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/xr -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/plugins -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/rendering -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/rendering/line -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/rendering/mathml -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/rendering/shapes -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/rendering/style -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/rendering/svg -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/rendering/updating -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/replay -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/storage -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/style -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/svg -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/svg/animation -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/svg/graphics -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/svg/graphics/filters -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/svg/properties -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/websockets -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/workers -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/workers/service -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/workers/service/context -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/workers/service/server -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/workers/shared -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/workers/shared/context -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/worklets -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/xml -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/xml/parser -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/gamepad -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/angle -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/lcms -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/ThirdParty/xdgmime/src -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/cairo -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/freetype -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/harfbuzz -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/harfbuzz/ng -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/mediastream/gstreamer -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/gstreamer -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/gstreamer/mse -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/gstreamer/eme -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/mediarecorder/gstreamer -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/audio/gstreamer -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/image-decoders -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/image-decoders/avif -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/image-decoders/bmp -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/image-decoders/gif -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/image-decoders/ico -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/image-decoders/jpeg -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/image-decoders/jpeg2000 -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/image-decoders/jpegxl -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/image-decoders/png -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/image-decoders/webp -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/network/soup -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/texmap -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/nicosia -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/page/scrolling/nicosia -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/texmap/coordinated -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/nicosia/cairo -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/nicosia/texmap -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/accessibility/atspi -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/crypto/openssl -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/page/gtk -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/adwaita -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/audio/glib -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/generic -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/glib -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/gtk -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/egl -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/glx -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/gbm -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/gtk -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/libwpe -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/opengl -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/wayland -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/x11 -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/mediastream/gtk -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/mediastream/gstreamer -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/network/glib -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/text/gtk -I/home/evan/.cache/jhbuild/build/webkitgtk-2.39.1/ANGLE/Headers -I/home/evan/.cache/jhbuild/build/webkitgtk-2.39.1/JavaScriptCore/Headers -I/home/evan/.cache/jhbuild/build/webkitgtk-2.39.1/JavaScriptCore/PrivateHeaders -I/home/evan/.cache/jhbuild/build/webkitgtk-2.39.1/JavaScriptCoreGLib/Headers -I/home/evan/.cache/jhbuild/build/webkitgtk-2.39.1/JavaScriptCoreGLib/DerivedSources -I/home/evan/.cache/jhbuild/build/webkitgtk-2.39.1/WTF/Headers -I/home/evan/.cache/jhbuild/build/webkitgtk-2.39.1/bmalloc/Headers -I/home/evan/.cache/jhbuild/build/webkitgtk-2.39.1/PAL/Headers -isystem /usr/include/gstreamer-1.0 -isystem /home/evan/jhbuild/install/include/glib-2.0 -isystem /home/evan/jhbuild/install/lib/glib-2.0/include -isystem /usr/include/orc-0.4 -isystem /usr/lib/gstreamer-1.0/include -isystem /home/evan/jhbuild/install/include/gudev-1.0 -isystem /usr/include/libdrm -isystem /home/evan/jhbuild/install/include/libsoup-3.0 -isystem /home/evan/jhbuild/install/include/enchant-2 -isystem /home/evan/jhbuild/install/include/gio-unix-2.0 -isystem /home/evan/jhbuild/install/include/libsecret-1 -isystem /usr/include/libxml2 -isystem /usr/include/cairo -isystem /usr/include/freetype2 -isystem /home/evan/jhbuild/install/include/harfbuzz -isystem /usr/include/openjpeg-2.5 -isystem /usr/include/avif -isystem /home/evan/jhbuild/install/include/gtk-4.0 -isystem /home/evan/jhbuild/install/include/pango-1.0 -isystem /usr/include/libpng16 -isystem /home/evan/jhbuild/install/include/fribidi -isystem /usr/include/lzo -isystem /home/evan/jhbuild/install/include/pixman-1 -isystem /home/evan/jhbuild/install/include/gdk-pixbuf-2.0 -isystem /home/evan/jhbuild/install/include/graphene-1.0 -isystem /home/evan/jhbuild/install/lib/graphene-1.0/include -isystem /home/evan/jhbuild/install/include/wpe-1.0 -isystem /usr/include/libmanette -fdiagnostics-color=always -Wextra -Wall -pipe -fmax-errors=20 -Wno-odr -Wno-stringop-overread -Wno-stringop-overflow -Wno-nonnull -Wno-array-bounds -Wno-expansion-to-defined -Wno-noexcept-type -Wno-psabi -Wno-misleading-indentation -Wno-maybe-uninitialized -Wwrite-strings -Wundef -Wpointer-arith -Wmissing-format-attribute -Wformat-security -Wcast-align -Wno-tautological-compare -fno-strict-aliasing -fno-exceptions -fno-rtti -O2 -g -DNDEBUG -fPIC -fvisibility=hidden -DAVIF_DLL -mfpmath=sse -msse -msse2 -pthread -DWPE_ENABLE_XKB=1 -std=c++20 -MD -MT Source/WebCore/CMakeFiles/WebCore.dir/platform/audio/gstreamer/AudioDestinationGStreamer.cpp.o -MF Source/WebCore/CMakeFiles/WebCore.dir/platform/audio/gstreamer/AudioDestinationGStreamer.cpp.o.d -o Source/WebCore/CMakeFiles/WebCore.dir/platform/audio/gstreamer/AudioDestinationGStreamer.cpp.o -c /home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/audio/gstreamer/AudioDestinationGStreamer.cpp In file included from /home/evan/jhbuild/install/include/glib-2.0/glib.h:52, from /usr/include/gstreamer-1.0/gst/gst.h:27, from /home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/gstreamer/GRefPtrGStreamer.h:24, from /home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/audio/gstreamer/AudioDestinationGStreamer.h:23, from /home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/audio/gstreamer/AudioDestinationGStreamer.cpp:24: /home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/audio/gstreamer/AudioDestinationGStreamer.cpp: In lambda function: /home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/audio/gstreamer/AudioDestinationGStreamer.cpp:74:22: error: invalid conversion from ‘const void*’ to ‘const char*’ [-fpermissive] 74 | if (!g_str_equal(gst_structure_get_name(structure), "audio/x-raw")) | ^~~~~~~~~~~ | | | const void* In file included from /usr/include/c++/12.2.0/cstring:42, from /home/evan/.cache/jhbuild/build/webkitgtk-2.39.1/WTF/Headers/wtf/StdLibExtras.h:29, from /home/evan/.cache/jhbuild/build/webkitgtk-2.39.1/WTF/Headers/wtf/FastMalloc.h:26, from /home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/config.h:59, from /home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/audio/gstreamer/AudioDestinationGStreamer.cpp:20: /usr/include/string.h:156:32: note: initializing argument 1 of ‘int strcmp(const char*, const char*)’ 156 | extern int strcmp (const char *__s1, const char *__s2) | ~~~~~~~~~~~~^~~~ /home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/audio/gstreamer/AudioDestinationGStreamer.cpp:74:22: error: invalid conversion from ‘const void*’ to ‘const char*’ [-fpermissive] 74 | if (!g_str_equal(gst_structure_get_name(structure), "audio/x-raw")) | ^~~~~~~~~~~ | | | const void* /usr/include/string.h:156:50: note: initializing argument 2 of ‘int strcmp(const char*, const char*)’ 156 | extern int strcmp (const char *__s1, const char *__s2) | ~~~~~~~~~~~~^~~~ [34/3560] Building CXX object Source/WebCore/CMakeFiles/WebCore.dir/platform/graphics/gstreamer/mse/AppendPipeline.cpp.o FAILED: Source/WebCore/CMakeFiles/WebCore.dir/platform/graphics/gstreamer/mse/AppendPipeline.cpp.o /usr/bin/c++ -DBUILDING_GTK__=1 -DBUILDING_WEBKIT=1 -DBUILDING_WITH_CMAKE=1 -DBUILDING_WebCore -DBWRAP_EXECUTABLE=\"/usr/bin/bwrap\" -DDBUS_PROXY_EXECUTABLE=\"/usr/bin/xdg-dbus-proxy\" -DGETTEXT_PACKAGE=\"WebKitGTK-6.0\" -DHAVE_CONFIG_H=1 -DJSC_GLIB_API_ENABLED -DPAS_BMALLOC=1 -DSTATICALLY_LINKED_WITH_PAL -DUSE_SYSTEM_EGL -I/home/evan/.cache/jhbuild/build/webkitgtk-2.39.1 -I/home/evan/.cache/jhbuild/build/webkitgtk-2.39.1/WebCore/DerivedSources -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/WebGPU -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/airplay -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/applepay -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/applepay/paymentrequest -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/applicationmanifest -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/async-clipboard -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/beacon -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/cache -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/compression -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/contact-picker -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/cookie-consent -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/credentialmanagement -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/encryptedmedia -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/encryptedmedia/legacy -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/entriesapi -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/fetch -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/filesystemaccess -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/geolocation -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/highlight -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/indexeddb -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/indexeddb/client -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/indexeddb/server -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/indexeddb/shared -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/mediacapabilities -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/mediacontrols -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/mediarecorder -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/mediasession -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/mediasource -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/mediastream -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/mediastream/libwebrtc -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/model-element -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/model-element/dummy -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/navigatorcontentutils -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/notifications -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/paymentrequest -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/permissions -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/pictureinpicture -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/plugins -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/push-api -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/remoteplayback -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/reporting -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/screen-wake-lock -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/speech -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/storage -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/streams -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/web-locks -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/webaudio -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/webauthn -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/webauthn/cbor -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/webauthn/fido -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/webcodecs -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/webdatabase -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/webdriver -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/websockets -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/webxr -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/accessibility -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/accessibility/isolatedtree -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/animation -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/bindings -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/bindings/js -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/bridge -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/bridge/c -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/bridge/jsc -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/contentextensions -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/crypto -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/crypto/algorithms -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/crypto/keys -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/crypto/parameters -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/css -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/css/calc -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/css/parser -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/css/query -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/css/typedom -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/css/typedom/color -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/css/typedom/numeric -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/css/typedom/transform -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/cssjit -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/display -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/display/compositing -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/display/css -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/dom -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/dom/messageports -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/domjit -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/editing -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/fileapi -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/history -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/html -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/html/canvas -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/html/forms -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/html/parser -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/html/shadow -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/html/track -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/inspector -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/inspector/agents -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/inspector/agents/page -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/inspector/agents/worker -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/layout -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/layout/formattingContexts -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/layout/formattingContexts/block -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/layout/formattingContexts/block/tablewrapper -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/layout/formattingContexts/flex -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/layout/floats -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/layout/formattingContexts/inline -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/layout/formattingContexts/inline/display -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/layout/formattingContexts/inline/invalidation -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/layout/formattingContexts/inline/text -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/layout/integration -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/layout/integration/flex -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/layout/integration/inline -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/layout/layouttree -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/layout/formattingContexts/table -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/loader -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/loader/appcache -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/loader/archive -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/loader/archive/mhtml -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/loader/cache -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/loader/icon -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/mathml -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/page -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/page/csp -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/page/scrolling -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/animation -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/audio -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/calc -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/encryptedmedia -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/gamepad -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/cpu/arm -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/cpu/arm/filters -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/displaylists -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/filters -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/filters/software -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/iso -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/opentype -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/transforms -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/mediacapabilities -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/mediarecorder -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/mediastream -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/mediastream/libwebrtc -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/mock -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/mock/mediasource -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/network -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/sql -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/text -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/xr -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/plugins -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/rendering -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/rendering/line -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/rendering/mathml -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/rendering/shapes -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/rendering/style -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/rendering/svg -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/rendering/updating -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/replay -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/storage -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/style -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/svg -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/svg/animation -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/svg/graphics -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/svg/graphics/filters -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/svg/properties -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/websockets -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/workers -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/workers/service -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/workers/service/context -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/workers/service/server -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/workers/shared -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/workers/shared/context -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/worklets -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/xml -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/xml/parser -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/gamepad -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/angle -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/lcms -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/ThirdParty/xdgmime/src -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/cairo -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/freetype -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/harfbuzz -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/harfbuzz/ng -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/Modules/mediastream/gstreamer -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/gstreamer -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/gstreamer/mse -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/gstreamer/eme -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/mediarecorder/gstreamer -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/audio/gstreamer -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/image-decoders -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/image-decoders/avif -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/image-decoders/bmp -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/image-decoders/gif -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/image-decoders/ico -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/image-decoders/jpeg -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/image-decoders/jpeg2000 -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/image-decoders/jpegxl -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/image-decoders/png -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/image-decoders/webp -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/network/soup -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/texmap -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/nicosia -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/page/scrolling/nicosia -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/texmap/coordinated -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/nicosia/cairo -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/nicosia/texmap -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/accessibility/atspi -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/crypto/openssl -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/page/gtk -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/adwaita -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/audio/glib -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/generic -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/glib -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/gtk -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/egl -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/glx -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/gbm -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/gtk -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/libwpe -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/opengl -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/wayland -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/x11 -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/mediastream/gtk -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/mediastream/gstreamer -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/network/glib -I/home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/text/gtk -I/home/evan/.cache/jhbuild/build/webkitgtk-2.39.1/ANGLE/Headers -I/home/evan/.cache/jhbuild/build/webkitgtk-2.39.1/JavaScriptCore/Headers -I/home/evan/.cache/jhbuild/build/webkitgtk-2.39.1/JavaScriptCore/PrivateHeaders -I/home/evan/.cache/jhbuild/build/webkitgtk-2.39.1/JavaScriptCoreGLib/Headers -I/home/evan/.cache/jhbuild/build/webkitgtk-2.39.1/JavaScriptCoreGLib/DerivedSources -I/home/evan/.cache/jhbuild/build/webkitgtk-2.39.1/WTF/Headers -I/home/evan/.cache/jhbuild/build/webkitgtk-2.39.1/bmalloc/Headers -I/home/evan/.cache/jhbuild/build/webkitgtk-2.39.1/PAL/Headers -isystem /usr/include/gstreamer-1.0 -isystem /home/evan/jhbuild/install/include/glib-2.0 -isystem /home/evan/jhbuild/install/lib/glib-2.0/include -isystem /usr/include/orc-0.4 -isystem /usr/lib/gstreamer-1.0/include -isystem /home/evan/jhbuild/install/include/gudev-1.0 -isystem /usr/include/libdrm -isystem /home/evan/jhbuild/install/include/libsoup-3.0 -isystem /home/evan/jhbuild/install/include/enchant-2 -isystem /home/evan/jhbuild/install/include/gio-unix-2.0 -isystem /home/evan/jhbuild/install/include/libsecret-1 -isystem /usr/include/libxml2 -isystem /usr/include/cairo -isystem /usr/include/freetype2 -isystem /home/evan/jhbuild/install/include/harfbuzz -isystem /usr/include/openjpeg-2.5 -isystem /usr/include/avif -isystem /home/evan/jhbuild/install/include/gtk-4.0 -isystem /home/evan/jhbuild/install/include/pango-1.0 -isystem /usr/include/libpng16 -isystem /home/evan/jhbuild/install/include/fribidi -isystem /usr/include/lzo -isystem /home/evan/jhbuild/install/include/pixman-1 -isystem /home/evan/jhbuild/install/include/gdk-pixbuf-2.0 -isystem /home/evan/jhbuild/install/include/graphene-1.0 -isystem /home/evan/jhbuild/install/lib/graphene-1.0/include -isystem /home/evan/jhbuild/install/include/wpe-1.0 -isystem /usr/include/libmanette -fdiagnostics-color=always -Wextra -Wall -pipe -fmax-errors=20 -Wno-odr -Wno-stringop-overread -Wno-stringop-overflow -Wno-nonnull -Wno-array-bounds -Wno-expansion-to-defined -Wno-noexcept-type -Wno-psabi -Wno-misleading-indentation -Wno-maybe-uninitialized -Wwrite-strings -Wundef -Wpointer-arith -Wmissing-format-attribute -Wformat-security -Wcast-align -Wno-tautological-compare -fno-strict-aliasing -fno-exceptions -fno-rtti -O2 -g -DNDEBUG -fPIC -fvisibility=hidden -DAVIF_DLL -mfpmath=sse -msse -msse2 -pthread -DWPE_ENABLE_XKB=1 -std=c++20 -MD -MT Source/WebCore/CMakeFiles/WebCore.dir/platform/graphics/gstreamer/mse/AppendPipeline.cpp.o -MF Source/WebCore/CMakeFiles/WebCore.dir/platform/graphics/gstreamer/mse/AppendPipeline.cpp.o.d -o Source/WebCore/CMakeFiles/WebCore.dir/platform/graphics/gstreamer/mse/AppendPipeline.cpp.o -c /home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/gstreamer/mse/AppendPipeline.cpp In file included from /home/evan/jhbuild/install/include/glib-2.0/glib.h:52, from /home/evan/.cache/jhbuild/build/webkitgtk-2.39.1/WTF/Headers/wtf/glib/GRefPtr.h:28, from /home/evan/.cache/jhbuild/build/webkitgtk-2.39.1/WTF/Headers/wtf/RunLoop.h:52, from /home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/AbortableTaskQueue.h:27, from /home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/gstreamer/mse/AppendPipeline.h:25, from /home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/gstreamer/mse/AppendPipeline.cpp:22: /home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/gstreamer/mse/AppendPipeline.cpp: In member function ‘void WebCore::AppendPipeline::Track::emplaceOptionalParserForFormat(GstBin*, const WTF::GRefPtr<_GstCaps>&)’: /home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/gstreamer/mse/AppendPipeline.cpp:919:13: error: invalid conversion from ‘const void*’ to ‘const char*’ [-fpermissive] 919 | if (g_str_equal(gst_structure_get_name(gst_caps_get_structure(caps.get(), 0)), gst_structure_get_name(gst_caps_get_structure(newCaps.get(), 0)))) { | ^~~~~~~~~~~ | | | const void* In file included from /usr/include/c++/12.2.0/cstring:42, from /home/evan/.cache/jhbuild/build/webkitgtk-2.39.1/WTF/Headers/wtf/StdLibExtras.h:29, from /home/evan/.cache/jhbuild/build/webkitgtk-2.39.1/WTF/Headers/wtf/FastMalloc.h:26, from /home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/config.h:59, from /home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/gstreamer/mse/AppendPipeline.cpp:21: /usr/include/string.h:156:32: note: initializing argument 1 of ‘int strcmp(const char*, const char*)’ 156 | extern int strcmp (const char *__s1, const char *__s2) | ~~~~~~~~~~~~^~~~ /home/evan/jhbuild/checkout/webkitgtk-2.39.1/Source/WebCore/platform/graphics/gstreamer/mse/AppendPipeline.cpp:919:13: error: invalid conversion from ‘const void*’ to ‘const char*’ [-fpermissive] 919 | if (g_str_equal(gst_structure_get_name(gst_caps_get_structure(caps.get(), 0)), gst_structure_get_name(gst_caps_get_structure(newCaps.get(), 0)))) { | ^~~~~~~~~~~ | | | const void* /usr/include/string.h:156:50: note: initializing argument 2 of ‘int strcmp(const char*, const char*)’ 156 | extern int strcmp (const char *__s1, const char *__s2) | ~~~~~~~~~~~~^~~~ ninja: build stopped: subcommand failed.
GJS
FAILED: libgjs-internal.a.p/gi_gobject.cpp.o c++ -Ilibgjs-internal.a.p -I. -I../../../../Development/GNOME/gjs -I/home/evan/jhbuild/install/include/glib-2.0 -I/home/evan/jhbuild/install/lib/glib-2.0/include -I/home/evan/jhbuild/install/include/gobject-introspection-1.0 -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/home/evan/jhbuild/install/include/harfbuzz -I/home/evan/jhbuild/install/include/pixman-1 -fdiagnostics-color=always -fpch-preprocess -include gjs_pch.hh -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wnon-virtual-dtor -Wextra -std=c++17 -fno-rtti -O2 -g -fno-strict-aliasing -Wno-variadic-macros -Wno-missing-field-initializers -Wno-dangling-pointer -fno-semantic-interposition -fPIC -isystem/home/evan/jhbuild/install/include/sysprof-4 -pthread -isystem /home/evan/jhbuild/install/include/mozjs-102 -DGJS_COMPILATION '-DGJS_JS_DIR="/home/evan/jhbuild/install/share/gjs-1.0"' '-DPKGLIBDIR="/home/evan/jhbuild/install/lib/gjs"' '-DG_LOG_DOMAIN="Gjs"' -MD -MQ libgjs-internal.a.p/gi_gobject.cpp.o -MF libgjs-internal.a.p/gi_gobject.cpp.o.d -o libgjs-internal.a.p/gi_gobject.cpp.o -c ../../../../Development/GNOME/gjs/gi/gobject.cpp In file included from /home/evan/jhbuild/install/include/glib-2.0/glib.h:52, from /home/evan/jhbuild/install/include/glib-2.0/gobject/gbinding.h:30, from /home/evan/jhbuild/install/include/glib-2.0/glib-object.h:24, from /home/evan/jhbuild/install/include/glib-2.0/gio/gioenums.h:30, from /home/evan/jhbuild/install/include/glib-2.0/gio/giotypes.h:30, from /home/evan/jhbuild/install/include/glib-2.0/gio/gio.h:28, from ../../../../Development/GNOME/gjs/gjs/gjs_pch.hh:35: ../../../../Development/GNOME/gjs/gi/gobject.cpp: In function ‘bool jsobj_set_gproperty(JSContext*, JS::HandleObject, const GValue*, GParamSpec*)’: /home/evan/jhbuild/install/include/glib-2.0/glib/ghash.h:165:38: error: invalid conversion from ‘gconstpointer’ {aka ‘const void*’} to ‘const char*’ [-fpermissive] 165 | #define g_str_equal(v1, v2) (strcmp ((gconstpointer) (v1), (gconstpointer) (v2)) == 0) | ^~~~~~~~~~~~~~~~~~~~ | | | gconstpointer {aka const void*} ../../../../Development/GNOME/gjs/gi/gobject.cpp:72:18: note: in expansion of macro ‘g_str_equal’ 72 | if (!g_str_equal(underscore_name.get(), pspec->name)) { | ^~~~~~~~~~~ In file included from /home/evan/jhbuild/install/include/glib-2.0/glib/galloca.h:35, from /home/evan/jhbuild/install/include/glib-2.0/glib.h:32: /usr/include/string.h:156:32: note: initializing argument 1 of ‘int strcmp(const char*, const char*)’ 156 | extern int strcmp (const char *__s1, const char *__s2) | ~~~~~~~~~~~~^~~~ /home/evan/jhbuild/install/include/glib-2.0/glib/ghash.h:165:60: error: invalid conversion from ‘const void*’ to ‘const char*’ [-fpermissive] 165 | #define g_str_equal(v1, v2) (strcmp ((gconstpointer) (v1), (gconstpointer) (v2)) == 0) | ^~~~~~~~~~~~~~~~~~~~ | | | const void* ../../../../Development/GNOME/gjs/gi/gobject.cpp:72:18: note: in expansion of macro ‘g_str_equal’ 72 | if (!g_str_equal(underscore_name.get(), pspec->name)) { | ^~~~~~~~~~~ /usr/include/string.h:156:50: note: initializing argument 2 of ‘int strcmp(const char*, const char*)’ 156 | extern int strcmp (const char *__s1, const char *__s2) | ~~~~~~~~~~~~^~~~ /home/evan/jhbuild/install/include/glib-2.0/glib/ghash.h:165:38: error: invalid conversion from ‘gconstpointer’ {aka ‘const void*’} to ‘const char*’ [-fpermissive] 165 | #define g_str_equal(v1, v2) (strcmp ((gconstpointer) (v1), (gconstpointer) (v2)) == 0) | ^~~~~~~~~~~~~~~~~~~~ | | | gconstpointer {aka const void*} ../../../../Development/GNOME/gjs/gi/gobject.cpp:86:18: note: in expansion of macro ‘g_str_equal’ 86 | if (!g_str_equal(camel_name.get(), pspec->name)) { | ^~~~~~~~~~~ /usr/include/string.h:156:32: note: initializing argument 1 of ‘int strcmp(const char*, const char*)’ 156 | extern int strcmp (const char *__s1, const char *__s2) | ~~~~~~~~~~~~^~~~ /home/evan/jhbuild/install/include/glib-2.0/glib/ghash.h:165:60: error: invalid conversion from ‘const void*’ to ‘const char*’ [-fpermissive] 165 | #define g_str_equal(v1, v2) (strcmp ((gconstpointer) (v1), (gconstpointer) (v2)) == 0) | ^~~~~~~~~~~~~~~~~~~~ | | | const void* ../../../../Development/GNOME/gjs/gi/gobject.cpp:86:18: note: in expansion of macro ‘g_str_equal’ 86 | if (!g_str_equal(camel_name.get(), pspec->name)) { | ^~~~~~~~~~~ /usr/include/string.h:156:50: note: initializing argument 2 of ‘int strcmp(const char*, const char*)’ 156 | extern int strcmp (const char *__s1, const char *__s2) | ~~~~~~~~~~~~^~~~ [20/103] Compiling C++ object libgjs-internal.a.p/gi_arg-cache.cpp.o ninja: build stopped: subcommand failed.
Edited by Evan Welsh