<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">On 9/12/2024 8:59 PM, Scott Wheeler
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:73DF0B69-9C65-411D-B2F2-0EDBCB5A4E61@taglib.org">
      <pre wrap="" class="moz-quote-pre">

</pre>
      <blockquote type="cite">
        <pre wrap="" class="moz-quote-pre">On 12. Sep 2024, at 18:35, Steve Matzura <a class="moz-txt-link-rfc2396E" href="mailto:sm@noisynotes.com"><sm@noisynotes.com></a> wrote:

I did exactly that. But the file and question isn’t there. It just plain isn’t. I even tried something dumb: I defined the environment variable in question with and without the colon. Nothing helped.
</pre>
      </blockquote>
      <pre wrap="" class="moz-quote-pre">
Ah, sorry, I missed that you didn’t include:

-DBUILD_SHARED_LIBS=On

In your initial CMake command line options.  You have to have that there to tell TagLib to build the shared libraries (instead of just static libraries).
</pre>
    </blockquote>
    <p>That never occurred to me. Yes, it worked--i.e., I got the
      libtag_c.pc out of it.</p>
    <p><br>
    </p>
    <p>I also discovered that EZstream is in the standard Ubuntu distro,
      I never actually had to build it myself. This is one of those
      forests-and-trees situations--I would bet a lot of money that I
      tried installing it from distro and it couldn't find it. That's
      what set me on the path of building it from source in the first
      place. I learned two things from this experience> One, watch
      what I'm doing, and two, use a test environment to try build
      options I would not ordinarily consider in order to learn how the
      final output changes. OH yes, and 3, remember to click the 'reply
      to list' button instead of the 'reply to sender' button. ;-)<br>
    </p>
  </body>
</html>