bmp 支持wma的补丁非得编译么? (及相关几个问题,皮肤)

Totem,mplayer,sopcast,realplayer,bmp
回复
头像
firingstone
帖子: 336
注册时间: 2005-07-11 17:37
来自: 浙江

bmp 支持wma的补丁非得编译么? (及相关几个问题,皮肤)

#1

帖子 firingstone » 2005-10-21 16:29

实验了一下网上说的编译的方法,发现老是出错装不上去,有没有简单一点的办法(比如xmms,直接安装个plug-in就可以了, 而且bmp不是基于xmms的么?),
而且奇怪的是我的bmp现在一次只能放一首或者单曲循环,不能按照播放列表连续放歌,
还有源上的bmp-skins呢,为什么apt-get 不到啊?
上次由 firingstone 在 2005-10-24 16:34,总共编辑 1 次。
ubuntu 5.10 +windowsxpsp2
HP NX6120
PM1.6+512M DDR333+915GM+40G HD+Combo

Life is Struggle!
BIN
帖子: 91
注册时间: 2005-05-20 13:49

#2

帖子 BIN » 2005-10-22 22:07

不想编译也行啊,这里有个.deb包,下来解压直接装上吧
附件
bmp-wma_0.1.1_i386.deb.tar
(80 KiB) 已下载 188 次
头像
Arete
帖子: 74
注册时间: 2005-10-05 11:15
来自: http://bulaoge.com/?arete
联系:

#3

帖子 Arete » 2005-10-23 8:58

楼上给的我装了,播放某些wma时会导致beep崩溃。
是系统不同吗?

此外,我下载bmp-wma-0.1.1源码包make时的错误是:
make
make all-recursive
make[1]: Entering directory `/home/arete/bmp-wma-0.1.1'
Making all in src
make[2]: Entering directory `/home/arete/bmp-wma-0.1.1/src'
Making all in libffwma
make[3]: Entering directory `/home/arete/bmp-wma-0.1.1/src/libffwma'
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -g -O2 -MT libffwma_a-allcodecs.o -MD -MP -MF ".deps/libffwma_a-allcodecs.Tpo" -c -o libffwma_a-allcodecs.o `test -f 'allcodecs.c' || echo './'`allcodecs.c; \
then mv -f ".deps/libffwma_a-allcodecs.Tpo" ".deps/libffwma_a-allcodecs.Po"; else rm -f ".deps/libffwma_a-allcodecs.Tpo"; exit 1; fi
In file included from avcodec.h:14,
from allcodecs.c:21:
common.h:72: 错误:数组元素的类型不完全
common.h:74: 错误:数组元素的类型不完全
make[3]: *** [libffwma_a-allcodecs.o] 错误 1
make[3]: Leaving directory `/home/arete/bmp-wma-0.1.1/src/libffwma'
make[2]: *** [all-recursive] 错误 1
make[2]: Leaving directory `/home/arete/bmp-wma-0.1.1/src'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/home/arete/bmp-wma-0.1.1'
make: *** [all] 错误 2

这是什么错误?
freecode
帖子: 118
注册时间: 2005-05-11 8:56

#4

帖子 freecode » 2005-10-23 11:19

有adm64下的吗
BIN
帖子: 91
注册时间: 2005-05-20 13:49

#5

帖子 BIN » 2005-10-23 13:37

AMD64的没有,这个插件在我系统上正常,不过我的音乐文件都是flac格式的,wma极少,这个插件仅仅是有备无患而已。有些wma文件有加密认证,需付费才能使用,可能它不支持?
头像
Arete
帖子: 74
注册时间: 2005-10-05 11:15
来自: http://bulaoge.com/?arete
联系:

#6

帖子 Arete » 2005-10-23 14:43

可能不是加密的问题,因为那些文件在win下播放也没有什么加密。不过倒是与其他正常播放的不同。可能是编码的问题吧。
zengsun
帖子: 334
注册时间: 2005-05-17 14:45

#7

帖子 zengsun » 2005-10-24 12:19

不是其他的问题。你们使用的C语言编译器是4.0的。
先安装gcc的3.x版本
apt-get install gcc-3.4
完成后,在使用./configure CC=gcc-3.4
然后make就OK了! :D
现在还是在学java!
头像
firingstone
帖子: 336
注册时间: 2005-07-11 17:37
来自: 浙江

#8

帖子 firingstone » 2005-10-24 16:15

自己找到了连续播放,
首选项-Playlist-
把Dont advance in the playlist 前 的钩子去掉
皮肤找到
http://www.linuxfans.org/nuke/modules.p ... sc&start=0
有不少,不过自觉好看的不多, 那个QuantumRaspberry还可以。notes也不错。
ubuntu 5.10 +windowsxpsp2
HP NX6120
PM1.6+512M DDR333+915GM+40G HD+Combo

Life is Struggle!
delta2118
帖子: 41
注册时间: 2005-07-15 11:26

#9

帖子 delta2118 » 2005-10-24 22:30

zengsun 写了:不是其他的问题。你们使用的C语言编译器是4.0的。
先安装gcc的3.x版本
apt-get install gcc-3.4
完成后,在使用./configure CC=gcc-3.4
然后make就OK了! :D
我这样编译时出错

代码: 全选

:~/bmp-wma-0.1.1$ ./configure CC=gcc-3.4
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc-3.4
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc-3.4 accepts -g... yes
checking for gcc-3.4 option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc-3.4... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc-3.4... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc-3.4 -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
zengsun
帖子: 334
注册时间: 2005-05-17 14:45

#10

帖子 zengsun » 2005-10-25 12:20

安装g++3.4的编译器。
apt-get install g++-3.4
:!:
真是很奇怪的事,我在安装gcc时,总是会加上g++。
怎么有很多人有gcc却没有g++!
现在还是在学java!
forest_yea
帖子: 10
注册时间: 2005-10-24 18:48

#11

帖子 forest_yea » 2005-10-26 20:26

感谢zengsun,我的问题也一样,用你的方法也解决了,我想网站上的方法是在他们的电脑安装上把所有的编程软件都装上里,而我们默认安装就没有吧,所以他们行,我们就不行。不过我觉得UBUNTU的做法也对,我们这些菜鸟不知道还是不要装那么乱七八糟的越多越乱。简简单单是真。
herohao
帖子: 18
注册时间: 2005-12-08 14:30

#12

帖子 herohao » 2005-12-13 2:26

gcc-3.4可以和gcc-4.0共存,没有什么影响吗??
witness_
帖子: 38
注册时间: 2005-10-27 1:49

#13

帖子 witness_ » 2006-01-04 13:11

明显没事
zz
fresh~
头像
cnshzj007
帖子: 685
注册时间: 2006-05-24 21:38
来自: 上海
联系:

#14

帖子 cnshzj007 » 2006-10-28 14:19

OK.用Gcc3.6就好了,看来还是要学会使用搜索。
我只是一个ARCH的FANS,来自RH和UBUNTU的滋润!
回复