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
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
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
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