编译安装audacious的ape插件,第一步就打住了

Totem,mplayer,sopcast,realplayer,bmp
头像
haige
帖子: 315
注册时间: 2006-03-16 16:29

编译安装audacious的ape插件,第一步就打住了

#1

帖子 haige » 2007-09-21 8:13

想编译安装audacious的ape播放插件,第一步就打住了。
#安装了编译环境,先安装了audacious1.32,下载了ape的插件包mac0.2的(附件)。执行./configure后出现:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for g++... g++
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 g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
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 grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /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 whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -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 how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for correct ltmain.sh version... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking whether make sets $(MAKE)... (cached) yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for AUDACIOUS... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking mac/config.h usability... no
checking mac/config.h presence... no
checking for mac/config.h... no
configure: error: *** MAC lib headers not installed - please install first ***


这已超出了我的知识范围,哪位知道了指点一下。我用的是7.10
附件
audacious-mac-0.2.0.tar.gz
(312.34 KiB) 已下载 754 次
消除浮躁,静心学习,每天都在进步。
yuan001
帖子: 271
注册时间: 2006-08-26 14:39
来自: nj
联系:

#2

帖子 yuan001 » 2007-09-21 11:10

安装mac-3.99-u4-b5(编译后面的要用到这个)
下载地址 http://sourceforge.net/project/showfile ... _id=123827

已经提示“ MAC lib headers not installed”你安装一下就行了,
编译好上面的东西后,再编译你的audacious-mac-0.2.0.tar.gz
如果还不行,你就去找找libxmms-mac.a libxmms-mac.la libxmms-mac.so
把它们复制到相应软件的Input 文件夹下

ps:全部解决方法google找到的,你自己试试了,应该可以成功,我的bmp装 ape插件,就是直接把文件复制到相应的文件夹下,比编译简单多了
头像
haige
帖子: 315
注册时间: 2006-03-16 16:29

#3

帖子 haige » 2007-09-21 12:58

谢谢!安装成功,我已在听水晶梵音。
消除浮躁,静心学习,每天都在进步。
头像
reulis
帖子: 156
注册时间: 2007-05-26 11:50

#4

帖子 reulis » 2007-09-21 16:47

haige 写了:谢谢!安装成功,我已在听水晶梵音。
呵呵,分享一下安装步骤把,俺差不多就这个还没搞定了,电脑上一堆音乐全是ape,谢谢!
---------------------------------------------------------------------
我终身奋斗的最低革命纲领:农妇__山泉__有点儿田
头像
haige
帖子: 315
注册时间: 2006-03-16 16:29

#5

帖子 haige » 2007-09-26 9:17

1 在源上安装audacious,我是在新立得里带audacious的全安装。
2 安装编译环境
sudo apt-get install build-essential
3 下载mac-3.99-u4-b5(我的附件)
4 下载ape插件audacious-mac-0.2.0.tar.gz(见上附件)
5 先编译mac-3.99-u4-b5
先进入mac-3.99-u4-b5目录。
执行sudo ./configure
sudo make
sudo make install
6 解压audacious-mac-0.2.0.tar.gz后,进入目录,同上操作
7 重启x,打开audacious,手选项-插件看monkey's........前面是否打勾,没打就勾上。
8 开始听吧,支持cue哦。
消除浮躁,静心学习,每天都在进步。
头像
haige
帖子: 315
注册时间: 2006-03-16 16:29

mac-3.99-u4-b5忘了上传附件了

#6

帖子 haige » 2007-09-26 9:21

不好意思,mac-3.99-u4-b5忘了上传附件了。
附件
mac-3.99-u4-b5.tar.gz
(411.36 KiB) 已下载 1370 次
消除浮躁,静心学习,每天都在进步。
arkxu
帖子: 54
注册时间: 2007-09-14 1:12

#7

帖子 arkxu » 2007-10-15 0:31

在./configure /audacious-mac-0.2.0的时候:
checking whether make sets $(MAKE)... (cached) yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for AUDACIOUS... configure: error: Package requirements (audacious >= 1.3) were not met:

No package 'audacious' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables AUDACIOUS_CFLAGS
and AUDACIOUS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

为什么我明明装了audacious 1.3.2却还告诉我找不到audacious??? 奇怪
arkxu
帖子: 54
注册时间: 2007-09-14 1:12

#8

帖子 arkxu » 2007-10-16 0:17

