<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Hi,<br>
    <br>
    <div class="moz-cite-prefix">On 2020-08-31 9:02 p.m., Wes Rishel
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAN+zFMkqCRCkmB7DpgaRzQDtFM7mOmMDCGXVGF3YB41XBacOkg@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div>
          <div name="messageBodySection">
            <div dir="auto">Once again, thanks for your nearly
              instantaneous reply. When I run ./autogen.sh I get what is
              shown below an apparent infinite loop leading to a
              segmentation fault. I suspect that this is related to the
              highlighted line below, but I am not clear on what to try
              ti address it.</div>
            <div dir="auto"><br>
            </div>
            <div>Some specific information.</div>
            <div>
              <ul>
                <li>this is from a download that I made today from <a
                    href="https://gitlab.com/sane-project/backends/-/tree/master/backend"
                    moz-do-not-send="true">https://gitlab.com/sane-project/backends/-/tree/master/backend</a></li>
                <li>I downloaded as a zip and expanded the zip into a
                  newly-created directory. I ran the command in that
                  directory.</li>
                <li>prior to running the command I verified the presence
                  of libtool-bin, libusb-dev, autoconf, libjpeg-dev, and
                  gettext, </li>
                <li>All were at or more advanced than the versions
                  specified in the README</li>
                <li>I did not check for libgphoto2 or a C++11 compliant
                  C++ compiler as I only intended to rebuild the fujitso
                  backend.</li>
                <li>I have rebooted and redownloaded the backends
                  repository to an empty directory with no change</li>
                <li>In order to capture the early error output I reran
                  the command as ~/HETP/sane/backends-master$
                  ./autogen.sh > output.txt 2>&1<br>
                </li>
                <li>my goal is to get a fujitsu backend rebuilt
                  according to the instructions to enable sanner-side
                  compression as described in <a
href="https://alioth-lists.debian.net/pipermail/sane-devel/2009-April/024516.html"
                    moz-do-not-send="true">https://alioth-lists.debian.net/pipermail/sane-devel/2009-April/024516.html</a></li>
                <li>If there is an easier way to accomplish this I am
                  open to suggestions. <br>
                </li>
              </ul>
            </div>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    For the record, I don't know which distro you are building on, but
    to get most of the required dependencies on a Debian based repo, you
    can do:<br>
    <br>
    sudo apt-get build-dep libsane<br>
    <br>
    In addition, most people also require libxml2-dev which is a newer
    dependency.<br>
    <br>
    Good luck!<br>
    <br>
    Cheers,<br>
    Ralph<br>
  </body>
</html>