<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    CMake is supposed to check for dependencies. When you ran cmake, did
    it exit without errors?<br>
    <br>
    If you go to ~/src/kpeoplevcard/build (or wherever you ended up
    running cmake the first time) and do `cmake .`, does it complain
    about missing packages?<br>
    <br>
    Though from my understanding of the errors, it seems to be
    complaining about missing functions like the constructor and
    destructor for KPeopleVCard, which shouldn't be related to
    dependencies.<br>
    <br>
    Thanks,<br>
    Simon<br>
    <br>
    <div class="moz-cite-prefix">On 8/26/22 22:07, Jonathan Ryshpan
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:20caef2b860e68444371f8bc742bd4f91a13ec06.camel@pacbell.net">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div>Thanks very much for the instructions. Everything went OK up
        to the make step, at which point the linker (ld) failed with a
        large number of undefined references. It looks like there are
        some libraries on your system that aren't on mine. Is there any
        easy to find out what they are?</div>
      <div><br>
      </div>
      <div>make was invoked as:</div>
      <div style="margin-left: 3ch;">$ make >& make-out/all</div>
      <div>The output (all) is attached.</div>
      <pre style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-variant-caps: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; widows: auto; word-spacing: 0px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.4); -webkit-text-stroke-width: 0px; text-decoration: none;">
</pre>
      <div>BTW: I was amused by the sig, which was generated by random
        selection from a file of such sigs. Go figure.</div>
      <div><br class="Apple-interchange-newline">
        -- <br>
      </div>
      <pre style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-variant-caps: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; widows: auto; word-spacing: 0px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.4); -webkit-text-stroke-width: 0px; text-decoration: none;">Sincerely Jonathan Ryshpan <<a href="mailto:jonrysh@pacbell.net" moz-do-not-send="true" class="moz-txt-link-freetext">jonrysh@pacbell.net</a>>

        UNIX is user friendly. It's just selective about
        who its friends are. -- Cristian Gafton</pre>
      <div><br>
      </div>
      <div>On Thu, 2022-08-25 at 23:50 -0400, Simon Redman wrote:</div>
      <blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px
        #729fcf solid;padding-left:1ex">
        <div> I also couldn't find kpeoplevcard in the Fedora
          repositories. Looks like there's some kind of unresolved
          discussion about how it should be packaged: <a
            class="moz-txt-link-freetext"
            href="https://bugzilla.redhat.com/show_bug.cgi?id=2041267"
            moz-do-not-send="true">https://bugzilla.redhat.com/show_bug.cgi?id=2041267</a><br>
          <br>
          I built it from source. It's pretty small and easy to build
          and only depends on packages which are available in the repos.
          You can do something like:<br>
          <br>
          mkdir ~/src<br>
          cd ~/src<br>
          git clone <a class="moz-txt-link-freetext"
            href="https://invent.kde.org/pim/kpeoplevcard.git"
            moz-do-not-send="true">https://invent.kde.org/pim/kpeoplevcard.git</a><br>
          cd kpeoplevcard<br>
          mkdir build<br>
          cd build<br>
          cmake -DCMAKE_INSTALL_PREFIX=/usr ~/src/kpeoplevcard/<br>
          (sudo dnf install kf5-X-devel packages until it stops
          complaining)<br>
          make -j8<br>
          sudo make install<br>
          <br>
        </div>
        <div class="moz-cite-prefix">On 8/25/22 22:05, Jonathan Ryshpan
          wrote:<br>
        </div>
        <div> <br>
        </div>
        <blockquote type="cite"
          cite="mid:4a2a973ff0f0604675c0d0d6c18f915a4f5d1245.camel@pacbell.net"
          style="margin:0 0 0 .8ex; border-left:2px #729fcf
          solid;padding-left:1ex">
          <div>
            <meta http-equiv="content-type" content="text/html;
              charset=UTF-8">
          </div>
          <div>kpeoplevcard doesn't seem to be available from Fedora
            repos:</div>
          <div style="margin-left: 3ch;"><font face="monospace">$ dnf
              provides '*/kpeoplevcard'</font></div>
          <div style="margin-left: 3ch;"><font face="monospace">Last
              metadata expiration check: 3 days, 0:35:59 ago on Mon 22
              Aug 2022 06:07:04 PM PDT.</font></div>
          <div style="margin-left: 3ch;"><font face="monospace">Error:
              No matches found.</font></div>
          <div><span></span></div>
        </blockquote>
      </blockquote>
      <div><br>
      </div>
    </blockquote>
    <br>
  </body>
</html>