|
楼主 |
发表于 2009-4-11 19:05:34
|
显示全部楼层
Post by d00m3d;1972533
人家第二帖不是给你答案了? The utilities xorg-cf-files, imake, and gccmakedep should be built in order before the other utilities. Utilities lndir and makedepend can be built in either order. 这句话么
我这里安装了 pkg 的啊 也按照 http://linux.chinaunix.net/techd ... /01/26/977504.shtml
1.先下载pkg-config
代码:wget http://pkgconfig.freedesktop.org/releases/pkg-config-0.22.tar.gz然后安装它
代码:tar xvf pkg-config-0.22.tar.gz
cd pkg-config-0.22
./configure --prefix=/usr &&
make
make install将/usr/X11R7/lib加入到pkg-config的搜索路径中去。
代码:export PKG_CONFIG_PATH=/usr/X11R7/lib:/lib/pkgconfig:/usr/lib/pkgconfig
2.其次是imake-1.0.2、gccmakedep-1.0.2、imake-1.0.2、lndir-1.0.1、makedepend-1.0.1、util-macros-1.1.5
使用下面的命令就可以了。
代码KG_CONFIG_PATH="${PKG_CONFIG_PATHN}" \
./configure $XORG_CONFIGN &&
make &&
make install
我这里是先安装 pkg-config-0.23
接着是makedepend-1.0.1
其报错为
No package 'xproto' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables X_CFLAGS
and X_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details. |
|