<html><head></head><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px"><div id="yui_3_16_0_ym19_1_1472159253257_4477">Just tested current Master branch with MinGW 5.3 (Qt5.7), no problems, no C++11.</div><div id="yui_3_16_0_ym19_1_1472159253257_4586">Please build the examples and test with them.<br></div><div id="yui_3_16_0_ym19_1_1472159253257_4476"><br></div><div id="yui_3_16_0_ym19_1_1472159253257_4415" dir="ltr">I have also put a pull request in to address the missing BUILD_SHARED_LIBS option ...<br></div><div id="yui_3_16_0_ym19_1_1472159253257_3965"><span></span></div><div id="yui_3_16_0_ym19_1_1472159253257_3966" class="qtdSeparateBR">-Enjoy<br id="yui_3_16_0_ym19_1_1472159253257_4321"><div id="yui_3_16_0_ym19_1_1472159253257_4337" dir="ltr">fh  : )_~</div><br></div><div style="display: block;" id="yui_3_16_0_ym19_1_1472159253257_3133" class="yahoo_quoted">  <div id="yui_3_16_0_ym19_1_1472159253257_3132" style="font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;"> <div id="yui_3_16_0_ym19_1_1472159253257_3131" style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;"> <div id="yui_3_16_0_ym19_1_1472159253257_3130" dir="ltr"> <font id="yui_3_16_0_ym19_1_1472159253257_4417" size="2" face="Arial"> <hr size="1"> <b><span style="font-weight:bold;">From:</span></b> Vladimír Jícha <vladimir.jicha@gmail.com><br> <b><span style="font-weight: bold;">To:</span></b> taglib-devel@kde.org <br> <b><span style="font-weight: bold;">Sent:</span></b> Thursday, August 25, 2016 12:00 PM<br> <b><span style="font-weight: bold;">Subject:</span></b> Re: Compiling TagLib 1.11<br> </font> </div> <div id="yui_3_16_0_ym19_1_1472159253257_3156" class="y_msg_container"><br><div id="yiv5634234094"><div id="yui_3_16_0_ym19_1_1472159253257_3158">
    <div id="yui_3_16_0_ym19_1_1472159253257_3157">I finally found the porblem. I had to enable C++ 11 and include
      zlib1.dll with my application. That solved the problem. However
      why the option to build shared library disappeared and is not
      default in CMake GUI is still not clear to me.</div>
    <div id="yui_3_16_0_ym19_1_1472159253257_3159">Vladimir<br clear="none">
    </div>
    <br clear="none">
    <div id="yui_3_16_0_ym19_1_1472159253257_3160" class="yiv5634234094moz-cite-prefix">Dne 18.8.2016 v 22:13 Ossigeno
      napsal(a):<br clear="none">
    </div>
    <div class="yiv5634234094yqt2995562859" id="yiv5634234094yqt80374"><blockquote id="yui_3_16_0_ym19_1_1472159253257_3162" type="cite">
      <div id="yui_3_16_0_ym19_1_1472159253257_3161">Hi Vladimir<br clear="none">
        <br clear="none">
      </div>
      <div id="yui_3_16_0_ym19_1_1472159253257_3187">I also tried long ago to compile the latest version of
        TagLib, and the crash occurred with me too. So I decided to use
        the previous version, and I managed to create the dll and the .a
        file with a lot of effort. Here you can find a ready to use
        version of LibTag 1:10: <a rel="nofollow" shape="rect" class="yiv5634234094moz-txt-link-freetext" target="_blank" href="http://www.unitscan.org/archives/301">http://www.unitscan.org/archives/301</a></div>
      <div id="yui_3_16_0_ym19_1_1472159253257_4606"> </div>
      <div>I hope you helpful</div>
      <div> </div>
      <div>Regards</div>
      <blockquote id="yui_3_16_0_ym19_1_1472159253257_4608" dir="ltr" style="padding-right:0px;padding-left:5px;margin-left:5px;border-left:#000000 2px solid;margin-right:0px;">
        <div id="yui_3_16_0_ym19_1_1472159253257_4607" style="font:10pt arial;">--------- Original Message
          --------<br clear="none">
          Da: <a rel="nofollow" shape="rect" class="yiv5634234094moz-txt-link-abbreviated" ymailto="mailto:taglib-devel@kde.org" target="_blank" href="mailto:taglib-devel@kde.org">taglib-devel@kde.org</a><br clear="none">
          To: <a rel="nofollow" shape="rect" class="yiv5634234094moz-txt-link-rfc2396E" ymailto="mailto:taglib-devel@kde.org" target="_blank" href="mailto:taglib-devel@kde.org">"taglib-devel@kde.org"</a> <a rel="nofollow" shape="rect" class="yiv5634234094moz-txt-link-rfc2396E" ymailto="mailto:taglib-devel@kde.org" target="_blank" href="mailto:taglib-devel@kde.org"><taglib-devel@kde.org></a><br clear="none">
          Oggetto: Compiling TagLib 1.11<br clear="none">
          Data: 18/08/16 18:20<br clear="none">
          <br clear="none">
           <span style="font-family:'Courier New';font-size:small;"><br clear="none">
            <br clear="none">
            Hi,<br clear="none">
            <br clear="none">
            I have problems with current TagLib version. The first thing
            is that by <br clear="none">
            default (unlike version 1.10) it compiles on Windows the
            static .a <br clear="none">
            libraries not the .dll. And I could find a way how to change
            this from <br clear="none">
            CMake-gui.<br clear="none">
            <br clear="none">
            The more serious problem is that if I compile it using
            MinGW/GCC 5.3 <br clear="none">
            (from Qt 5.7 release), my application will crash right after
            start. Is <br clear="none">
            it a compatibility problem with GCC 5? Qt switched from GCC
            4.9 in 5.6 <br clear="none">
            to GCC 5.3 in Qt 5.7. The library compiled with GCC 4.9
            crashes my app <br clear="none">
            when I try to use it and as I already mentioned it crashes
            the program
            <br clear="none">
            right after start if I recompile it using GCC 5.3.<br clear="none">
            <br clear="none">
            Best regards,<br clear="none">
            <br clear="none">
            Vladimir<br clear="none">
            <br clear="none">
          </span>
          </div>
      </blockquote>
      <br clear="none">
      <div><font size="2" face="Verdana,Arial">----<br clear="none">
          ZE-Light e ZE-Pro: servizi zimbra per caselle con dominio
          email.it, per tutti i dettagli <a rel="nofollow" shape="rect" target="_blank" href="http://posta.email.it/caselle-di-posta-z-email-it/?utm_campaign=email_Zimbra_102014=main_footer">clicca qui</a><br clear="none">
          <br clear="none">
          Sponsor:<br clear="none">
          Registra i domini che desideri ed inizia a creare il tuo sito
          web<br clear="none">
          <a rel="nofollow" shape="rect" target="_blank" href="http://adv.email.it/cgi-bin/foclick.cgi?mid=13323&d=20160818">Clicca qui</a> </font><br clear="none">
      </div>
    </blockquote></div>
    <br clear="none">
  </div></div><br><br></div> </div> </div>  </div></div></body></html>