LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1215|回复: 0

xf86-video-intel-1.9.92 编译错误

[复制链接]
发表于 2007-4-13 08:26:48 | 显示全部楼层 |阅读模式
xf86-video-intel-1.9.92

checking for a BSD-compatible install... /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 build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
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 ANSI C... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
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 ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for intel-gen4asm... no
checking if XINERAMA is defined... yes
checking if RANDR is defined... yes
checking if RENDER is defined... yes
checking if XF86DRI is defined... yes
checking if DPMSExtension is defined... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for XORG... yes
checking for PCIACCESS... no
checking for ANSI C header files... (cached) yes
checking for /usr/include/xorg/dri.h... yes
checking for /usr/include/xorg/sarea.h... yes
checking for /usr/include/xorg/dristruct.h... yes
checking for /usr/include/xorg/damage.h... yes
checking whether to include DRI support... yes
checking for xf86Modes.h... no
symlink mode code
checking for DRI... yes
checking for DRI_MM... yes
checking for drm_i915_flip_t... no
checking for NONE/share/sgml/X11/defs.ent... no
checking for linuxdoc... no
checking for ps2pdf... no
checking Whether to build documentation... no
checking Whether to build pdf documentation... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/xvmc/Makefile
config.status: creating src/bios_reader/Makefile
config.status: creating src/ch7017/Makefile
config.status: creating src/ch7xxx/Makefile
config.status: creating src/ivch/Makefile
config.status: creating src/reg_dumper/Makefile
config.status: creating src/sil164/Makefile
config.status: creating man/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
[root@zeno xf86-video-intel-1.9.92]# make
make  all-recursive
make[1]: Entering directory `/root/Desktop/xf86-video-intel-1.9.92'
Making all in src
make[2]: Entering directory `/root/Desktop/xf86-video-intel-1.9.92/src'
Making all in xvmc
make[3]: Entering directory `/root/Desktop/xf86-video-intel-1.9.92/src/xvmc'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/Desktop/xf86-video-intel-1.9.92/src/xvmc'
Making all in bios_reader
make[3]: Entering directory `/root/Desktop/xf86-video-intel-1.9.92/src/bios_reader'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/Desktop/xf86-video-intel-1.9.92/src/bios_reader'
Making all in ch7017
make[3]: Entering directory `/root/Desktop/xf86-video-intel-1.9.92/src/ch7017'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/Desktop/xf86-video-intel-1.9.92/src/ch7017'
Making all in ch7xxx
make[3]: Entering directory `/root/Desktop/xf86-video-intel-1.9.92/src/ch7xxx'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/Desktop/xf86-video-intel-1.9.92/src/ch7xxx'
Making all in ivch
make[3]: Entering directory `/root/Desktop/xf86-video-intel-1.9.92/src/ivch'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/Desktop/xf86-video-intel-1.9.92/src/ivch'
Making all in sil164
make[3]: Entering directory `/root/Desktop/xf86-video-intel-1.9.92/src/sil164'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/Desktop/xf86-video-intel-1.9.92/src/sil164'
make[3]: Entering directory `/root/Desktop/xf86-video-intel-1.9.92/src'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..    -Wall -Wpointer-arith -Wstrict-prototypes     -Wmissing-prototypes -Wmissing-declarations     -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg   -I/usr/include/drm -I/usr/include/X11/dri   -DXF86_MODES_RENAME -I../src/modes -I../src/parser -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT xf86EdidModes.lo -MD -MP -MF ".deps/xf86EdidModes.Tpo" -c -o xf86EdidModes.lo `test -f 'modes/xf86EdidModes.c' || echo './'`modes/xf86EdidModes.c; \
       then mv -f ".deps/xf86EdidModes.Tpo" ".deps/xf86EdidModes.Plo"; else rm -f ".deps/xf86EdidModes.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/drm -I/usr/include/X11/dri -DXF86_MODES_RENAME -I../src/modes -I../src/parser -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT xf86EdidModes.lo -MD -MP -MF .deps/xf86EdidModes.Tpo -c modes/xf86EdidModes.c  -fPIC -DPIC -o .libs/xf86EdidModes.o
modes/xf86EdidModes.c: In function 'xf86DDCMonitorSet':
modes/xf86EdidModes.c:451: error: 'struct ' has no member named 'maxPixClock'
modes/xf86EdidModes.c:452: error: 'struct ' has no member named 'maxPixClock'
make[3]: *** [xf86EdidModes.lo] Error 1
make[3]: Leaving directory `/root/Desktop/xf86-video-intel-1.9.92/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/Desktop/xf86-video-intel-1.9.92/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Desktop/xf86-video-intel-1.9.92'
make: *** [all] Error 2
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表