<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hallo,<div class=""><br class=""></div><div class="">Branch ist aktualisiert (und PR#95 eingereicht).</div><div class="">Bitte noch mal testen. Danke!</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">Am 01.01.2015 um 14:29 schrieb Matthias Behr <<a href="mailto:mbehr@mcbehr.de" class="">mbehr@mcbehr.de</a>>:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Hallo,</div><div class=""><br class=""></div><div class="">hmm. Blöd. Hat Udo auch schon gemeldet.</div><div class=""><br class=""></div><div class="">Problem ist hier beschrieben:</div><div class=""><a href="https://groups.google.com/forum/#!topic/googlemock/XvPDUENM5JM" class="">https://groups.google.com/forum/#!topic/googlemock/XvPDUENM5JM</a></div><div class=""><br class=""></div><div class="">—> Fehler in gcc 4.6.</div><div class=""><br class=""></div><div class="">Ich schalte die Unit Tests für gcc 4.6. jetzt ab. Auf Travis-CI laufen sie weiterhin, dadurch sollte uns da nichts durchrutschen.</div><div class=""><br class=""></div><div class="">Melde mich, sobald der Branch aktualisiert ist.</div><div class=""><br class=""></div><br class=""><div class=""><blockquote type="cite" class=""><div class="">Am 01.01.2015 um 14:20 schrieb Stefan <<a href="mailto:stefan@stinkes.de" class="">stefan@stinkes.de</a>>:</div><br class="Apple-interchange-newline"><div class="">
  
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type" class="">
  
  <div bgcolor="#FFFFFF" text="#000000" class="">
    <div class="moz-cite-prefix">Am 01.01.2015 um 11:43 schrieb Matthias
      Behr:<br class="">
      <br class="">
      Hallo Matthias,<br class="">
    </div>
    <blockquote cite="mid:71F43820-5126-44E4-980A-45B265CCE667@mcbehr.de" type="cite" class="">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" class="">
      bitte teste mal den Branch unter: <a moz-do-not-send="true" href="https://github.com/mbehr1/vzlogger/tree/ut_meterd0_ace" class="">ut_meterd0_ace</a> 
      <div class=""><br class="">
      </div>
      <div class="">Musste leider größere Änderungen am meterD0 Parser
        vornehmen. </div>
      <br class="">
    </blockquote>
    Ich habe eben versucht Deinen Branch zu installieren und erhalte
    folgende Fehlermeldung:<br class="">
    <br class="">
    <tt class="">In file included from
/home/skre/vzlogger/gmock/src/googlemock/include/gmock/gmock-spec-builders.h:75:0,</tt><tt class=""><br class="">
    </tt><tt class="">                 from
/home/skre/vzlogger/gmock/src/googlemock/include/gmock/gmock-generated-function-mockers.h:43,</tt><tt class=""><br class="">
    </tt><tt class="">                 from
      /home/skre/vzlogger/gmock/src/googlemock/include/gmock/gmock.h:61,</tt><tt class=""><br class="">
    </tt><tt class="">                 from
      /home/skre/vzlogger/tests/example_test.cpp:1:</tt><tt class=""><br class="">
    </tt><tt class="">/home/skre/vzlogger/gmock/src/googlemock/include/gmock/gmock-matchers.h:1485:41:
      sorry, unimplemented: cannot expand ‘Tail ...’ into a fixed-length
      argument list</tt><tt class=""><br class="">
    </tt><tt class="">/home/skre/vzlogger/gmock/src/googlemock/include/gmock/gmock-matchers.h:1486:63:
      error: template argument 2 is invalid</tt><tt class=""><br class="">
    </tt><tt class="">/home/skre/vzlogger/gmock/src/googlemock/include/gmock/gmock-matchers.h:
      In static member function ‘static
      testing::internal::MatcherList<kSize, Head, Tail>::ListType
      testing::internal::MatcherList<kSize, Head,
      Tail>::BuildList(const Head&, const Tail& ...)’:</tt><tt class=""><br class="">
    </tt><tt class="">/home/skre/vzlogger/gmock/src/googlemock/include/gmock/gmock-matchers.h:1493:20:
      error: expected primary-expression before ‘(’ token</tt><tt class=""><br class="">
    </tt><tt class="">/home/skre/vzlogger/gmock/src/googlemock/include/gmock/gmock-matchers.h:1493:30:
      error: ‘MatcherListTail’ is not a class, namespace, or enumeration</tt><tt class=""><br class="">
    </tt><tt class="">/home/skre/vzlogger/gmock/src/googlemock/include/gmock/gmock-matchers.h:
      In static member function ‘static testing::Matcher<T>
      testing::internal::MatcherList<kSize, Head,
      Tail>::CreateMatcher(const ListType&)’:</tt><tt class=""><br class="">
    </tt><tt class="">/home/skre/vzlogger/gmock/src/googlemock/include/gmock/gmock-matchers.h:1503:37:
      error: request for member ‘first’ in ‘matchers’, which is of
      non-class type ‘const ListType {aka const int}’</tt><tt class=""><br class="">
    </tt><tt class="">/home/skre/vzlogger/gmock/src/googlemock/include/gmock/gmock-matchers.h:1505:22:
      error: request for member ‘second’ in ‘matchers’, which is of
      non-class type ‘const ListType {aka const int}’</tt><tt class=""><br class="">
    </tt><tt class="">/home/skre/vzlogger/gmock/src/googlemock/include/gmock/gmock-matchers.h:1502:22:
      error: expected primary-expression before ‘(’ token</tt><tt class=""><br class="">
    </tt><tt class="">/home/skre/vzlogger/gmock/src/googlemock/include/gmock/gmock-matchers.h:1503:37:
      error: request for member ‘first’ in ‘matchers’, which is of
      non-class type ‘const ListType {aka const int}’</tt><tt class=""><br class="">
    </tt><tt class="">/home/skre/vzlogger/gmock/src/googlemock/include/gmock/gmock-matchers.h:1504:9:
      error: ‘MatcherListTail’ is not a class, namespace, or enumeration</tt><tt class=""><br class="">
    </tt><tt class="">/home/skre/vzlogger/gmock/src/googlemock/include/gmock/gmock-matchers.h:1504:50:
      error: expected primary-expression before ‘,’ token</tt><tt class=""><br class="">
    </tt><tt class="">/home/skre/vzlogger/gmock/src/googlemock/include/gmock/gmock-matchers.h:1504:68:
      error: missing template arguments before ‘>’ token</tt><tt class=""><br class="">
    </tt><tt class="">/home/skre/vzlogger/gmock/src/googlemock/include/gmock/gmock-matchers.h:1505:22:
      error: request for member ‘second’ in ‘matchers’, which is of
      non-class type ‘const ListType {aka const int}’</tt><tt class=""><br class="">
    </tt><tt class="">/home/skre/vzlogger/gmock/src/googlemock/include/gmock/gmock-matchers.h:
      At global scope:</tt><tt class=""><br class="">
    </tt><tt class="">/home/skre/vzlogger/gmock/src/googlemock/include/gmock/gmock-matchers.h:1548:47:
      sorry, unimplemented: cannot expand ‘Args ...’ into a fixed-length
      argument list</tt><tt class=""><br class="">
    </tt><tt class="">/home/skre/vzlogger/gmock/src/googlemock/include/gmock/gmock-matchers.h:1550:18:
      error: ‘MatcherListType’ is not a class, namespace, or enumeration</tt><tt class=""><br class="">
    </tt><tt class="">/home/skre/vzlogger/gmock/src/googlemock/include/gmock/gmock-matchers.h:
      In constructor
      ‘testing::internal::VariadicMatcher<CombiningMatcher,
      Args>::VariadicMatcher(const Args& ...)’:</tt><tt class=""><br class="">
    </tt><tt class="">/home/skre/vzlogger/gmock/src/googlemock/include/gmock/gmock-matchers.h:1536:19:
      error: ‘MatcherListType’ is not a class, namespace, or enumeration</tt><tt class=""><br class="">
    </tt><tt class="">/home/skre/vzlogger/gmock/src/googlemock/include/gmock/gmock-matchers.h:
      In member function
      ‘testing::internal::VariadicMatcher<CombiningMatcher,
      Args>::operator testing::Matcher<T>() const’:</tt><tt class=""><br class="">
    </tt><tt class="">/home/skre/vzlogger/gmock/src/googlemock/include/gmock/gmock-matchers.h:1543:12:
      error: ‘MatcherListType’ is not a class, namespace, or enumeration</tt><tt class=""><br class="">
    </tt><tt class="">/home/skre/vzlogger/gmock/src/googlemock/include/gmock/gmock-matchers.h:1543:53:
      error: expected primary-expression before ‘,’ token</tt><tt class=""><br class="">
    </tt><tt class="">/home/skre/vzlogger/gmock/src/googlemock/include/gmock/gmock-matchers.h:1543:71:
      error: missing template arguments before ‘>’ token</tt><tt class=""><br class="">
    </tt><tt class="">/home/skre/vzlogger/gmock/src/googlemock/include/gmock/gmock-matchers.h:
      At global scope:</tt><tt class=""><br class="">
    </tt><tt class="">/home/skre/vzlogger/gmock/src/googlemock/include/gmock/gmock-matchers.h:1556:1:
      error: expected unqualified-id before ‘using’</tt><tt class=""><br class="">
    </tt><tt class="">/home/skre/vzlogger/gmock/src/googlemock/include/gmock/gmock-matchers.h:1650:1:
      error: expected unqualified-id before ‘using’</tt><tt class=""><br class="">
    </tt><tt class="">/home/skre/vzlogger/gmock/src/googlemock/include/gmock/gmock-matchers.h:3954:8:
      error: ‘AllOfMatcher’ in namespace ‘testing::internal’ does not
      name a type</tt><tt class=""><br class="">
    </tt><tt class="">/home/skre/vzlogger/gmock/src/googlemock/include/gmock/gmock-matchers.h:3959:8:
      error: ‘AnyOfMatcher’ in namespace ‘testing::internal’ does not
      name a type</tt><tt class=""><br class="">
    </tt><tt class="">make[2]: ***
      [tests/CMakeFiles/vzlogger_unit_tests.dir/example_test.cpp.o]
      Error 1</tt><tt class=""><br class="">
    </tt><tt class="">make[2]: Leaving directory `/home/skre/vzlogger'</tt><tt class=""><br class="">
    </tt><tt class="">make[1]: *** [tests/CMakeFiles/vzlogger_unit_tests.dir/all]
      Error 2</tt><tt class=""><br class="">
    </tt><tt class="">make[1]: Leaving directory `/home/skre/vzlogger'</tt><tt class=""><br class="">
    </tt><tt class="">make: *** [all] Error 2</tt><br class="">
    <br class="">
    <br class="">
  </div>

</div></blockquote></div><br class=""><div class="">
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px;"><div class="">Gruß</div><div class=""><br class=""></div><div class="">Matthias Behr</div></span>
</div>
<br class=""></div></div></blockquote></div><br class=""><div class="">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;  "><div class="">Gruß</div><div class=""><br class=""></div><div class="">Matthias Behr</div></span>
</div>
<br class=""></div></body></html>