QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

楼主: 小锁

欢迎大家来测试歌词秀(Xlyrics)

[复制链接]
发表于 2005-5-30 13:47:08 | 显示全部楼层
今天下载编译安装成功了,不过编译bmp的插件的时候,要指定PKG_CONFIG_PATH,要不然的话找不到bmp.pc这个文件,就不能安装成功,发觉这个插件对xmms的支持要好过bmp,用bmp起用这个插件的话,有时候连续播放几首歌曲的时候,它会使bmp自动退出,而插件则失去响应?我用的fc3,bmp
0.9.7,不知道有朋友碰到过没有????
回复

使用道具 举报

发表于 2005-5-30 13:47:37 | 显示全部楼层
今天下载编译安装成功了,不过编译bmp的插件的时候,要指定PKG_CONFIG_PATH,要不然的话找不到bmp.pc这个文件,就不能安装成功,发觉这个插件对xmms的支持要好过bmp,用bmp起用这个插件的话,有时候连续播放几首歌曲的时候, 它会使bmp自动退出,而插件则失去响应?我用的fc3,bmp
0.9.7,不知道有朋友碰到过没有????
回复

使用道具 举报

发表于 2005-6-2 14:54:53 | 显示全部楼层
Can not open lyrics file to write at /usr/lib/xlyrics/downloadlyrics.pl line 42.
回复

使用道具 举报

 楼主| 发表于 2005-6-2 22:10:15 | 显示全部楼层
apeter_2000, 请设置歌词路径并且保证目录可写。
回复

使用道具 举报

发表于 2005-6-26 19:42:25 | 显示全部楼层
./configure一切正常,make时候出现下述错误,请帮忙看看是怎么回事呢?

make: *** 没有指明目标并且找不到 makefile。 停止。
回复

使用道具 举报

发表于 2005-6-26 19:46:25 | 显示全部楼层
./configure时候有一项是这样的:

checking whether to enable maintainer-specific portions of Makefiles... no

不知道有否关系。
回复

使用道具 举报

 楼主| 发表于 2005-6-27 01:43:37 | 显示全部楼层
makefile 没有生成,请贴图更多的./configure信息,
最后5行至少。
回复

使用道具 举报

发表于 2005-6-27 13:57:38 | 显示全部楼层
至此开始
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 gcc... gcc
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 accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for strerror in -lcposix... no
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for inline... inline
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 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 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++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
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 for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ranlib... (cached) ranlib
checking for an ANSI C-conforming const... yes
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether integer division by zero raises SIGFPE... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unsigned long long... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... /bin/sh: ./config.rpath: No such file or directory
done
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for fgets_unlocked... yes
checking for getc_unlocked... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for __fsetlocking... yes
checking for iconv... yes
checking for iconv declaration...
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... bison
checking version of bison... 1.875, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for pkg-config... /usr/bin/pkg-config
checking for gtk+-2.0 >= 2.4.0 gdk-2.0 >= 2.4.0  glib-2.0 >= 2.4.0...

至此为止,确实没生成Makefile,麻烦小锁兄了~
回复

使用道具 举报

 楼主| 发表于 2005-6-28 09:32:33 | 显示全部楼层
gtk+-2.0的开发包没装吧!
回复

使用道具 举报

发表于 2005-6-28 14:04:53 | 显示全部楼层
哎...我apt-get install libgtk+2.0-devel,它要求装libxft-dev,但是后者又需要libxft2_2.1.2-6,而且必须是等于,但是我的系统装的2.1.7-1,没办法了...如果apt-get remove的话要remove一大堆软件包,我不敢下手了...
不过还是谢谢小锁兄弟的耐心解答!
回复

使用道具 举报

 楼主| 发表于 2005-6-30 01:05:55 | 显示全部楼层
gtk+-2.0是相对于gtk+-1.x系列说的,可是说gtk+-2.x都属于gtk+-2.0系列,所以说你没有必要在apt-get的时候指定版本号,这样就不会强制很多东西了。
回复

使用道具 举报

发表于 2005-7-1 13:07:24 | 显示全部楼层
下不下?
回复

使用道具 举报

 楼主| 发表于 2005-7-1 22:36:50 | 显示全部楼层
多试几次,linuxfans的问题,老久了。
回复

使用道具 举报

发表于 2005-9-15 18:25:29 | 显示全部楼层
我装了xmms-dev包,可是启动xmms还是找不着xlyrics,请帮忙,谢谢!
Debian sid
回复

使用道具 举报

发表于 2005-9-15 21:52:50 | 显示全部楼层
已解决.先装xmms-dev,再编译xlyrics安装就行了.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-4-24 00:02 , Processed in 0.160342 second(s), 13 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表