<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">Hi Karl.<br>
      this patch isn't going upstream is it? many distro's are moving or
      have moved to soup3 based gnome. (soup 2.4 is eol)<br>
      currently the slackware xiphos package is set to use
      soup3/webkit2gtk4.1 courtesy of yelp, and slackware 15.1 when it
      comes out also uses soup3.<br>
      Due to incompatibility between soup2.4 and 3.0 you can't have both
      linked into a binary at the same time, which<br>
      means all the dependencies that uses soup have to be of one kind
      or the other and not a mix if they are run-time deps, rather than
      just compile time deps. <br>
      gnome started moving to soup3 with gnome 43, and currently gnome47
      is eol.<br>
      regards, Tim<br>
      <br>
      On 18/09/2024 20:38, Karl Kleinpaste wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:3835547a-3611-4948-8114-a024bdea2f25@kleinpaste.org">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <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> <br>
      <fieldset class="moz-mime-attachment-header"></fieldset>
      <pre wrap="" class="moz-quote-pre">_______________________________________________
xiphos-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:xiphos-devel@crosswire.org">xiphos-devel@crosswire.org</a>
<a class="moz-txt-link-freetext" href="http://crosswire.org/mailman/listinfo/xiphos-devel">http://crosswire.org/mailman/listinfo/xiphos-devel</a>
</pre>
    </blockquote>
    <br>
  <div id="DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2"><br /><table style="border-top: 1px solid #D3D4DE;"><tr><td style="width: 55px; padding-top: 13px;"><a href="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" target="_blank"><img src="https://s-install.avcdn.net/ipm/preview/icons/icon-envelope-tick-green-avg-v1.png" alt="" width="46" height="29" style="width: 46px; height: 29px;"/></a></td><td style="width: 470px; padding-top: 12px; color: #41424e; font-size: 13px; font-family: Arial, Helvetica, sans-serif; line-height: 18px;">Virus-free.<a href="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" target="_blank" style="color: #4453ea;">www.avg.com</a></td></tr></table><a href="#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2" width="1" height="1"> </a></div></body>
</html>