请教GTK安装问题....
时间:2010-08-04
来源:互联网
昨天装了一天的GTK都装不上,google过了也解决不了问题,所以只有来请教论坛的大大了。PKGCONFIG ,glib,atk都装上了。轮到安装cairo的时候问题来了。configure过了,但是make的时候就出问题了。错误代码如下,请前辈们帮忙。谢谢
make[3]: *** [cairo-type1-subset.lo] Error 1
make[3]: Leaving directory `/root/Download/cairo-1.2.4/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/root/Download/cairo-1.2.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Download/cairo-1.2.4'
make: *** [all] Error 2
make[3]: *** [cairo-type1-subset.lo] Error 1
make[3]: Leaving directory `/root/Download/cairo-1.2.4/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/root/Download/cairo-1.2.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Download/cairo-1.2.4'
make: *** [all] Error 2
作者: killerezero 发布时间: 2010-08-04
信息不全,把上面几行一起贴过来
作者: prolj 发布时间: 2010-08-04
[root@cherish cairo-1.2.4]# make
make all-recursive
make[1]: Entering directory `/root/Download/cairo-1.2.4'
Making all in pixman
make[2]: Entering directory `/root/Download/cairo-1.2.4/pixman'
Making all in src
make[3]: Entering directory `/root/Download/cairo-1.2.4/pixman/src'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/Download/cairo-1.2.4/pixman/src'
make[3]: Entering directory `/root/Download/cairo-1.2.4/pixman'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/root/Download/cairo-1.2.4/pixman'
make[2]: Leaving directory `/root/Download/cairo-1.2.4/pixman'
Making all in src
make[2]: Entering directory `/root/Download/cairo-1.2.4/src'
make all-am
make[3]: Entering directory `/root/Download/cairo-1.2.4/src'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../pixman/src -I/usr/include/freetype2 -I/usr/include/libpng12 -Wall -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -fno-strict-aliasing -g -O2 -MT cairo-type1-subset.lo -MD -MP -MF ".deps/cairo-type1-subset.Tpo" -c -o cairo-type1-subset.lo cairo-type1-subset.c; \
then mv -f ".deps/cairo-type1-subset.Tpo" ".deps/cairo-type1-subset.Plo"; else rm -f ".deps/cairo-type1-subset.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../pixman/src -I/usr/include/freetype2 -I/usr/include/libpng12 -Wall -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -fno-strict-aliasing -g -O2 -MT cairo-type1-subset.lo -MD -MP -MF .deps/cairo-type1-subset.Tpo -c cairo-type1-subset.c -fPIC -DPIC -o .libs/cairo-type1-subset.o
cairo-type1-subset.c: In function 'cairo_type1_font_subset_decrypt_eexec_segment':
cairo-type1-subset.c:366: error: implicit declaration of function 'isspace'
make[3]: *** [cairo-type1-subset.lo] Error 1
make[3]: Leaving directory `/root/Download/cairo-1.2.4/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/root/Download/cairo-1.2.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Download/cairo-1.2.4'
make: *** [all] Error 2
make all-recursive
make[1]: Entering directory `/root/Download/cairo-1.2.4'
Making all in pixman
make[2]: Entering directory `/root/Download/cairo-1.2.4/pixman'
Making all in src
make[3]: Entering directory `/root/Download/cairo-1.2.4/pixman/src'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/Download/cairo-1.2.4/pixman/src'
make[3]: Entering directory `/root/Download/cairo-1.2.4/pixman'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/root/Download/cairo-1.2.4/pixman'
make[2]: Leaving directory `/root/Download/cairo-1.2.4/pixman'
Making all in src
make[2]: Entering directory `/root/Download/cairo-1.2.4/src'
make all-am
make[3]: Entering directory `/root/Download/cairo-1.2.4/src'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../pixman/src -I/usr/include/freetype2 -I/usr/include/libpng12 -Wall -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -fno-strict-aliasing -g -O2 -MT cairo-type1-subset.lo -MD -MP -MF ".deps/cairo-type1-subset.Tpo" -c -o cairo-type1-subset.lo cairo-type1-subset.c; \
then mv -f ".deps/cairo-type1-subset.Tpo" ".deps/cairo-type1-subset.Plo"; else rm -f ".deps/cairo-type1-subset.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../pixman/src -I/usr/include/freetype2 -I/usr/include/libpng12 -Wall -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -fno-strict-aliasing -g -O2 -MT cairo-type1-subset.lo -MD -MP -MF .deps/cairo-type1-subset.Tpo -c cairo-type1-subset.c -fPIC -DPIC -o .libs/cairo-type1-subset.o
cairo-type1-subset.c: In function 'cairo_type1_font_subset_decrypt_eexec_segment':
cairo-type1-subset.c:366: error: implicit declaration of function 'isspace'
make[3]: *** [cairo-type1-subset.lo] Error 1
make[3]: Leaving directory `/root/Download/cairo-1.2.4/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/root/Download/cairo-1.2.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Download/cairo-1.2.4'
make: *** [all] Error 2
作者: killerezero 发布时间: 2010-08-04
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28