代码: 全选
linux-gme6:/home/wwkwkj/downloads/iceplayer-4.0.5-20110520 # ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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 ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
Package gstreamer-0.10 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gstreamer-0.10.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gstreamer-0.10' found
Package gstreamer-0.10 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gstreamer-0.10.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gstreamer-0.10' found
checking for `pkg-config gtk+-2.0 --libs``pkg-config --libs gstreamer-0.10` -lX11 -lnotify in -l`pkg-config gtk+-2.0 --libs``pkg-config --libs gstreamer-0.10` -lX11 -lnotify... Package gstreamer-0.10 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gstreamer-0.10.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gstreamer-0.10' found
Package gstreamer-0.10 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gstreamer-0.10.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gstreamer-0.10' found
Package gstreamer-0.10 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gstreamer-0.10.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gstreamer-0.10' found
no
checking how to run the C preprocessor... gcc -E
checking for X... libraries , headers
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -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 core.h usability... no
checking core.h presence... no
checking for core.h... no
checking keybinding.h usability... no
checking keybinding.h presence... no
checking for keybinding.h... no
checking update.h usability... no
checking update.h presence... no
checking for update.h... no
checking about.h usability... no
checking about.h presence... no
checking for about.h... no
checking help.h usability... no
checking help.h presence... no
checking for help.h... no
checking mini.h usability... no
checking mini.h presence... no
checking for mini.h... no
checking desktop_lrc.h usability... no
checking desktop_lrc.h presence... no
checking for desktop_lrc.h... no
checking list.h usability... no
checking list.h presence... no
checking for list.h... no
checking widget_lrc.h usability... no
checking widget_lrc.h presence... no
checking for widget_lrc.h... no
checking common.h usability... no
checking common.h presence... no
checking for common.h... no
checking id3.h usability... no
checking id3.h presence... no
checking for id3.h... no
checking single.h usability... no
checking single.h presence... no
checking for single.h... no
checking download.h usability... no
checking download.h presence... no
checking for download.h... no
checking lrc.h usability... no
checking lrc.h presence... no
checking for lrc.h... no
checking configure.h usability... no
checking configure.h presence... no
checking for configure.h... no
checking instance.h usability... no
checking instance.h presence... no
checking for instance.h... no
checking ui.h usability... no
checking ui.h presence... no
checking for ui.h... no
checking equalizer.h usability... no
checking equalizer.h presence... no
checking for equalizer.h... no
checking for inline... inline
checking for ssize_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for X... no
checking for $CC... no
checking for -c... no
checking for $CFLAGS... no
checking for $CPPFLAGS... no
checking for conftest.$ac_ext... no
checking for >&5... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating data/Makefile
config.status: creating data/skin/Makefile
config.status: creating data/skin/blue_life_slax/Makefile
config.status: creating data/skin/koukou_slax/Makefile
config.status: creating data/skin/mac_slax/Makefile
config.status: creating data/skin/new_style_slax/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
代码: 全选
linux-gme6:/home/wwkwkj/downloads/iceplayer-4.0.5-20110520 # make
.........................
...........................
gcc -DHAVE_CONFIG_H -I. `pkg-config gtk+-2.0 --cflags` `pkg-config --cflags gstreamer-0.10` -g -O2 -MT common.o -MD -MP -MF .deps/common.Tpo -c -o common.o common.c
common.c:4:30: fatal error: libnotify/notify.h: 没有那个文件或目录
compilation terminated.
make[2]: *** [common.o] 错误 1
make[2]: 离开目录“/home/wwkwkj/downloads/iceplayer-4.0.5-20110520”
make[1]: *** [all-recursive] 错误 1
make[1]: 离开目录“/home/wwkwkj/downloads/iceplayer-4.0.5-20110520”
make: *** [all] 错误 2
代码: 全选
common.c:4:30: fatal error: libnotify/notify.h: 没有那个文件或目录
发现编译安装软件时候会出现好多错误,那位前辈有关于编译安装软件的指导手册啊?
不胜感激!