glib and relative file names

2011-10-08 Thread Neil Munro
Hey guys I am trying to work out a system to pass files to the application I am working on, now it can accept absolute paths but it doesn't seem to like relative paths can someone have a look at my code and see why the G_FILE_TEST_EXISTS check fails? I have tried making the argument

CSS on gtk3 is cosuming lot of memory, how to reduce it???

2011-10-08 Thread sunil agrawal
Hi, I implemented an application which is based on gtk+-3.0. I am facing an issue related to memory the gtk+-3.0 css theming is consuming. Intial css takes 5 MB extra, then when I load other css in run time, it takes extar 5MB each. So each time a css loaded, it takes eaxtra 5MB. The memory is

GLIB and MinGW

2011-10-08 Thread Earnie Boyd
I've built version 2.29.92 with MinGW's gcc version 4.6.1 and binutils version 2.21.53.20110804. I'm seeing a SIGSEGV error caused from an infinite loop at line 732 of glib/gatomic.c (as seen by the bt from gdb). The calling program dbus-glib-tool calls g_type_init () and never returns. The

Re: GLIB and MinGW

2011-10-08 Thread Dieter Verfaillie
On Sat, 8 Oct 2011 13:26:23 -0400, Earnie Boyd wrote: I've built version 2.29.92 with MinGW's gcc version 4.6.1 and binutils version 2.21.53.20110804. I'm seeing a SIGSEGV error caused from an infinite loop at line 732 of glib/gatomic.c (as seen by the bt from gdb). The calling program

Re: GLIB and MinGW

2011-10-08 Thread Earnie
Dieter Verfaillie wrote: On Sat, 8 Oct 2011 13:26:23 -0400, Earnie Boyd wrote: I've built version 2.29.92 with MinGW's gcc version 4.6.1 and binutils version 2.21.53.20110804. I'm seeing a SIGSEGV error caused from an infinite loop at line 732 of glib/gatomic.c (as seen by the bt from gdb).

Re: GLIB and MinGW

2011-10-08 Thread Earnie
Earnie wrote: Dieter Verfaillie wrote: On Sat, 8 Oct 2011 13:26:23 -0400, Earnie Boyd wrote: I've built version 2.29.92 with MinGW's gcc version 4.6.1 and binutils version 2.21.53.20110804. I'm seeing a SIGSEGV error caused from an infinite loop at line 732 of glib/gatomic.c (as seen by the