请前辈帮忙看看编译问题

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
头像
qq52073344
帖子: 169
注册时间: 2006-12-07 6:38
联系:

请前辈帮忙看看编译问题

#1

帖子 qq52073344 » 2007-05-06 12:24

liujian@liujian-laptop:~/DOWNLOAD/xvidcap-1.1.5$ ./configure
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 style of include used by make... GNU
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 ISO C89... none needed
checking dependency style of gcc... gcc3
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking for iconv... /usr/bin/iconv
checking for msgfmt... msgfmt
checking for msgmerge... msgmerge
checking for xgettext... xgettext
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking for gawk... (cached) gawk
checking for bc... /usr/bin/bc
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for scrollkeeper-config... /usr/bin/scrollkeeper-config
checking for docbook2x-man... /usr/bin/docbook2x-man
checking for xml2po... /usr/bin/xml2po
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 build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for PACKAGE... yes
checking for XmuClientWindow in -lXmu... no
Couldn't find libXmu in LD_LIBRARY_PATH, checking X11 paths
checking for XmuClientWindow in -lXmu... no
libXmu required for drawing the frame around the area to capture
liujian@liujian-laptop:~/DOWNLOAD/xvidcap-1.1.5$
编译不了 不知道问题出在哪里
头像
anticlockwise
帖子: 2394
注册时间: 2007-03-01 20:46
来自: 湖南长沙

#2

帖子 anticlockwise » 2007-05-06 12:27

sudo apt-get install libxmu-dev
缺少了这个包~~
头像
qq52073344
帖子: 169
注册时间: 2006-12-07 6:38
联系:

#3

帖子 qq52073344 » 2007-05-06 13:24

奇怪,他安装的时候怎么不提示缺少 libxmu-dev 呢
头像
qq52073344
帖子: 169
注册时间: 2006-12-07 6:38
联系:

#4

帖子 qq52073344 » 2007-05-06 13:37