终于搞定了,原来是要装一个
audacious-dev
arkxu 写了:在./configure /audacious-mac-0.2.0的时候:
checking whether make sets $(MAKE)... (cached) yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for AUDACIOUS... configure: error: Package requirements (audacious >= 1.3) were not met:

No package 'audacious' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables AUDACIOUS_CFLAGS
and AUDACIOUS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

为什么我明明装了audacious 1.3.2却还告诉我找不到audacious??? 奇怪
lavaxin
帖子: 17
注册时间: 2007-02-15 22:38
来自: Beijing, China
联系:

#9

帖子 lavaxin » 2007-10-19 23:49

那两个附件都下不下来啊,能重新上传一次吗?
或请发到我的邮箱里:Lavaxin@gmail.com
谢谢!!
aedonig
帖子: 10
注册时间: 2007-10-21 19:50

#10

帖子 aedonig » 2007-10-21 19:55

请问,能说出详细步骤么,谢谢
因为我运行apt-get install audacious-dev的时候出现了这个:
Requested 'audacious >= 1.3' but version of Audacious is 1.2.2

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables AUDACIOUS_CFLAGS
and AUDACIOUS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

arkxu 写了:终于搞定了,原来是要装一个
audacious-dev
arkxu 写了:在./configure /audacious-mac-0.2.0的时候:
checking whether make sets $(MAKE)... (cached) yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for AUDACIOUS... configure: error: Package requirements (audacious >= 1.3) were not met:

No package 'audacious' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables AUDACIOUS_CFLAGS
and AUDACIOUS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

为什么我明明装了audacious 1.3.2却还告诉我找不到audacious??? 奇怪
:cry:
lonestone
帖子: 65
注册时间: 2006-09-10 13:38

#11

帖子 lonestone » 2007-10-24 19:13

haige 写了:1 在源上安装audacious,我是在新立得里带audacious的全安装。
2 安装编译环境
sudo apt-get install build-essential
3 下载mac-3.99-u4-b5(我的附件)
4 下载ape插件audacious-mac-0.2.0.tar.gz(见上附件)
5 先编译mac-3.99-u4-b5
先进入mac-3.99-u4-b5目录。
执行sudo ./configure
sudo make
sudo make install
6 解压audacious-mac-0.2.0.tar.gz后,进入目录,同上操作
7 重启x,打开audacious,手选项-插件看monkey's........前面是否打勾,没打就勾上。
8 开始听吧,支持cue哦。
从我的实际安装来看,这个东西依赖几个包,一个是audacious-dev,一个是libmac2,还有libmac-dev。这些都有了,应该能够成功编译。

另外,源里面有一大堆的audacious插件,可以支持其他很多格式。
mkii
帖子: 50
注册时间: 2007-10-24 12:49

#12

帖子 mkii » 2007-10-25 7:50

haige 写了:1 在源上安装audacious,我是在新立得里带audacious的全安装。
2 安装编译环境
sudo apt-get install build-essential
3 下载mac-3.99-u4-b5(我的附件)
4 下载ape插件audacious-mac-0.2.0.tar.gz(见上附件)
5 先编译mac-3.99-u4-b5
先进入mac-3.99-u4-b5目录。
执行sudo ./configure
sudo make
sudo make install
6 解压audacious-mac-0.2.0.tar.gz后,进入目录,同上操作
7 重启x,打开audacious,手选项-插件看monkey's........前面是否打勾,没打就勾上。
8 开始听吧,支持cue哦。
谢谢。安装成功了。

不过有个奇怪的问题,双击cue或ape文件后提示invalid mac file,但如果用audacious打开同样的文件就完全没有问题
诸葛亮的很
帖子: 10
注册时间: 2007-10-11 22:41

#13

帖子 诸葛亮的很 » 2007-10-28 8:35

还是遇到了那个没有audacious1.3的错误诶~
wdh
帖子: 27
注册时间: 2005-11-21 20:39

#14

帖子 wdh » 2007-10-28 21:37

诸葛亮的很 写了:还是遇到了那个没有audacious1.3的错误诶~
在7.04源里的audacious是1.22版的,要装audacious-mac-0.2,需要1.3版的。
一个办法是下载1.35版源码自己编译。另一个办法是编译编译mac-3.99-u4-b5后在从源里重新安装一下audacious和audacious-mac
zorrow
帖子: 22
注册时间: 2007-10-29 11:53

#15

帖子 zorrow » 2007-10-30 19:13

我在7.10下使用这帖子里的方法无效。
audaciou里显示mac插件已经装好,但是就是放不了ape
wma也是。
回复