<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Rick, thanks for the very helpful
      message.<br>
      <br>
      On 6/5/17 7:57 PM, Rick Walsh wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAF+v9JtekQZkgX2bcjdejEhom6ds21g3Hca=6YpZZRwYUPJFVg@mail.gmail.com">
      <div dir="ltr">Install prerequisites for Subsurface and the
        additional prerequisites for the SmartTrak tool.<br>
        <div>
          <div class="gmail_extra">
            <div class="gmail_quote">
              <pre><code>sudo apt-get install git g++ make autoconf libtool cmake pkg-config 
        libxml2-dev libxslt1-dev libzip-dev libsqlite3-dev 
        automake libusb-1.0-0-dev libgit2-dev libssl-dev 
        qt5-default qt5-qmake qtchooser qttools5-dev-tools libqt5svg5-dev 
        libqt5webkit5-dev libqt5qml5 libqt5quick5 libqt5declarative5 
        qtscript5-dev libssh2-1-dev qttools5-dev 
        qtpositioning5-dev qtconnectivity5-dev libglib2.0-dev mdbtools-dev</code></pre>
            </div>
            <div class="gmail_quote">Get the sources for the latest
              stable version of Subsurface:<br>
              <pre><code>mkdir -p ~/src
cd ~/src
git clone  <a class="moz-txt-link-freetext" href="git://">git://</a><a href="http://github.com/Subsurface-divelog/subsurface" moz-do-not-send="true">github.com/Subsurface-divelog/subsurface</a>
cd subsurface
git checkout v4.6.4</code></pre>
            </div>
          </div>
        </div>
      </div>
    </blockquote>
    <code>The above steps appeared to go smoothly</code><br>
    <blockquote type="cite"
cite="mid:CAF+v9JtekQZkgX2bcjdejEhom6ds21g3Hca=6YpZZRwYUPJFVg@mail.gmail.com">
      <div dir="ltr">
        <div>
          <div class="gmail_extra">
            <div class="gmail_quote">Configure to build the SmartTrak
              tool<br>
              ccmake build<br>
            </div>
            <div class="gmail_quote">Scroll down to SMARTTRAK_IMPORT and
              hit enter to change to ON, then "c" to configure, and "g"
              to save and exit<br>
            </div>
          </div>
        </div>
      </div>
    </blockquote>
    Here I ran into a problem. When I executed "ccmake build," it
    complained that no /build directory existed. I therefore tried
    adding a directory ~/src/subsurface/build. When I ran "ccmake build"
    again, it now complained that there was no CMakeLists.txt file in
    the /build directory.<br>
    <br>
    I noticed that there are a total of 12 files named CMakeLists.txt in
    the ~/src/subsurface directory tree. I tried copying the one in
    ~/src/subsurface to ~/src/subsurface/build. Now when I ran "ccmake
    build," it displayed the message EMPTY CACHE and I wasn't able to
    scroll down to make the described change.<br>
    <br>
    Any thoughts on how to resolve this? I appreciate your offer of
    converting my .slg file, but I'd really like to get smtk2ssrf
    working if at all possible.<br>
    <br>
    Thanks again,<br>
    <br>
    Frank<br>
    <br>
  </body>
</html>