|
楼主 |
发表于 2006-6-23 20:24:51
|
显示全部楼层
[root@localhost kmplayer-0.9.2a]# make
make all-recursive
make[1]: Entering directory `/usr/soft/KMPlayer/kmplayer-0.9.2a'
Making all in mimetypes
make[2]: Entering directory `/usr/soft/KMPlayer/kmplayer-0.9.2a/mimetypes'
Making all in application
make[3]: Entering directory `/usr/soft/KMPlayer/kmplayer-0.9.2a/mimetypes/application'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/soft/KMPlayer/kmplayer-0.9.2a/mimetypes/application'
Making all in video
make[3]: Entering directory `/usr/soft/KMPlayer/kmplayer-0.9.2a/mimetypes/video'
Making all in .
make[4]: Entering directory `/usr/soft/KMPlayer/kmplayer-0.9.2a/mimetypes/video'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/usr/soft/KMPlayer/kmplayer-0.9.2a/mimetypes/video'
Making all in kde31
make[4]: Entering directory `/usr/soft/KMPlayer/kmplayer-0.9.2a/mimetypes/video/kde31'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/usr/soft/KMPlayer/kmplayer-0.9.2a/mimetypes/video/kde31'
make[3]: Leaving directory `/usr/soft/KMPlayer/kmplayer-0.9.2a/mimetypes/video'
Making all in audio
make[3]: Entering directory `/usr/soft/KMPlayer/kmplayer-0.9.2a/mimetypes/audio'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/soft/KMPlayer/kmplayer-0.9.2a/mimetypes/audio'
make[3]: Entering directory `/usr/soft/KMPlayer/kmplayer-0.9.2a/mimetypes'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/usr/soft/KMPlayer/kmplayer-0.9.2a/mimetypes'
make[2]: Leaving directory `/usr/soft/KMPlayer/kmplayer-0.9.2a/mimetypes'
Making all in protocols
make[2]: Entering directory `/usr/soft/KMPlayer/kmplayer-0.9.2a/protocols'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/soft/KMPlayer/kmplayer-0.9.2a/protocols'
Making all in src
make[2]: 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[2]: *** [kmplayer_part.lo] Error 1
make[2]: Leaving directory `/usr/soft/KMPlayer/kmplayer-0.9.2a/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/soft/KMPlayer/kmplayer-0.9.2a'
make: *** [all] Error 2 |
|