<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Hi Karl and xiphos folks on the list,<br>
    <br>
    investigating further and it looks like the cmake errors are due to
    a change in what cmake accepts.<br>
    in
<a class="moz-txt-link-freetext" href="https://cmake.org/cmake/help/v3.5/command/target_include_directories.html">https://cmake.org/cmake/help/v3.5/command/target_include_directories.html</a><br>
    add_library must <b>not</b> be an IMPORTED target<br>
    <br>
    in
<a class="moz-txt-link-freetext" href="https://cmake.org/cmake/help/v3.11/command/target_include_directories.html">https://cmake.org/cmake/help/v3.11/command/target_include_directories.html</a><br>
    add_library must not be an ALIAS target and IMPORTED targets only
    support INTERFACE items (which is what is used).<br>
    <br>
    in other words, to get it to work with the older cmake available in
    slackware 14.2 i'll need to find a work around<br>
    so that the cmake file can achieve its goal in a way that cmake
    3.5.2 finds acceptable.<br>
    <br>
    it does appear to relate to creating static libraries, which is not
    normally used as I would expect xiphos to be using<br>
    the shared lib /usr/lib64/libbiblesync.so.2.0.1  (on a 64bit
    slackware system) provided by the biblesync package.<br>
    (unless i've got completely the wrong end of the stick, which is
    entirely possible)<br>
    <br>
    Unless anyone else is familiar enough with cmake to help, I'll have
    to widen my search.<br>
    I'll try over on linux questions and see if someone can help. If I
    get success I can create a patch for the<br>
    problematic cmake/modules/FindBiblesync.cmake file, and I'll let you
    know. When slackware 15 comes<br>
    out i can discard the patch as it has cmake 3.15.2 (or higher).<br>
    Regards, Tim<br>
    <br>
    <br>
    <br>
    <br>
  <div id="DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2">
<br /><br />
<hr style='border:none; color:#909090; background-color:#B0B0B0; height: 1px; width: 99%;' />
<table style='border-collapse:collapse;border:none;'>
        <tr>
                <td style='border:none;padding:0px 15px 0px 8px'>
                        <a href="https://www.avg.com/internet-security">
                                <img border=0 src="https://static.avast.com/emails/avg-mail-stamp.png" alt="AVG logo" />
                        </a>
                </td>
                <td>
                        <p style='color:#3d4d5a; font-family:"Calibri","Verdana","Arial","Helvetica"; font-size:12pt;'>
                                This email has been checked for viruses by AVG antivirus software.
                                <br><a href="https://www.avg.com/internet-security">www.avg.com</a>
                        </p>
                </td>
        </tr>
</table>
<br />
<a href="#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2" width="1" height="1"> </a></div></body>
</html>