:cry: :cry: 还是不行阿
itch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -O3 -I"/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg" -I"/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg" -I"/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg"/libavutil -I"/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg"/libavcodec -I"/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg"/libavformat -I"/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg"/libswscale -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -c -o ffmpeg.o ffmpeg.c
In file included from avformat.h:36,
from ffmpeg.c:24:
avcodec.h:2437: warning: 'ImgReSampleContext' is deprecated
avcodec.h:2440: warning: 'ImgReSampleContext' is deprecated
In file included from ffmpeg.c:24:
avformat.h:258: warning: 'AVFrac' is deprecated
gcc -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -O3 -I"/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg" -I"/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg" -I"/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg"/libavutil -I"/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg"/libavcodec -I"/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg"/libavformat -I"/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg"/libswscale -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -c -o cmdutils.o cmdutils.c
In file included from avformat.h:36,
from cmdutils.c:22:
avcodec.h:2437: warning: 'ImgReSampleContext' is deprecated
avcodec.h:2440: warning: 'ImgReSampleContext' is deprecated
In file included from cmdutils.c:22:
avformat.h:258: warning: 'AVFrac' is deprecated
gcc -L"/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg"/libavformat -L"/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg"/libavcodec -L"/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg"/libavutil -Wl,--warn-common -pthread -rdynamic -export-dynamic -Wl,--as-needed -Wl,-rpath-link,"/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg"/libavcodec -Wl,-rpath-link,"/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg"/libavformat -Wl,-rpath-link,"/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg"/libavutil -g -L./libswscale -o ffmpeg_g ffmpeg.o cmdutils.o -lavformat -lavcodec -lavutil -lm -lz -ldl -lswscale
cp -p ffmpeg_g ffmpeg
strip ffmpeg
checking for av_rescale in -lavutil... (static?) ... yes
checking for sws_scale in -lswscale... (static?) ... yes
checking for avcodec_encode_video in -lavcodec... (static?) ... yes
checking for av_write_header in -lavformat... (static?) ... yes
checking for avcodec_decode_audio in -lavcodec... (static?) ... yes
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for stdint.h... (cached) yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking stat.h usability... no
checking stat.h presence... no
checking for stat.h... no
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for an ANSI C-conforming const... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc needs -traditional... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for fdatasync... yes
checking for gettimeofday... yes
checking for memmove... yes
checking for memset... yes
checking for munmap... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strstr... yes
checking for getopt_long... yes
configure: creating ./config.status
config.status: creating doc/Makefile
config.status: creating doc/xvidcap/Makefile
config.status: creating doc/xvidcap/C/Makefile
config.status: creating doc/xvidcap/de/Makefile
config.status: creating doc/xvidcap/it/Makefile
config.status: creating doc/xvidcap/es/Makefile
config.status: creating doc/man/Makefile
config.status: creating doc/man/C/Makefile
config.status: creating doc/man/de/Makefile
config.status: creating doc/man/it/Makefile
config.status: creating doc/man/es/Makefile
config.status: creating po/Makefile.in
config.status: creating debian/Makefile
config.status: creating src/Makefile
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing intltool commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands
liujian@liujian-laptop:~/DOWNLOAD/xvidcap-1.1.5$ make
make all-recursive
make[1]: Entering directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5'
Making all in doc
make[2]: Entering directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/doc'
Making all in xvidcap
make[3]: Entering directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/doc/xvidcap'
Making all in C
make[4]: Entering directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/doc/xvidcap/C'
for file in xvidcap-C.omf; do \
scrollkeeper-preinstall /usr/local/share/gnome/help/xvidcap/C/xvidcap.xml ./$file ./$file.out; \
done
touch omf_timestamp
make[4]: Leaving directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/doc/xvidcap/C'
Making all in de
make[4]: Entering directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/doc/xvidcap/de'
for file in xvidcap-de.omf; do \
scrollkeeper-preinstall /usr/local/share/gnome/help/xvidcap/de/xvidcap.xml ./$file ./$file.out; \
done
touch omf_timestamp
make[4]: Leaving directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/doc/xvidcap/de'
Making all in it
make[4]: Entering directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/doc/xvidcap/it'
for file in xvidcap-it.omf; do \
scrollkeeper-preinstall /usr/local/share/gnome/help/xvidcap/it/xvidcap.xml ./$file ./$file.out; \
done
touch omf_timestamp
make[4]: Leaving directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/doc/xvidcap/it'
Making all in es
make[4]: Entering directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/doc/xvidcap/es'
for file in xvidcap-es.omf; do \
scrollkeeper-preinstall /usr/local/share/gnome/help/xvidcap/es/xvidcap.xml ./$file ./$file.out; \
done
touch omf_timestamp
make[4]: Leaving directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/doc/xvidcap/es'
make[4]: Entering directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/doc/xvidcap'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/doc/xvidcap'
make[3]: Leaving directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/doc/xvidcap'
Making all in man
make[3]: Entering directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/doc/man'
Making all in C
make[4]: Entering directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/doc/man/C'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/doc/man/C'
Making all in de
make[4]: Entering directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/doc/man/de'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/doc/man/de'
Making all in it
make[4]: Entering directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/doc/man/it'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/doc/man/it'
Making all in es
make[4]: Entering directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/doc/man/es'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/doc/man/es'
make[4]: Entering directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/doc/man'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/doc/man'
make[3]: Leaving directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/doc/man'
make[3]: Entering directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/doc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/doc'
make[2]: Leaving directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/doc'
Making all in src
make[2]: Entering directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libglade-2.0 -I/usr/include/libxml2 -Wall -g -g -O2 -I /home/liujian/DOWNLOAD/xvidcap-1.1.5 -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavcodec -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavformat -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavutil -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libswscale -MT app_data.o -MD -MP -MF ".deps/app_data.Tpo" -c -o app_data.o app_data.c; \
then mv -f ".deps/app_data.Tpo" ".deps/app_data.Po"; else rm -f ".deps/app_data.Tpo"; exit 1; fi
app_data.c: 在函数 ‘xvc_error_write_msg’ 中:
app_data.c:2338: 警告: 格式字符串嵌有 ‘\0’
app_data.c:2345: 警告: 格式字符串嵌有 ‘\0’
app_data.c:2352: 警告: 传递实参 1(属于 ‘find_line_length’)丢弃了指针目标类型的限定
app_data.c:2364: 警告: 格式字符串嵌有 ‘\0’
app_data.c:2371: 警告: 传递实参 1(属于 ‘find_line_length’)丢弃了指针目标类型的限定
app_data.c: 在函数 ‘error_write_action_msg’ 中:
app_data.c:2406: 警告: 格式字符串嵌有 ‘\0’
app_data.c:2413: 警告: 传递实参 1(属于 ‘find_line_length’)丢弃了指针目标类型的限定
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libglade-2.0 -I/usr/include/libxml2 -Wall -g -g -O2 -I /home/liujian/DOWNLOAD/xvidcap-1.1.5 -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavcodec -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavformat -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavutil -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libswscale -MT capture.o -MD -MP -MF ".deps/capture.Tpo" -c -o capture.o capture.c; \
then mv -f ".deps/capture.Tpo" ".deps/capture.Po"; else rm -f ".deps/capture.Tpo"; exit 1; fi
capture.c: 在函数 ‘commonCapture’ 中:
capture.c:1005: 警告: 未使用的变量 ‘shm_error_base’
capture.c:1005: 警告: 未使用的变量 ‘shm_event_base’
capture.c:1005: 警告: 未使用的变量 ‘shm_opcode’
capture.c: 在顶层:
capture.c:578: 警告: ‘XGetZPixmapSHM’ 定义后未使用
capture.c:646: 警告: ‘placeImageInImage’ 定义后未使用
capture.c:746: 警告: ‘createImage’ 定义后未使用
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libglade-2.0 -I/usr/include/libxml2 -Wall -g -g -O2 -I /home/liujian/DOWNLOAD/xvidcap-1.1.5 -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavcodec -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavformat -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavutil -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libswscale -MT codecs.o -MD -MP -MF ".deps/codecs.Tpo" -c -o codecs.o codecs.c; \
then mv -f ".deps/codecs.Tpo" ".deps/codecs.Po"; else rm -f ".deps/codecs.Tpo"; exit 1; fi
In file included from codecs.c:49:
../ffmpeg/avcodec.h:2437: 警告: ‘ImgReSampleContext’ 已过时
../ffmpeg/avcodec.h:2440: 警告: ‘ImgReSampleContext’ 已过时
In file included from codecs.c:50:
../ffmpeg/avformat.h:258: 警告: ‘AVFrac’ 已过时
在包含自 codecs.c:55 的文件中:
xvidcap-intl.h:25:1: 警告: “gettext”重定义
在包含自 codecs.c:44 的文件中:
/usr/include/libintl.h:110:1: 警告: 这是先前定义的位置
在包含自 codecs.c:55 的文件中:
xvidcap-intl.h:26:1: 警告: “dgettext”重定义
在包含自 codecs.c:44 的文件中:
/usr/include/libintl.h:112:1: 警告: 这是先前定义的位置
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libglade-2.0 -I/usr/include/libxml2 -Wall -g -g -O2 -I /home/liujian/DOWNLOAD/xvidcap-1.1.5 -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavcodec -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavformat -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavutil -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libswscale -MT colors.o -MD -MP -MF ".deps/colors.Tpo" -c -o colors.o colors.c; \
then mv -f ".deps/colors.Tpo" ".deps/colors.Po"; else rm -f ".deps/colors.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libglade-2.0 -I/usr/include/libxml2 -Wall -g -g -O2 -I /home/liujian/DOWNLOAD/xvidcap-1.1.5 -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavcodec -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavformat -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavutil -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libswscale -MT frame.o -MD -MP -MF ".deps/frame.Tpo" -c -o frame.o frame.c; \
then mv -f ".deps/frame.Tpo" ".deps/frame.Po"; else rm -f ".deps/frame.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libglade-2.0 -I/usr/include/libxml2 -Wall -g -g -O2 -I /home/liujian/DOWNLOAD/xvidcap-1.1.5 -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavcodec -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavformat -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavutil -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libswscale -MT gnome_frame.o -MD -MP -MF ".deps/gnome_frame.Tpo" -c -o gnome_frame.o gnome_frame.c; \
then mv -f ".deps/gnome_frame.Tpo" ".deps/gnome_frame.Po"; else rm -f ".deps/gnome_frame.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libglade-2.0 -I/usr/include/libxml2 -Wall -g -g -O2 -I /home/liujian/DOWNLOAD/xvidcap-1.1.5 -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavcodec -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavformat -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavutil -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libswscale -MT gnome_ui.o -MD -MP -MF ".deps/gnome_ui.Tpo" -c -o gnome_ui.o gnome_ui.c; \
then mv -f ".deps/gnome_ui.Tpo" ".deps/gnome_ui.Po"; else rm -f ".deps/gnome_ui.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libglade-2.0 -I/usr/include/libxml2 -Wall -g -g -O2 -I /home/liujian/DOWNLOAD/xvidcap-1.1.5 -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavcodec -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavformat -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavutil -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libswscale -MT gnome_warning.o -MD -MP -MF ".deps/gnome_warning.Tpo" -c -o gnome_warning.o gnome_warning.c; \
then mv -f ".deps/gnome_warning.Tpo" ".deps/gnome_warning.Po"; else rm -f ".deps/gnome_warning.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libglade-2.0 -I/usr/include/libxml2 -Wall -g -g -O2 -I /home/liujian/DOWNLOAD/xvidcap-1.1.5 -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavcodec -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavformat -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavutil -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libswscale -MT gnome_options.o -MD -MP -MF ".deps/gnome_options.Tpo" -c -o gnome_options.o gnome_options.c; \
then mv -f ".deps/gnome_options.Tpo" ".deps/gnome_options.Po"; else rm -f ".deps/gnome_options.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libglade-2.0 -I/usr/include/libxml2 -Wall -g -g -O2 -I /home/liujian/DOWNLOAD/xvidcap-1.1.5 -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavcodec -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavformat -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavutil -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libswscale -MT led_meter.o -MD -MP -MF ".deps/led_meter.Tpo" -c -o led_meter.o led_meter.c; \
then mv -f ".deps/led_meter.Tpo" ".deps/led_meter.Po"; else rm -f ".deps/led_meter.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libglade-2.0 -I/usr/include/libxml2 -Wall -g -g -O2 -I /home/liujian/DOWNLOAD/xvidcap-1.1.5 -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavcodec -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavformat -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavutil -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libswscale -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.c; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
In file included from main.c:48:
../ffmpeg/avcodec.h:2437: 警告: ‘ImgReSampleContext’ 已过时
../ffmpeg/avcodec.h:2440: 警告: ‘ImgReSampleContext’ 已过时
在包含自 main.c:55 的文件中:
xvidcap-intl.h:25:1: 警告: “gettext”重定义
在包含自 main.c:40 的文件中:
/usr/include/libintl.h:110:1: 警告: 这是先前定义的位置
在包含自 main.c:55 的文件中:
xvidcap-intl.h:26:1: 警告: “dgettext”重定义
在包含自 main.c:40 的文件中:
/usr/include/libintl.h:112:1: 警告: 这是先前定义的位置
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libglade-2.0 -I/usr/include/libxml2 -Wall -g -g -O2 -I /home/liujian/DOWNLOAD/xvidcap-1.1.5 -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavcodec -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavformat -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavutil -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libswscale -MT options.o -MD -MP -MF ".deps/options.Tpo" -c -o options.o options.c; \
then mv -f ".deps/options.Tpo" ".deps/options.Po"; else rm -f ".deps/options.Tpo"; exit 1; fi
options.c: 在函数 ‘xvc_read_options_file’ 中:
options.c:349: 警告: 格式字符串嵌有 ‘\0’
options.c:353: 警告: 格式字符串嵌有 ‘\0’
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libglade-2.0 -I/usr/include/libxml2 -Wall -g -g -O2 -I /home/liujian/DOWNLOAD/xvidcap-1.1.5 -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavcodec -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavformat -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavutil -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libswscale -MT xtoffmpeg.o -MD -MP -MF ".deps/xtoffmpeg.Tpo" -c -o xtoffmpeg.o xtoffmpeg.c; \
then mv -f ".deps/xtoffmpeg.Tpo" ".deps/xtoffmpeg.Po"; else rm -f ".deps/xtoffmpeg.Tpo"; exit 1; fi
In file included from xtoffmpeg.c:59:
../ffmpeg/avcodec.h:2437: 警告: ‘ImgReSampleContext’ 已过时
../ffmpeg/avcodec.h:2440: 警告: ‘ImgReSampleContext’ 已过时
In file included from xtoffmpeg.c:60:
../ffmpeg/avformat.h:258: 警告: ‘AVFrac’ 已过时
In file included from xtoffmpeg.c:61:
../ffmpeg/dsputil.h: 在函数 ‘copy_block2’ 中:
../ffmpeg/dsputil.h:688: 警告: 隐式声明函数 ‘ST16’
../ffmpeg/dsputil.h:688: 警告: 隐式声明函数 ‘LD16’
../ffmpeg/dsputil.h: 在函数 ‘copy_block4’ 中:
../ffmpeg/dsputil.h:699: 警告: 隐式声明函数 ‘ST32’
../ffmpeg/dsputil.h:699: 警告: 隐式声明函数 ‘LD32’
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libglade-2.0 -I/usr/include/libxml2 -Wall -g -g -O2 -I /home/liujian/DOWNLOAD/xvidcap-1.1.5 -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavcodec -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavformat -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavutil -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libswscale -MT xtoxwd.o -MD -MP -MF ".deps/xtoxwd.Tpo" -c -o xtoxwd.o xtoxwd.c; \
then mv -f ".deps/xtoxwd.Tpo" ".deps/xtoxwd.Po"; else rm -f ".deps/xtoxwd.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libglade-2.0 -I/usr/include/libxml2 -Wall -g -g -O2 -I /home/liujian/DOWNLOAD/xvidcap-1.1.5 -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavcodec -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavformat -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavutil -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libswscale -MT job.o -MD -MP -MF ".deps/job.Tpo" -c -o job.o job.c; \
then mv -f ".deps/job.Tpo" ".deps/job.Po"; else rm -f ".deps/job.Tpo"; exit 1; fi
job.c: 在函数 ‘job_new’ 中:
job.c:135: 警告: 未使用的变量 ‘app’
job.c: 在函数 ‘xvc_job_free’ 中:
job.c:183: 警告: 未使用的变量 ‘app’
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libglade-2.0 -I/usr/include/libxml2 -Wall -g -g -O2 -I /home/liujian/DOWNLOAD/xvidcap-1.1.5 -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavcodec -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavformat -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavutil -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libswscale -MT xv_error_item.o -MD -MP -MF ".deps/xv_error_item.Tpo" -c -o xv_error_item.o xv_error_item.c; \
then mv -f ".deps/xv_error_item.Tpo" ".deps/xv_error_item.Po"; else rm -f ".deps/xv_error_item.Tpo"; exit 1; fi
gcc -Wall -g -g -O2 -I /home/liujian/DOWNLOAD/xvidcap-1.1.5 -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavcodec -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavformat -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavutil -I/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libswscale -L/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavcodec -L/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavformat -L/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libavutil -L/home/liujian/DOWNLOAD/xvidcap-1.1.5/ffmpeg/libswscale -o xvidcap -export-dynamic app_data.o capture.o codecs.o colors.o frame.o gnome_frame.o gnome_ui.o gnome_warning.o gnome_options.o led_meter.o main.o options.o xtoffmpeg.o xtoxwd.o job.o xv_error_item.o -pthread -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 -Wl,-Bstatic -lavformat -Wl,-Bdynamic -Wl,-Bstatic -lavcodec -Wl,-Bdynamic -Wl,-Bstatic -lswscale -Wl,-Bdynamic -Wl,-Bstatic -lavutil -Wl,-Bdynamic -lpthread -lm -lXfixes -lXmu
make[2]: Leaving directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/src'
Making all in po
make[2]: Entering directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/po'
Making all in debian
make[2]: Entering directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/debian'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/debian'
make[2]: Entering directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5'
make[1]: Leaving directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5'
liujian@liujian-laptop:~/DOWNLOAD/xvidcap-1.1.5$ make install
Making install in doc
make[1]: Entering directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/doc'
Making install in xvidcap
make[2]: Entering directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/doc/xvidcap'
Making install in C
make[3]: Entering directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/doc/xvidcap/C'
make[4]: Entering directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/doc/xvidcap/C'
make[4]: Nothing to be done for `install-exec-am'.
/bin/bash ../../../mkinstalldirs /usr/local/share/omf/xvidcap
mkdir -p -- /usr/local/share/omf/xvidcap
mkdir: 无法创建目录‘/usr/local/share/omf’: Permission denied
make[4]: *** [install-data-local-omf] 错误 1
make[4]: Leaving directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/doc/xvidcap/C'
make[3]: *** [install-am] 错误 2
make[3]: Leaving directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/doc/xvidcap/C'
make[2]: *** [install-recursive] 错误 1
make[2]: Leaving directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/doc/xvidcap'
make[1]: *** [install-recursive] 错误 1
make[1]: Leaving directory `/home/liujian/DOWNLOAD/xvidcap-1.1.5/doc'
make: *** [install-recursive] 错误 1
liujian@liujian-laptop:~/DOWNLOAD/xvidcap-1.1.5$
头像
magisu
帖子: 202
注册时间: 2005-12-31 21:23

