Re: how can include just glib

2005-12-13 Thread Yiannis
message -- > From: Yiannis <[EMAIL PROTECTED]> > Date: 13-dic-2005 16:08 > Subject: how can include just glib > To: gtk-app-devel-list@gnome.org > > Hi, > > I would like to use just glib in my programming without the header fi

Re: how can include just glib

2005-12-13 Thread Vivien Malerba
2005/12/13, Fernando ApesteguĂ­a <[EMAIL PROTECTED]>: > Did you try to make this? > > #include > > And then link with > > -lglib-2.0 (link against your glib version) > You should use `pkg-config --cflags glib-2.0` to get the list of include flags and `pkg-config --libs glib-2.0` to get the list of

how can include just glib

2005-12-13 Thread Fernando ApesteguĂ­a
Did you try to make this? #include And then link with -lglib-2.0 (link against your glib version) Best regards -- Forwarded message -- From: Yiannis <[EMAIL PROTECTED]> Date: 13-dic-2005 16:08 Subject: how can include just glib To: gtk-app-devel-list@gnome.org Hi, I

how can include just glib

2005-12-13 Thread Yiannis
Hi, I would like to use just glib in my programming without the header files of gtk How is that possible? Cheers. -- -- Yiannis ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-li