Re: glib without gio ?

2008-12-12 Thread Graham Cobb
On Friday 12 December 2008 09:16:30 Felipe Contreras wrote: > On Fri, Dec 12, 2008 at 8:44 AM, Kamen Bundev wrote: > > I meant GLib, sorry, no coffee yet. > > > > On Fri, Dec 12, 2008 at 8:43 AM, Kamen Bundev wrote: > >> GIO is part of GTK+, you can't add a GIO package without upgrading the > >>

Re: glib without gio ?

2008-12-12 Thread Felipe Contreras
On Fri, Dec 12, 2008 at 8:44 AM, Kamen Bundev wrote: > I meant GLib, sorry, no coffee yet. > > On Fri, Dec 12, 2008 at 8:43 AM, Kamen Bundev wrote: >> >> GIO is part of GTK+, you can't add a GIO package without upgrading the >> whole GTK+. Why not? It's code, you can do whatever you want with it

Re: glib without gio ?

2008-12-11 Thread Kamen Bundev
I meant GLib, sorry, no coffee yet. On Fri, Dec 12, 2008 at 8:43 AM, Kamen Bundev wrote: > GIO is part of GTK+, you can't add a GIO package without upgrading the > whole GTK+. > > > On Thu, Dec 11, 2008 at 8:58 PM, Felipe Contreras < > felipe.contre...@gmail.com> wrote: > >> On Thu, Dec 11, 2008

Re: glib without gio ?

2008-12-11 Thread Kamen Bundev
GIO is part of GTK+, you can't add a GIO package without upgrading the whole GTK+. On Thu, Dec 11, 2008 at 8:58 PM, Felipe Contreras < felipe.contre...@gmail.com> wrote: > On Thu, Dec 11, 2008 at 11:42 AM, Eero Tamminen > wrote: > > Hi, > > > > ext Cedric Cellier wrote: > >> I'm currently writin

Re: glib without gio ?

2008-12-11 Thread Felipe Contreras
On Thu, Dec 11, 2008 at 11:42 AM, Eero Tamminen wrote: > Hi, > > ext Cedric Cellier wrote: >> I'm currently writing an app for maemo, that require the GIO library >> (part of glib) for some basic things. > > >> I cannot find the gio library on scratchbox (nor does pkg-config). >> On my debian len

Re: glib without gio ?

2008-12-11 Thread Eero Tamminen
Hi, ext Cedric Cellier wrote: > I'm currently writing an app for maemo, that require the GIO library > (part of glib) for some basic things. > > I cannot find the gio library on scratchbox (nor does pkg-config). > On my debian lenny, it comes with glib2.0, but apparently this is not > the case on

glib without gio ?

2008-12-11 Thread Cedric Cellier
Hi ! I'm currently writing an app for maemo, that require the GIO library (part of glib) for some basic things. I cannot find the gio library on scratchbox (nor does pkg-config). On my debian lenny, it comes with glib2.0, but apparently this is not the case on scratchbox. Is this lib packaged an