QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 638|回复: 3

GTK program

[复制链接]
发表于 2004-4-21 17:06:11 | 显示全部楼层 |阅读模式
sorry ,i am a new for linux, i do not know how to display chinese in my system.  i had to type english,
i am learnning GTK , i make a example named t.c.
the source is
#include <gtk/gtk.h>

int main (int argc, char *argv[])
{
    GtkWidget *window;
    gtk_init (&argc, &argv);
    window = gtk_window_new   (GTK_WINDOW_TOPLEVEL);
    gtk_widget_show (window);
    gtk_main ();
    return 0;
}

gcc -Wall -g t.c -o hello_world -L/usr/X11R6/lib -lglib -lgdk -lgtk -lX11 -lXext -lm

  but the system hint me:
  gdk/gdk.h: No such file or directory

  why? thanks
发表于 2004-4-21 17:51:24 | 显示全部楼层
gcc t.c -o hello_world `gtk-config --libs --cflags`
回复

使用道具 举报

 楼主| 发表于 2004-4-22 09:45:05 | 显示全部楼层
thanks ,if i write the file named t.cpp.
should i do.
回复

使用道具 举报

发表于 2004-4-22 10:15:33 | 显示全部楼层
g++
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-8 10:59 , Processed in 0.044209 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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