[问题]编译fvwm-2.5.16时的问题
发表于 : 2007-12-09 19:19
在CU下了个fvwm2.5.16和fvwm-2.5.16-translucent-menus.diff.gz,补丁打上了,可是在运行 ./configure 时发生这样的情况
leung@leungfax:~/fvwm$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable command logging... no
checking whether to enable debugging messages... 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 ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for X... no
X11 libraries or header files could not be found. Please make
sure the X11 development package is installed on your system.
If it is definitely installed, try setting the include and library
paths with the --x-include and --x-libraries options of configure.
Fvwm can not be compiled without the X11 development environment.
Aborting.
然后我在网上搜索,有人说是要装上libx11-dev,于是我就sudo apt-get install libx11-dev,系统提示我的xlib11-dev是最新的了。 哪位高人指点一下啊,谢谢!~~
leung@leungfax:~/fvwm$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable command logging... no
checking whether to enable debugging messages... 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 ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for X... no
X11 libraries or header files could not be found. Please make
sure the X11 development package is installed on your system.
If it is definitely installed, try setting the include and library
paths with the --x-include and --x-libraries options of configure.
Fvwm can not be compiled without the X11 development environment.
Aborting.
然后我在网上搜索,有人说是要装上libx11-dev,于是我就sudo apt-get install libx11-dev,系统提示我的xlib11-dev是最新的了。 哪位高人指点一下啊,谢谢!~~