QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 762|回复: 5

gcc 编译错误!

[复制链接]
发表于 2005-2-3 00:47:12 | 显示全部楼层 |阅读模式
[root@localhost gcc_test]# gcc test.c -o test
test.c:1:21: gtk/gtk.h: 没有那个文件或目录
test.c:2: error: conflicting types for 'argc'
test.c:2: error: previous definition of 'argc' was here
test.c: In function `main':
test.c:4: error: `GtkWidget' undeclared (first use in this function)
test.c:4: error: (Each undeclared identifier is reported only once
test.c:4: error: for each function it appears in.)
test.c:4: error: `window' undeclared (first use in this function)
test.c:5: error: `argv' undeclared (first use in this function)
test.c:6: error: `GTK_WINDOW_TOPLEVEL' undeclared (first use in this function)
我在编译这段的时候出现了这情况,不知道为什么,本想在本办板块找找答案,可是看了N多贴子也没着到 ! 所以问问个位 谁能告示我怎么增加默认的头文件搜索目录啊.
发表于 2005-2-3 08:25:05 | 显示全部楼层
gtk test.c -o test `gtk-config --libs --cflags`
回复

使用道具 举报

 楼主| 发表于 2005-2-3 14:29:47 | 显示全部楼层
[root@localhost gcc_test]# gtk test.c -o test `gtk-config --libs --cflags`
bash: gtk: command not found
回复

使用道具 举报

发表于 2005-2-3 19:50:21 | 显示全部楼层
晕,写错了,是gcc不是gtk
回复

使用道具 举报

 楼主| 发表于 2005-2-4 05:08:58 | 显示全部楼层
呵呵 谢谢了! 我现在在用WINDOWS从做FC3 等我回到LINUX去看看
不过我要先谢谢您 !

呵呵  有事的时候经常回麻烦到您 真的不好意识 谢谢了兄弟!
回复

使用道具 举报

 楼主| 发表于 2005-2-5 09:49:13 | 显示全部楼层
[root@localhost gcc_test]# ls
tset.c
[root@localhost gcc_test]# gcc tset.c -o tset `gtk-config --libs --cflags`
[root@localhost gcc_test]# ls
tset  tset.c
[root@localhost gcc_test]# ./tset


通过  谢谢  !!!
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-6 15:26 , Processed in 0.042154 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

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