On Thu, 2004-12-09 at 09:07, saturn wrote: > Hi listers, > > I am trying to run the TestGtkEmbed example, but when > I run the application, it segfaults with > > (TestGtkEmbed:1435): Gtk-CRITICAL **: file > ../../gtk/gtkbox.c: line 372 (gtk_box_pack_start): > assertion `GTK_IS_WIDGET (child)' failed > > I looked up this forum and found someone suggest that this problemis > related to version of Gtk libraries, so I rebuild mozilla with Gtk2 > and made sure there were no other gtk libraries on the system, but the > problem still persists.
Hi Deepesh - When you compiled Mozilla, what did your .mozconfig look like? Here's mine: . $topsrcdir/browser/config/mozconfig ac_add_options --enable-default-toolkit=gtk2 ac_add_options --disable-freetype2 Yours, Tom _______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
