<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On 6 June 2017 at 14:04, Frank O'Donnell <span dir="ltr"><<a href="mailto:ssf@inkbox.net" target="_blank">ssf@inkbox.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF"><span class="gmail-">
    <div class="gmail-m_1325247287468267586moz-cite-prefix">On 6/5/17 8:36 PM, Rick Walsh wrote:<br>
    </div>
    <blockquote type="cite">
      <div dir="ltr">Sorry, my instructions missed that.  The easiest
        way to create the build directory is to let it be created when
        running the build.sh script.  After that, configure ccmake and
        run build.sh again.<br>
        <div class="gmail_extra">
          <div class="gmail_quote">
            <div><br>
            </div>
            <div>cd ~/src<br>
            </div>
            <div>./subsurface/scripts/build.sh<br>
            </div>
            (assuming all build correctly)<br>
          </div>
          <div class="gmail_quote">cd subsurface<br>
          </div>
          <div class="gmail_quote">ccmake build<br>
          </div>
          <div class="gmail_quote">(enable SMARTTRAK_IMPORT)<br>
          </div>
          <div class="gmail_quote">cd ..<br>
          </div>
          <div class="gmail_quote">./subsurface/scripts/build.sh<br>
          </div>
          <div class="gmail_quote">(builds Subsurface again, this time
            including the import tool; it won't take nearly as long
            since you've already built Subsurface once)<br>
          </div>
        </div>
      </div>
    </blockquote></span>
    Thanks. I noticed as build.sh ran (what was planned to be the first
    time), it appeared mostly normal but very occasionally there were
    some displays scrolling by that could have been warnings. At the
    very end of running build.sh, it ended with this:<br>
    <br>
        CMake Error: The source directory
    "/home/frank/src/subsurface/<wbr>build" does not appear to  <br>
            contain CMakeLists.txt.<br>
        Specify --help for usage, or press the help button on the CMake
    GUI.<br>
        make: *** No targets specified and no makefile found. Stop.<br>
    <br>
    When I then tried executing "ccmake build", it repeated the first
    two lines of this error message, and the only option presented was
    to exit.<br>
    <br></div></blockquote>It appears the failed attempts to configure and build the source messed things up a bit.  Don't worry, it's all recoverable.  'git clean -xdf' will remove the old cmake stuff.<br></div><div class="gmail_quote">cd ~/src/subsurface<br>git clean -xdf<br></div><div class="gmail_quote">cd ..<br></div><div class="gmail_quote">./subsurface/scripts/build.sh<br>cd subsurface<br>ccmake build<br>(enable SMARTTRAK_IMPORT)<br>cd ..<br>./subsurface/scripts/build.sh<br></div></div></div>