LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
12
返回列表 发新帖
楼主: realtang

自己用GTK写了个跨平台网页浏览器CRB,与大家共享

[复制链接]
发表于 2008-7-6 13:37:45 | 显示全部楼层
什么是CRB?:(
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-7-6 20:20:58 | 显示全部楼层
It's nothing, just a name.
回复 支持 反对

使用道具 举报

发表于 2008-10-27 11:40:13 | 显示全部楼层
fzhao:~/Desktop/sdk/crbrowser# make
Package libgtkhtml-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libgtkhtml-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgtkhtml-2.0' found
make: curl-config: Command not found
Package libgtkhtml-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libgtkhtml-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgtkhtml-2.0' found
Makefile:49: glibcurl.d: No such file or directory
Makefile:49: main.d: No such file or directory
cc -I..  -M main.c > main.d
main.c:135:21: error: gtk/gtk.h: No such file or directory
main.c:136:25: error: glade/glade.h: No such file or directory
main.c:140:32: error: libgtkhtml/gtkhtml.h: No such file or directory
In file included from main.c:142:
glibcurl.h:34:23: error: curl/curl.h: No such file or directory
make: *** [main.d] Error 1



god 在我的debian上编译的错误信息
回复 支持 反对

使用道具 举报

发表于 2008-10-27 12:41:52 | 显示全部楼层
缺啥装啥 (6 个字)
回复 支持 反对

使用道具 举报

发表于 2008-11-27 09:21:39 | 显示全部楼层

thanks a lot

正在找这个东西,谢谢搂主啊,好人啊
回复 支持 反对

使用道具 举报

发表于 2008-12-9 16:07:13 | 显示全部楼层
真是个猛男人。
回复 支持 反对

使用道具 举报

发表于 2009-1-8 21:12:47 | 显示全部楼层
谢谢! 有空学习一下
回复 支持 反对

使用道具 举报

发表于 2009-1-19 11:52:38 | 显示全部楼层
[root@lnx-george crbrowser]# make
Makefile:49: glibcurl.d: No such file or directory
Makefile:49: main.d: No such file or directory
cc -I.. -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtkhtml-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libglade-2.0   -M main.c > main.d
cc -I.. -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtkhtml-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libglade-2.0   -M glibcurl.c > glibcurl.d
cc -I.. -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtkhtml-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libglade-2.0   -Wall -g glibcurl.c -c -o glibcurl.o
cc -I.. -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtkhtml-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libglade-2.0   -Wall -g main.c -c -o main.o
main.c: In function `link_clicked':
main.c:422: warning: passing arg 1 of `g_atomic_int_add' discards qualifiers from pointer target type
main.c: In function `on_comb_editing_done':
main.c:435: warning: implicit declaration of function `gtk_combo_box_get_active_text'
main.c:435: warning: assignment makes pointer from integer without a cast
main.c:439: warning: passing arg 1 of `g_atomic_int_add' discards qualifiers from pointer target type
main.c: At top level:
main.c:448: error: syntax error before "void"
main.c: In function `on_comb_changed':
main.c:454: warning: assignment makes pointer from integer without a cast
main.c:458: warning: passing arg 1 of `g_atomic_int_add' discards qualifiers from pointer target type
main.c: At top level:
main.c:468: error: syntax error before "void"
main.c: In function `on_okbut_clicked':
main.c:472: warning: assignment makes pointer from integer without a cast
main.c:476: warning: passing arg 1 of `g_atomic_int_add' discards qualifiers from pointer target type
main.c: At top level:
main.c:484: error: syntax error before "void"
main.c:491: error: syntax error before "void"
main.c:498: error: syntax error before "void"
main.c:514: error: syntax error before "void"
main.c: In function `on_open_activate':
main.c:536: warning: passing arg 1 of `g_atomic_int_add' discards qualifiers from pointer target type
make: *** [main.o] Error 1
回复 支持 反对

使用道具 举报

发表于 2009-3-1 15:20:05 | 显示全部楼层
刚看到啊,可以研究研究谢谢
回复 支持 反对

使用道具 举报

发表于 2009-4-1 14:04:40 | 显示全部楼层
开发一个东西真难...
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表