<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 05-04-2015 00:37, Dirk Hohndel
      wrote:<br>
    </div>
    <blockquote cite="mid:20150404233730.GY1256@rrmbp.gr8dns.org"
      type="cite">
      <pre wrap="">I'd really appreciate if everyone could try building in their environment
using cmake...

These are always out of tree builds, so from your subsurface directory do

mkdir ../subsurface-build
cd ../subsurface-build
cmake ../subsurface

You likely need a few arguments for that cmake call, depending on how you
usually built with qmake. I use this:

cmake -DCMAKE_BUILD_TYPE=Debug -DLIBDCDEVEL=../libdivecomputer -DLIBDCSTATIC=1 -DLIBGIT2DEVEL=../libgit2 -DLIBGIT2STATIC=1 -DLIBMARBLEDEVEL=../marble/build ../subsurface</pre>
    </blockquote>
    <br>
    Hi:<br>
    <br>
    I get the following error when I run make -j 4 (after the above
    commands):<br>
    <br>
    <title>Konsole output</title>
    <div>
      <span style="font-family:monospace"><span
          style="color:#000000;background-color:#ffffff;">home/paneves/Diveapps/subsurface/qt-ui/globe.h:5:33:
          fatal error: marble/MarbleWidget.h: No such file or directory
        </span><br>
        #include <marble/MarbleWidget.h>
        <br>
                                        ^<br>
        <br>
      </span></div>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    My MarbleWidget.h is located at:
    /home/paneves/Diveapps/install/include/marble/<br>
    <br>
    How and where do I adjust the paths?<br>
    <br>
    Cheers:<br>
    <br>
    Pedro<br>
    <br>
    <br>
  </body>
</html>