|
audacious安装了,不过没装插件什么都放不了,装源里的插件没用。出错信息:
In file included from mpg123.c:1:
mpg123.h:14:19: error: tag_c.h: No such file or directory
mpg123.c: In function ‘get_song_tuple’:
mpg123.c:541: error: ‘TagLib_File’ undeclared (first use in this function)
mpg123.c:541: error: (Each undeclared identifier is reported only once
mpg123.c:541: error: for each function it appears in.)
mpg123.c:541: error: ‘taglib_file’ undeclared (first use in this function)
mpg123.c:542: error: ‘TagLib_Tag’ undeclared (first use in this function)
mpg123.c:542: error: ‘taglib_tag’ undeclared (first use in this function)
mpg123.c:562: warning: passing argument 1 of ‘g_strdup’ makes pointer from integer without a cast
mpg123.c:563: warning: passing argument 1 of ‘g_strdup’ makes pointer from integer without a cast
mpg123.c:564: warning: passing argument 1 of ‘g_strdup’ makes pointer from integer without a cast
mpg123.c:572: warning: passing argument 1 of ‘g_strdup’ makes pointer from integer without a cast
mpg123.c:573: warning: passing argument 1 of ‘g_strdup’ makes pointer from integer without a cast
make[3]: *** [mpg123.o] 错误 1
make[2]: *** [build] 错误 2
make[1]: *** [build] 错误 2
make: *** [build] 错误 2
ubuntu 6.10 |
|