<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<font face="FreeSerif">I've pushed a change for updates to provide
compatibility with RHEL9's gcc11 compiler. However, it is not yet
automatically configuration-compatible. If you wish to build on
RHEL9, clone the repo as usual and then apply this diff ("patch
-p1").<br>
<br>
</font><font face="monospace">diff --git
a/cmake/XiphosDependencies.cmake b/cmake/XiphosDependencies.cmake<br>
index e011ece1..0a135b44 100644<br>
--- a/cmake/XiphosDependencies.cmake<br>
+++ b/cmake/XiphosDependencies.cmake<br>
@@ -84,7 +84,7 @@ pkg_check_modules(Gnome REQUIRED IMPORTED_TARGET<br>
  "gdk-pixbuf-2.0"<br>
  "gio-2.0"<br>
  "gobject-2.0"<br>
-Â "libsoup-3.0"<br>
+Â "libsoup-2.4"<br>
  "pango"<br>
  "minizip"<br>
  "zlib"<br>
@@ -135,7 +135,7 @@ else (GTK2)<br>
    # Gtk+-3.0 + Webkit2 + WebKit-editor<br>
    pkg_check_modules(Gtk REQUIRED IMPORTED_TARGET<br>
      "gtk+-3.0"<br>
-Â Â Â Â Â "webkit2gtk-4.1"<br>
+Â Â Â Â Â "webkit2gtk-4.0"<br>
      "gtkhtml-editor-4.0"<br>
      "libgtkhtml-4.0"<br>
      )<br>
@@ -144,7 +144,7 @@ else (GTK2)<br>
    # Gtk+-3.0 + Webkit2 + GtkHtml-editor<br>
     pkg_check_modules(Gtk REQUIRED IMPORTED_TARGET<br>
      "gtk+-3.0"<br>
-Â Â Â Â Â "webkit2gtk-4.1"<br>
+Â Â Â Â Â "webkit2gtk-4.0"<br>
      )<br>
  endif()<br>
 endif (GTK2)</font><font face="FreeSerif"><br>
<br>
Build as usual. I use:<br>
<br>
</font><font face="monospace">cmake -DBUILD_SHARED_LIBS=TRUE
-DCMAKE_INSTALL_PREFIX=/usr -DLIBDIR=/usr/lib64 -DGTKHTML=ON
-DDEBUG=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo ../xiphos</font><font
face="FreeSerif"><br>
<br>
It's working fine on my RHEL 9.4 systems.<br>
</font>
</body>
</html>