Hi all,
I'm in trouble compiling gtk+-2.8.3. I type ./configure
--prefix=/opt/imagos/gtk+-2.8 and I hit:
<<
/opt/imagos/gtk+-2.8/tmp/gtk+-2.8.3/gdk-pixbuf/gdk-pixbuf-csource.c:62:
undefined reference to `gdk_pixdata_from_pixbuf'
gdk-pixbuf-csource.o(.text+0x1c6):/opt/imagos/gtk+-2.8/tmp/gtk+-2.8.3/
Hi,
it's not clear to me what happens when memory has been allocate with
g_new or g_realloc and not freed. I mean: obviously this memory
remains in the user space of the process as an infamous memory leak
but it seems to me that under linux 2.4.26 this memory is not freed
also when the process ha
Hi,
I'm developing an application using gtk+-2.6, in the main_win_show
event I perform many subsystems initializations. I an initialization
fails I'd like to show a message using a gtk_dialog_run. The problem
is that the dialog never close!
Maybe the problem happens because the structure of the gtk