<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>lol... you know. It seems like I am always the one to have
      trouble and it's usually the most bizarre. <br>
    </p>
    <p>I made the change to the CMakeFiles.txt file and.... I got
      further. This time it went to 74% before failing:</p>
    <p>
      <blockquote type="cite">[ 76%] Linking CXX executable cuecattest<br>
        [ 76%] Built target cuecattest<br>
        Scanning dependencies of target collectiontest_autogen<br>
        [ 76%] Automatic MOC and RCC for target collectiontest<br>
        [ 76%] Built target collectiontest_autogen<br>
        Scanning dependencies of target collectiontest<br>
        [ 76%] Building CXX object
        src/tests/CMakeFiles/collectiontest.dir/collectiontest.cpp.o<br>
/home/derek/Downloads/tellico-3.4.2/src/tests/collectiontest.cpp:45:10:
        fatal error: QRandomGenerator: No such file or directory<br>
         #include <QRandomGenerator><br>
                  ^~~~~~~~~~~~~~~~~~<br>
        compilation terminated.<br>
        src/tests/CMakeFiles/collectiontest.dir/build.make:62: recipe
        for target
        'src/tests/CMakeFiles/collectiontest.dir/collectiontest.cpp.o'
        failed<br>
        make[2]: ***
        [src/tests/CMakeFiles/collectiontest.dir/collectiontest.cpp.o]
        Error 1<br>
        CMakeFiles/Makefile2:3354: recipe for target
        'src/tests/CMakeFiles/collectiontest.dir/all' failed<br>
        make[1]: *** [src/tests/CMakeFiles/collectiontest.dir/all] Error
        2<br>
        Makefile:140: recipe for target 'all' failed<br>
        make: *** [all] Error 2<br>
      </blockquote>
      So I added the bypass parameter to the cmake command and that
      seems to have done the trick. I was able to complete the compile
      and install without any further issues. As always, thank you not
      only for your help, but also for such a wonderful program!<br>
      <br>
    </p>
    <div class="moz-signature"><br>
      <br>
      <br>
      ✞ Derek Tombrello (KM4JAG)<br>
      <a href="www.RobotsAndComputers.com">www.RobotsAndComputers.com</a><br>
      <br>
      <br>
      <!-- <img src="http://www.RobotsAndComputers.com/images/rebelflag-small.jpg"><br>
Southern Pride<br>
<br> -->
      <i>
        "First they came for the Communists, but I was not a Communist
        so I did not speak out.<br>
        Then they came for the Socialists and the Trade Unionists, but I
        was neither, so I did not speak out.<br>
        Then they came for the Jews, but I was not a Jew so I did not
        speak out.<br>
        And when they came for me, there was no one left to speak out
        for me."<br>
      </i>
      <br>
      <br>
      <br>
    </div>
    <div class="moz-cite-prefix">On 12/4/21 8:36 PM, Robby Stephenson
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CACFDV65hz2OBhTGSYkM52TNJJrwMRYvYgkugZq4Ct-AcAdvp3Q@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div class="gmail_quote">
          <blockquote class="gmail_quote" style="margin:0px 0px 0px
            0.8ex;border-left:1px solid
            rgb(204,204,204);padding-left:1ex">
            <div>
              <blockquote type="cite">
                <div dir="ltr">
                  <div dir="ltr">On Thu, Dec 2, 2021 at 10:29 PM Derek
                    Tombrello <<a
                      href="mailto:RebelTaz@robotsandcomputers.com"
                      target="_blank" moz-do-not-send="true">RebelTaz@robotsandcomputers.com</a>>
                    wrote:<br>
                  </div>
                  <div class="gmail_quote">
                    <blockquote class="gmail_quote" style="margin:0px
                      0px 0px 0.8ex;border-left:1px solid
                      rgb(204,204,204);padding-left:1ex">
                      <div>
                        <p>Well... that got us further...</p>
                        <p> </p>
                        <blockquote type="cite">Scanning dependencies of
                          target newstufftest_autogen<br>
                          [ 63%] Automatic MOC and RCC for target
                          newstufftest<br>
                          [ 63%] Built target newstufftest_autogen<br>
                          Scanning dependencies of target newstufftest<br>
                          [ 63%] Building CXX object
                          src/tests/CMakeFiles/newstufftest.dir/newstufftest.cpp.o<br>
/home/derek/Downloads/tellico-3.4.2/src/tests/newstufftest.cpp:31:10:
                          fatal error: QDBusConnection: No such file or
                          directory<br>
                           #include <QDBusConnection><br>
                                    ^~~~~~~~~~~~~~~~~<br>
                          compilation terminated.</blockquote>
                      </div>
                    </blockquote>
                  </div>
                </div>
              </blockquote>
            </div>
          </blockquote>
          <div><br>
          </div>
          <div>Trying to think through what might be missing - do you
            mind editing the src/tests/CMakeFiles.txt file? Down around
            line 78, if you change</div>
          <div>     LINK_LIBRARIES Qt5::Test newstuff config</div>
          to</div>
        <div class="gmail_quote">    LINK_LIBRARIES Qt5::Test Qt5::DBus
          newstuff config<br>
        </div>
        <div class="gmail_quote"><br>
        </div>
        <div class="gmail_quote">Does that help? Or since this seems to
          be a problem in compiling a unit test, you can avoid that by
          passing <span style="color:rgb(0,0,0);font-family:monospace">-DBUILD_TESTING=FALSE
            to your cmake command</span></div>
        <div class="gmail_quote"><span
            style="color:rgb(0,0,0);font-family:monospace"><br>
          </span></div>
        <div class="gmail_quote"><span
            style="color:rgb(0,0,0);font-family:monospace">Robby</span></div>
      </div>
    </blockquote>
  </body>
</html>