pragha-music-player / pragha

Pragha is a Lightweight Music Player for GNU/Linux.
GNU General Public License v3.0
178 stars 35 forks source link

Cannot compile on Debian sid x86 #34

Closed guerinlviv closed 12 years ago

guerinlviv commented 12 years ago

Hello. I'm a real fan of Pragha and I was using it on my testing x86 for a long time. It was always compiling well. But now i moved to a clean unstable debian and i cannot compile player. Also i tried to compile it on clean x86_64 testing debian but it shows the same error. I have all needed libraries installed and configure goes well. But make doesn't work. Maybe i must install some extra packages? Here is the error daniel@debian:~/Sources/pragha-1.1.0.1$ make make all-recursive make[1]: Entering directory /home/daniel/Sources/pragha-1.1.0.1' Making all in po make[2]: Entering directory/home/daniel/Sources/pragha-1.1.0.1/po' make[2]: Nothing to be done for all'. make[2]: Leaving directory/home/daniel/Sources/pragha-1.1.0.1/po' Making all in src make[2]: Entering directory /home/daniel/Sources/pragha-1.1.0.1/src' CC pragha-cdda.o In file included from cdda.c:19:0: pragha.h:67:19: fatal error: tag_c.h: No such file or directory compilation terminated. make[2]: *** [pragha-cdda.o] Error 1 make[2]: Leaving directory/home/daniel/Sources/pragha-1.1.0.1/src' make[1]: * [all-recursive] Error 1 make[1]: Leaving directory `/home/daniel/Sources/pragha-1.1.0.1' make: * [all] Error 2

ghost commented 12 years ago

fatal error: tag_c.h: Нет такого файла или каталога

You're lucky I speak Russian. Ensure taglibc-devel is installed.

guerinlviv commented 12 years ago

Oh sorry, I didn't notice it. This means "No such file or directory" Thanks, also there is no such package in Debian repository but I installed libtagc0-dev and it works now :)