<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div></div><div>Pedro,</div><div><br>Am 15.06.2016 um 00:52 schrieb Pedro Neves <<a href="mailto:nevesdiver@gmail.com">nevesdiver@gmail.com</a>>:<br><br></div><blockquote type="cite"><div>
  
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  
  
    <div class="moz-cite-prefix">On 14-06-2016 21:57, Dirk Hohndel
      wrote:<br>
    </div>
    <blockquote cite="mid:79B842C2-136E-4AF9-AF73-218971FA99DD@hohndel.org" type="cite">
      <meta http-equiv="content-type" content="text/html; charset=utf-8">
      Just change it to include "core/dive.c"<br>
      -- <br>
    </blockquote>
    <br>
    Hi:<br>
    Following Dirk's pointer, I've ended up having to make a few more
    changes in files: smartrak.c and smrtk2ssrfc_window.cpp<br>
    <br>
    However, now I get the error: <br>
    <br>
    [ 66%] Building CXX object
    smtk-import/CMakeFiles/smtk_import.dir/smrtk2ssrfc_window.cpp.o<br>
/home/XXXXX/Diveapps/subsurface/smtk-import/smrtk2ssrfc_window.cpp:2:35:
    fatal error: ui_smrtk2ssrfc_window.h: No such file or directory<br>
     #include "ui_smrtk2ssrfc_window.h"<br>
    <br>
    This file does not exist on my system. I do have a file called:
    <meta name="qrichtext" content="1">
    smrtk2ssrfc_window.ui... Should this be it?<br></div></blockquote><br><style type="text/css">
p, li { white-space: pre-</style><div>The .h should be generated from the .ui during the build process. I would try to do</div><div><br></div><div>make clean</div><div><br></div><div>and try again. If that is not enough, remove all ui_*.h and maybe run cmake or the build script again. </div><div><br></div><div>Best</div><div>Robert</div></body></html>