|
我准备在CentOs上安装gtk+2.10.13,gtk所需的库都安装了。但在用
./configure 配置gtk+-2.10.13时报错,X development libraries not found. 查看config.log后发现还有几个错误:
conftest.c:60:22: error: X11/Xlib.h: No such file or directory
configure:31309: error: X development libraries not found
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
conftest.c:28: error: size of array 'off_t_is_large' is negative
conftest.c:52: error: void value not ignored as it ought to be
conftest.c:55:21: error: uxtheme.h: No such file or directory
conftest.c:88:25: error: crt_externs.h: No such file or directory
请高手帮忙,谢谢了。 |
|