|
|
gentoo/2005.1-GNOME桌面下安装xine-lib-cvs,用make出现编译到下面的时候一直出错,是不是少了什么?是否要另外安装CODE?
另外,在程序的编译过程中,如果出现错误,在原先错误的基础上再编译,第一个错误就没有了,但出现第二错误,如果再编译,第二错误也没有了,这样是否说明编译成功还是错误被跳过。
xine-lib$./autogen.sh
xine-lib$make
-------------------------------------skip--------------------------------------------------
CT -DHAVE_AV_CONFIG_H -DRUNTIME_CPUDETECT -DUSE_FASTMEMCPY -DCONFIG_RISKY -DCONFIG_DECODERS -DXINE_MPEG_ENCODER -DCONFIG_ZLIB -mcpu=athlon -O3 -pipe -fomit-frame-pointer -falign-functions=4 -falign-loops=4 -falign-jumps=4 -mpreferred-stack-boundary=2 -fexpensive-optimizations -fschedule-insns2 -fno-strict-aliasing -ffast-math -funroll-loops -fno-inline-functions -Wall -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -Wnested-externs -Wcast-align -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -c dsputil.c -MT dsputil.lo -MD -MP -MF .deps/dsputil.TPlo -o .libs/dsputil.o
dsputil.c: In function `avg_h264_qpel8_hv_lowpass':
dsputil.c:2402: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
The bug is not reproducible, so it is likely a hardware or OS problem.
make[5]: *** [dsputil.lo] Error 1
make[5]: Leaving directory `/home/star/VDR/xine-lib/src/libffmpeg/libavcodec'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/star/VDR/xine-lib/src/libffmpeg/libavcodec'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/star/VDR/xine-lib/src/libffmpeg'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/star/VDR/xine-lib/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/star/VDR/xine-lib'
make: *** [all] Error 2 |
|