|
楼主 |
发表于 2006-7-5 19:55:46
|
显示全部楼层
Post by Thinkscape
:~/Temp/gtk20sopcast-0.1.28.tar.bz2_FILES/gtk20sopcast-0.1.28$ make
gcc -O2 `pkg-config --cflags gtk+-2.0` -c callbacks.c -o callbacks.o
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
In file included from callbacks.c:20:
header.h:23:21: error: gtk/gtk.h: 没有那个文件或目录
In file included from callbacks.c:20:
header.h:55: 错误: syntax error before ‘*’ token
header.h:55: 警告: 数据定义时没有类型或存储类
header.h:56: 错误: syntax error before ‘*’ token
..........
No package 'gtk+-2.0' found,你没装gtk2.0 |
|