Re: how can include just glib

2005-12-13 Thread Yiannis
Thanks guys It works fine. On 13/12/05, Fernando ApesteguĂ­a <[EMAIL PROTECTED]> wrote: > > 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 PROTECT

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