dglwx 发表于 2006-6-23 18:45:12

KMPlayer tar.bz2在FC1下的安装问题

在FC1下安装KMP,./configure成功:
   
      Good - your configure finished. Start make it now
   
    但make的时候出错了,出错信息如下:

    make: *** Error 1
    make: Leaving directory `/usr/soft/KMPlayer/kmplayer-0.9.2a/src'
    make: *** Error 1
    make: Leaving directory `/usr/soft/KMPlayer/kmplayer-0.9.2a'
    make: *** Error 2

何解?求助!

jiangtao9999 发表于 2006-6-23 19:42:18

错误消息太少。

dglwx 发表于 2006-6-23 20:24:51

# make
makeall-recursive
make: Entering directory `/usr/soft/KMPlayer/kmplayer-0.9.2a'
Making all in mimetypes
make: Entering directory `/usr/soft/KMPlayer/kmplayer-0.9.2a/mimetypes'
Making all in application
make: Entering directory `/usr/soft/KMPlayer/kmplayer-0.9.2a/mimetypes/application'
make: Nothing to be done for `all'.
make: Leaving directory `/usr/soft/KMPlayer/kmplayer-0.9.2a/mimetypes/application'
Making all in video
make: Entering directory `/usr/soft/KMPlayer/kmplayer-0.9.2a/mimetypes/video'
Making all in .
make: Entering directory `/usr/soft/KMPlayer/kmplayer-0.9.2a/mimetypes/video'
make: Nothing to be done for `all-am'.
make: Leaving directory `/usr/soft/KMPlayer/kmplayer-0.9.2a/mimetypes/video'
Making all in kde31
make: Entering directory `/usr/soft/KMPlayer/kmplayer-0.9.2a/mimetypes/video/kde31'
make: Nothing to be done for `all'.
make: Leaving directory `/usr/soft/KMPlayer/kmplayer-0.9.2a/mimetypes/video/kde31'
make: Leaving directory `/usr/soft/KMPlayer/kmplayer-0.9.2a/mimetypes/video'
Making all in audio
make: Entering directory `/usr/soft/KMPlayer/kmplayer-0.9.2a/mimetypes/audio'
make: Nothing to be done for `all'.
make: Leaving directory `/usr/soft/KMPlayer/kmplayer-0.9.2a/mimetypes/audio'
make: Entering directory `/usr/soft/KMPlayer/kmplayer-0.9.2a/mimetypes'
make: Nothing to be done for `all-am'.
make: Leaving directory `/usr/soft/KMPlayer/kmplayer-0.9.2a/mimetypes'
make: Leaving directory `/usr/soft/KMPlayer/kmplayer-0.9.2a/mimetypes'
Making all in protocols
make: Entering directory `/usr/soft/KMPlayer/kmplayer-0.9.2a/protocols'
make: Nothing to be done for `all'.
make: Leaving directory `/usr/soft/KMPlayer/kmplayer-0.9.2a/protocols'
Making all in src
make: Entering directory `/usr/soft/KMPlayer/kmplayer-0.9.2a/src'
if /bin/sh ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I..-I/usr/include/kde/kio-I/usr/include/kde -I/usr/lib/qt-3.1/include -I/usr/X11R6/include-DQT_THREAD_SUPPORT-D_REENTRANT-Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common-MT kmplayer_part.lo -MD -MP -MF ".deps/kmplayer_part.Tpo" -c -o kmplayer_part.lo kmplayer_part.cpp; \
then mv -f ".deps/kmplayer_part.Tpo" ".deps/kmplayer_part.Plo"; else rm -f ".deps/kmplayer_part.Tpo"; exit 1; fi
In file included from kmplayerpartbase.h:22,
               from kmplayer_part.h:23,
               from kmplayer_part.cpp:45:
kmplayer_def.h:31:23: kdemacros.h: No such file or directory
In file included from kmplayersource.h:28,
               from kmplayerview.h:36,
               from kmplayerpartbase.h:35,
               from kmplayer_part.h:23,
               from kmplayer_part.cpp:45:
kmplayerplaylist.h:281: warning: `inline' is not at beginning of declaration
kmplayerplaylist.h:283: warning: `inline' is not at beginning of declaration
kmplayerplaylist.h:284: warning: `inline' is not at beginning of declaration
kmplayerplaylist.h:285: warning: `inline' is not at beginning of declaration
kmplayerplaylist.h:669: warning: `virtual' is not at beginning of declaration
make: *** Error 1
make: Leaving directory `/usr/soft/KMPlayer/kmplayer-0.9.2a/src'
make: *** Error 1
make: Leaving directory `/usr/soft/KMPlayer/kmplayer-0.9.2a'
make: *** Error 2

jiangtao9999 发表于 2006-6-23 20:55:35

KDE 版本过旧或者过新,或者没有 kde 相关开发包
页: [1]
查看完整版本: KMPlayer tar.bz2在FC1下的安装问题