Problem Using taglib in Another Project
Steve Matzura
sm at noisynotes.com
Wed Sep 11 15:31:43 BST 2024
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 .
make
sudo make install
That went perfectly OK.
Then I tried to run the EZStream configure script and got the following:
...
checking tag_c.h usability... yes
checking tag_c.h presence... yes
checking for tag_c.h... yes
checking if libtag_c works... no
checking if libtag_c works with -ltag -lstdc++ -lz... no
checking for libtag_c... no
configure: error: libtag_c is missing
What did I do wrong?
TIA
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/taglib-devel/attachments/20240911/606bea62/attachment.htm>
More information about the taglib-devel
mailing list