<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix"><br>
      Hi Stefan,<br>
      <br>
      <br>
      <br>
      Am 14.07.2017 um 15:30 schrieb Stefan Fuchs:<br>
    </div>
    <blockquote type="cite"
      cite="mid:a0e21764-1c58-dbfb-1482-340a382c8275@gmx.de">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <p>Hallo Axel, hi All,<br>
      </p>
      Am 14.07.2017 um 13:17 schrieb Axel Richter:<br>
      <blockquote type="cite"
        cite="mid:30fe9594-67a1-e174-d940-435218474515@freenet.de">
        <blockquote type="cite"
          cite="mid:41A137E6-C8D1-43F2-9EF2-722681B19C3F@atdotde.de">
          <div class="">
            <div>
              <blockquote type="cite" class="">
                <div class="">On 14. Jul 2017, at 11:34, Axel Richter
                  <<a href="mailto:Axel.Richter@freenet.de" class=""
                    moz-do-not-send="true">Axel.Richter@freenet.de</a>>
                  wrote:</div>
                <br class="Apple-interchange-newline">
                <div class="">
                  <ul style="font-family: Menlo-Regular; font-size:
                    12px; font-style: normal; font-variant-caps: normal;
                    font-weight: normal; letter-spacing: normal;
                    text-align: start; text-indent: 0px; text-transform:
                    none; white-space: normal; word-spacing: 0px;
                    -webkit-text-stroke-width: 0px; background-color:
                    rgb(255, 255, 255);" class="">
                    <li class="">libgit compiles ok.</li>
                    <li class="">libdivecomputer compiles ok.</li>
                    <li class="">the marble flavour  runs into a
                      problem:<span class="Apple-converted-space"> </span><br
                        class="">
/home/axel/src/marble-source/src/lib/marble/geodata/geodata_export.h:15:27:
                      fatal error: marble_export.h: Datei oder
                      Verzeichnis nicht gefunden</li>
                  </ul>
                </div>
              </blockquote>
              <div>For me it’s in</div>
              <div>
                <div style="margin: 0px; font-size: 13px; line-height:
                  normal; background-color: rgb(255, 255, 255);"
                  class=""><span style="font-variant-ligatures:
                    no-common-ligatures" class="">~/src/marble-source/src/lib/marble/marble_export.h</span></div>
                <div class=""><span style="font-variant-ligatures:
                    no-common-ligatures" class="">I have no clue why it
                    does not find that. Please check if you have that
                    file. If yes, try to figure out why that’s not in
                    the include path.</span></div>
              </div>
              <br class="">
            </div>
          </div>
        </blockquote>
        <br>
        I'm running with the current master of the subsurface marble
        version. <br>
        If you browse <a class="moz-txt-link-freetext"
href="https://github.com/Subsurface-divelog/marble/tree/Subsurface-branch/src/lib/marble"
          moz-do-not-send="true">https://github.com/Subsurface-divelog/marble/tree/Subsurface-branch/src/lib/marble</a>
        its gone. </blockquote>
      I faced the same issue some days ago when I tried to generate a
      new Windows MXE build of Subsurface and also the linux build
      fails. So it's nothing distro related (I'm on Xubuntu 16.04).<br>
      <br>
      I think the issue appeared after merging Tomaz "fixMarble" branch
      which had a huge update into Subsurface-branch of marble.<br>
      <br>
      The commit where marble_export.h is deleted is this one:<br>
      <a class="moz-txt-link-freetext"
href="https://github.com/Subsurface-divelog/marble/commit/b5dc725832839986048f64ced12c6491cdb954a1"
        moz-do-not-send="true">https://github.com/Subsurface-divelog/marble/commit/b5dc725832839986048f64ced12c6491cdb954a1</a><br>
      <br>
      And I guess it's done intentionally. But I up to now didn't figure
      out how this "generate_export_header" thing should work or why
      it's not working for us.<br>
      <br>
    </blockquote>
    <br>
    There are other changes in marble which I don't know from my old
    build environment, for example: <br>
    <br>
    It seems there is no constructor GeoDataIconStyle(QImage,QPointF)
    anymore, it has changed to <br>
    <pre>    explicit GeoDataIconStyle( const QString& iconPath,
                               const QPointF &hotSpot = QPointF( 0.5, 0.5 ) );</pre>
    so subsurface/desktop-widgets/globe.cpp:194 <br>
    <pre>static GeoDataIconStyle darkFlag(QImage(":flagDark")), lightFlag(QImage(":flagLight"));</pre>
    should read <br>
    <pre>static GeoDataIconStyle darkFlag(":flagDark"), lightFlag(":flagLight");</pre>
    I'm not very familiar with git (we still use subversion here), how
    can I check out the version just before Tomaz update for further
    testing? I've seen more compile errors later in globe.cpp. <br>
    <br>
    BTW: Robert wrote, Qt 5.6 is a little bit ancient, so I'm now on Qt
    5.9.1. <br>
    Building Grantlee works only if I exclude two of the examples from
    CMakeLists.<br>
    <br>
    Qt5WebKit has been removed, so would it make sense to switch the
    default for USE_WEBENGINE to ON (subsurface/CMakeLists.txt)?<br>
    <br>
    Thanks a lot, <br>
    Axel.<br>
    <br>
    <blockquote type="cite"
      cite="mid:a0e21764-1c58-dbfb-1482-340a382c8275@gmx.de"> <br>
      BTW: Tomaz, Dirk:  Does it even make sense to merge Tomaz marble
      update but not merge this PR:<br>
      <a class="moz-txt-link-freetext"
        href="https://github.com/Subsurface-divelog/subsurface/pull/468"
        moz-do-not-send="true">https://github.com/Subsurface-divelog/subsurface/pull/468</a><br>
      And does it even make sense to change anything around marble if
      you plan to move to QT Location? ;-)<br>
      <br>
      Best regards<br>
      Stefan<br>
      <br>
      <div class="moz-signature">-- <br>
        <meta http-equiv="CONTENT-TYPE" content="text/html;
          charset=utf-8">
        <title></title>
        <meta name="GENERATOR" content="OpenOffice.org 3.3 (Win32)">
        <meta name="CREATED" content="0;0">
        <meta name="CHANGEDBY" content="Stefan Fuchs">
        <meta name="CHANGED" content="20120503;23115492">
        <style type="text/css">
        <!--
                P { color: #000000 }
        -->
        </style>
        <p>Stefan Fuchs<br>
          E-Mail: <a href="mailto:sfuchs@gmx.de" moz-do-not-send="true">sfuchs@gmx.de</a></p>
      </div>
    </blockquote>
    <p><br>
    </p>
    <pre class="moz-signature" cols="60">-- 
Axel Richter
</pre>
  </body>
</html>