|
发表于 2009-5-26 12:21:21
|
显示全部楼层
Post by malu;1990738
MesaLib原本就有安裝了,另外再加安裝libdrm,原本的問題解決了,蛋還是有別的錯誤,現在的訊息是:
Requested 'inputproto >=1.4.4' but version of InputProto is 1.4.3
No pacjage 'xfont' found 這兩個問題已解決,解決方法
1.手動安裝x11proto-input-dev_1.5.0-2_all.deb
先下載x11proto-input-dev_1.5.0-2_all.deb
#dpkg -i x11proto-input-dev_1.5.0-2_all.deb
2.#apt-get install xfont*
另外還有有一個套件缺少
3.apt-get install libpciaccess-dev
不過xserver的安裝過程還是遇到別的問題,錯誤訊息如下:
.....
make[1]: Entering directory `/home/a/src/xorg-server-1.5.0/randr'
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/freetype2 -I/usr/include/pixman-1 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -g -O2 -MT rrmode.lo -MD -MP -MF .deps/rrmode.Tpo -c -o rrmode.lo rrmode.c
gcc -DHAVE_CONFIG_H -I. -I../include -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/freetype2 -I/usr/include/pixman-1 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -g -O2 -MT rrmode.lo -MD -MP -MF .deps/rrmode.Tpo -c rrmode.c -fPIC -DPIC -o .libs/rrmode.o
rrmode.c: In function 'ProcRRCreateMode':
rrmode.c:311: error: 'xRRCreateModeReply' has no member named 'pad0'
make[1]: *** [rrmode.lo] Error 1
make[1]: Leaving directory `/home/a/src/xorg-server-1.5.0/randr'
make: *** [install-recursive] Error 1
請問有大大知道如何解決嗎? |
|