Compile C++/TagLib with g++?
Θεόφιλος Ιντζόγλου
int.teo at gmail.com
Tue Jun 28 17:47:31 CEST 2011
ΣÏÎ¹Ï Î¤Ïι 28 ÎοÏ
ν 2011 00:52:37 Phong Cao γÏάÏαÏε:
> Hello everybody,
>
> I am trying to build a small music manager that uses TagLib to read metadata
> from audio streams. However, I was unable to compile the program. Here is
> what I tried:
>
> g++ -g /home/phongcao/dingo/main.cc -o /home/phongcao/dingo/main `pkg-config
> taglib-config --cflags --libs gtkmm-2.4`
>
Try:
g++ -g /home/phongcao/dingo/main.cc -o /home/phongcao/dingo/main `pkg-config
taglib --cflags --libs gtkmm-2.4`
(replace taglib-config with taglib)
The pkg-config file is named taglib, however there is also a script named
taglib-config that does something similar.
More information about the taglib-devel
mailing list