|
From: Gian P. M. <the...@gm...> - 2008-02-12 16:42:31
|
Sciamano escribió: > -DPIXMAPSDIR=\""/usr/local/share/pixmaps"\" -g -O2 -MT tagfile.o > -MD -MP -MF .deps/tagfile.Tpo -c -o tagfile.o tagfile.c > tagfile.c:22:26: error: taglib/tag_c.h: No such file or directory > tagfile.c: In function 'remove_tag_from_file': > tagfile.c:32: error: 'TagLib_File' undeclared (first use in this function) > tagfile.c:32: error: (Each undeclared identifier is reported only once > tagfile.c:32: error: for each function it appears in.) > tagfile.c:32: error: 'file' undeclared (first use in this function) > tagfile.c: In function 'get_tag_for_file': > tagfile.c:53: error: 'TagLib_Tag' undeclared (first use in this function) > tagfile.c:53: error: 'tag' undeclared (first use in this function) > tagfile.c:54: error: expected '=', ',', ';', 'asm' or '__attribute__' > before '*' token > tagfile.c:54: error: 'properties' undeclared (first use in this function) > tagfile.c:55: error: 'TagLib_File' undeclared (first use in this function) > tagfile.c:55: error: 'file' undeclared (first use in this function) > tagfile.c:67: warning: initialization makes pointer from integer without a cast > tagfile.c:70: warning: initialization makes pointer from integer without a cast > tagfile.c:73: warning: initialization makes pointer from integer without a cast > tagfile.c:76: warning: initialization makes pointer from integer without a cast > tagfile.c: In function 'set_tag_for_file': > tagfile.c:94: error: 'TagLib_Tag' undeclared (first use in this function) > tagfile.c:94: error: 'tag' undeclared (first use in this function) > tagfile.c:95: error: expected '=', ',', ';', 'asm' or '__attribute__' > before '*' token > tagfile.c:95: error: 'properties' undeclared (first use in this function) > tagfile.c:96: error: 'TagLib_File' undeclared (first use in this function) > tagfile.c:96: error: 'file' undeclared (first use in this function) > make[1]: *** [tagfile.o] Error 1 > make[1]: Leaving directory `/home/luca/Sources/gnomad2-2.9.1/src' > make: *** [all-recursive] Error 1 > ------------end---------- > > I can't figure out what's wrong... > > You seem to be missing libtag-devel or its equivalent for the distribution you are using. |