bmp播放ape的插件
-
- 帖子: 3025
- 注册时间: 2005-05-07 23:57
- 联系:
- ct
- 帖子: 2201
- 注册时间: 2005-04-06 21:15
- 来自: 安徽黄山
- 联系:
-
- 帖子: 3025
- 注册时间: 2005-05-07 23:57
- 联系:
-
- 帖子: 3025
- 注册时间: 2005-05-07 23:57
- 联系:
昨天折腾BMP的,死都编译安装不上。今天一早倒编译成功了XMMS的:
先编译安装mac-3.99-u4-b3.tar.bz2,接着是xmms-mac-0.3.1.tar.gz
然后连XMMS-WMA这个也编译装上了。靠!
再想编译装一下那个bmp-mac-0.1.1.tar.gz,,,,可是,仍是有错误发生!真是晕了!唉!
附上编译过程代码,希望能有高手指点一下。
先编译安装mac-3.99-u4-b3.tar.bz2,接着是xmms-mac-0.3.1.tar.gz
然后连XMMS-WMA这个也编译装上了。靠!
再想编译装一下那个bmp-mac-0.1.1.tar.gz,,,,可是,仍是有错误发生!真是晕了!唉!
附上编译过程代码,希望能有高手指点一下。
代码: 全选
yongyi@yongyi:/usr/local/src/bmp-mac-0.1.1$ sudo ./configure
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 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 ANSI C... 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 egrep... 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 f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... 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 if gcc static flag works... 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 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... yes
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++ 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
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking whether make sets $(MAKE)... (cached) yes
checking for pkg-config... /usr/bin/pkg-config
checking for glib-2.0... yes
checking GLIB_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking GLIB_LIBS... -lglib-2.0
checking for gtk+-2.0... yes
checking GTK_CFLAGS... -DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking GTK_LIBS... -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking for bmp... yes
checking BMP_CFLAGS... -DXTHREADS -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2
checking BMP_LIBS... -lbeep -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking mac/config.h usability... yes
checking mac/config.h presence... yes
checking for mac/config.h... yes
checking mac/NoWindows.h usability... yes
checking mac/NoWindows.h presence... yes
checking for mac/NoWindows.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for DecompressFile in -lmac... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/version.h
config.status: creating config.h
config.status: executing depfiles commands
Build options:
bmp-mac 0.1.1
enable-local no
代码: 全选
yongyi@yongyi:/usr/local/src/bmp-mac-0.1.1$ sudo make clean;make
Making clean in src
make[1]: Entering directory `/usr/local/src/bmp-mac-0.1.1/src'
rm -rf .libs _libs
rm -f fileinfo fileinfo
test -z "libbmp-mac.la" || rm -f libbmp-mac.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
make[1]: Leaving directory `/usr/local/src/bmp-mac-0.1.1/src'
Making clean in .
make[1]: Entering directory `/usr/local/src/bmp-mac-0.1.1'
rm -rf .libs _libs
rm -f *.lo
make[1]: Leaving directory `/usr/local/src/bmp-mac-0.1.1'
make all-recursive
make[1]: Entering directory `/usr/local/src/bmp-mac-0.1.1'
Making all in src
make[2]: Entering directory `/usr/local/src/bmp-mac-0.1.1/src'
if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -DXTHREADS -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -s -O3 -Wall -pedantic -DBUILD_CROSS_PLATFORM -DGTK_DISABLE_DEPRECATED -g -O2 -MT libbmp_mac_la-mac.lo -MD -MP -MF ".deps/libbmp_mac_la-mac.Tpo" -c -o libbmp_mac_la-mac.lo `test -f 'mac.cpp' || echo './'`mac.cpp; \
then mv -f ".deps/libbmp_mac_la-mac.Tpo" ".deps/libbmp_mac_la-mac.Plo"; else rm -f ".deps/libbmp_mac_la-mac.Tpo"; exit 1; fi
mkdir .libs
g++ -DHAVE_CONFIG_H -I. -I. -I.. -DXTHREADS -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -s -O3 -Wall -pedantic -DBUILD_CROSS_PLATFORM -DGTK_DISABLE_DEPRECATED -g -O2 -MT libbmp_mac_la-mac.lo -MD -MP -MF .deps/libbmp_mac_la-mac.Tpo -c mac.cpp -fPIC -DPIC -o .libs/libbmp_mac_la-mac.o
cc1plus
:
Permission
denied
:
opening
dependency
file
.deps/libbmp_mac_la-mac.Tpo
make[2]: *** [libbmp_mac_la-mac.lo] Error 1
make[2]: Leaving directory `/usr/local/src/bmp-mac-0.1.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/bmp-mac-0.1.1'
make: *** [all] Error 2
-
- 帖子: 3025
- 注册时间: 2005-05-07 23:57
- 联系:
- Arete
- 帖子: 74
- 注册时间: 2005-10-05 11:15
- 来自: http://bulaoge.com/?arete
- 联系:
Re: bmp播放ape的插件
不知是什么,先谢了!freeflying 写了:在ubuntu下编译的,解开后:
dpkg -i *.deb
-
- 帖子: 43
- 注册时间: 2005-09-16 7:32
参考了几个帖子,我也有点糊涂(最好有达人解说一下,这样也不是办法),不过是装上了XMMS的APE
cp libmac.so.2.0.0 and libxmms-mac.so to /usr/lib/xmms/Input
dpkg -i mac-3.99-u4-b2_b2-1_i386.deb
不过我之前装上了xmms-dev:apt-get install xmms-dev(这一步不知道是不是必须的,我先装过也懒的再试了)
文件我也是根据论坛的帖子找到的,忘了地址,我直接上传附件了
cp libmac.so.2.0.0 and libxmms-mac.so to /usr/lib/xmms/Input
dpkg -i mac-3.99-u4-b2_b2-1_i386.deb
不过我之前装上了xmms-dev:apt-get install xmms-dev(这一步不知道是不是必须的,我先装过也懒的再试了)
文件我也是根据论坛的帖子找到的,忘了地址,我直接上传附件了
- 附件
-
- xmms-mac.tar.gz
- (531.25 KiB) 已下载 119 次
-
- 帖子: 77
- 注册时间: 2005-11-01 12:43
- 联系:
- Element
- 帖子: 3537
- 注册时间: 2005-09-10 16:04
- 来自: DG-GD-China
这条命令不对吧,没有and和to吧。z5488 写了:参考了几个帖子,我也有点糊涂(最好有达人解说一下,这样也不是办法),不过是装上了XMMS的APE
cp libmac.so.2.0.0 and libxmms-mac.so to /usr/lib/xmms/Input
dpkg -i mac-3.99-u4-b2_b2-1_i386.deb
不过我之前装上了xmms-dev:apt-get install xmms-dev(这一步不知道是不是必须的,我先装过也懒的再试了)
文件我也是根据论坛的帖子找到的,忘了地址,我直接上传附件了
囧 http://element.blog.ubuntu.org.cn/
Ubuntu Jaunty Jackalope...
AMD Barton 2600+
MSI K7N2 Delta-L
Kingston DDR400 512M*2+256M*1
nVidia FX5200
Seagate 80G(Jaunty Jackalope)
Seagate 160G(XXxxXX)
SyncMaster 732N
Ubuntu Jaunty Jackalope...
AMD Barton 2600+
MSI K7N2 Delta-L
Kingston DDR400 512M*2+256M*1
nVidia FX5200
Seagate 80G(Jaunty Jackalope)
Seagate 160G(XXxxXX)
SyncMaster 732N
-
- 帖子: 69
- 注册时间: 2005-10-23 17:43
- 来自: 地狱