Problem Using taglib in Another Project

Steve Matzura sm at noisynotes.com
Wed Sep 11 23:23:44 BST 2024


Scott,


On 9/11/2024 11:13 AM, Scott Wheeler wrote:
>
>> On 11. Sep 2024, at 16:31, Steve Matzura <sm at noisynotes.com> wrote:
>>
>> I'm trying to build EZStream (https://icecast.org/ezstream/) and it 
>> requires something from Taglib, so I built Taglib with the command 
>> described in its INSTALL.md:
>>
>>     cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=Release .
>>
> […]
>>
>> configure: error: libtag_c is missing
>>
>
> My guess is that EZStream is using pkg-config to find TagLib, and you 
> don’t have your pkg-config path set to look in /usr/local:
>
> apple-touch-icon at 2.png
> PKG_CONFIG_PATH environment variable 
> <https://askubuntu.com/questions/210210/pkg-config-path-environment-variable>
> askubuntu.com 
> <https://askubuntu.com/questions/210210/pkg-config-path-environment-variable>
>
> <https://askubuntu.com/questions/210210/pkg-config-path-environment-variable>
> I've seen this article before and followed those directions, but the 
> error persists. I'm thinking when I built taglib, I omitted a 'make' 
> option that included creating libtag_c.pc and saving it somewhere. 
> libtag_C* does not exist on my system. However, taglib_c.pc is right 
> where it should be, in /usr/local/lib/pkgconfig.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/taglib-devel/attachments/20240911/178438f6/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: apple-touch-icon at 2.png
Type: image/png
Size: 6157 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/taglib-devel/attachments/20240911/178438f6/attachment-0001.png>


More information about the taglib-devel mailing list