On Sat, Jan 03, 2004 at 09:29:02PM -0800, Daniel Rogers wrote: > Well, G_TYPE_DEBUG_OBJECTS is already enabled with > g_type_init_with_debug_flags() in testgegl.c I assume that > G_ENABLE_DEBUG is a preprocessor define, yet I find not mention of it in > my glib headers. Anyhoo, I passed -DG_ENABLE_DEBUG as a compiler flag > and I still don't get those messages. Did I do something wrong?? ./configure glib with --enable-debug=yes. It's a glib compile time setting. -Manish