Hi, > On Fri, 04 May 2001 15:31:20 -1000 (HST), David Goldsmith said: > > > Follow-up to previous posting: in my glib/.lib directory I found and ran > > testglib and everthing was "ok" 'til: > > > > g_log tests: > > ** WARNING **: harmless warning with parameters: 42 Boo 0x3039 > > Message: the next warning is a test: > > > > GLib-CRITICAL **: file gmessages.c: line 647 (g_print): assertion `format > > != NULL' failed. > > checking endian macros (host is big endian)...ok
this is the output you'll get if everything works correctly. testglib is forcing a critical message to test the message logging mechanism. That's what the line "Message: the next warning is a test:" wants to point out. Salut, Sven _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