#5

帖子 magisu » 2007-05-07 12:06

权限不足。
老子很生气,后果不严重。
头像
magisu
帖子: 202
注册时间: 2005-12-31 21:23

#6

帖子 magisu » 2007-05-07 12:08

权限不足。
老子很生气,后果不严重。
永恒不永恒
帖子: 124
注册时间: 2007-03-17 18:57
来自: 广东广州

#7

帖子 永恒不永恒 » 2007-05-07 12:14

关于权限方面,我给你的经验是:
configure / make / make install 都要加上sudo 来运行。
我用ubuntu 6.06,gnome桌面~
结果装个qBittorrent搞不定,
然后就换到ubuntu 7.04了..同样是gnome桌面~
定制才是王道!
头像
stlxv
论坛版主
帖子: 8275
注册时间: 2006-05-03 0:39
来自: المريخ

#8

帖子 stlxv » 2007-05-07 12:32

qq52073344 写了:奇怪,他安装的时候怎么不提示缺少 libxmu-dev 呢
这里哑:

代码: 全选

checking for XmuClientWindow in -lXmu... no 
-lXXX就是指libXXX
PHP是最好的语言!不服来战!
六零六之ubuntu
帖子: 3
注册时间: 2012-08-10 21:54

Re: 请前辈帮忙看看编译问题

#9

帖子 六零六之ubuntu » 2012-08-21 22:04

我也是一样的问题啊!
希望能解决!
头像
cuihao
帖子: 4793
注册时间: 2008-07-24 11:33
来自: 郑州
联系:

Re: 请前辈帮忙看看编译问题

#10

帖子 cuihao » 2012-08-21 22:09

请LS开个新帖……
求人不如求它仨: 天蓝的Wiki 屎黄的Wiki 绿
Site: CUIHAO.TK    Twitter: @cuihaoleo
Machine: Athlon64 X2 5200+ / 2x2GB DDR2-800 / GeForce GTS 450
AD: ~まだ見ぬ誰かの笑顔のために~
回复