I am trying to embed mozilla into an application and have followed the instructions set out in
http://developer.mozilla.org/en/docs/Mozilla_Embedding_FAQ:Embedding_Gecko I have downloaded Mozilla (specifically "firefox-2.0.0.9-source.tar.bz2") and succeeded in building Mozilla using the following .mozconfig file: ac_add_options --enable-application=suite ac_add_options --enable-system-cairo mk_add_options [EMAIL PROTECTED]@/[EMAIL PROTECTED]@ mk_add_options MOZ_CO_PROJECT=suite I then carried on with the instructions, changing to the ...mozilla/[OBJDIR]/dist/Embed directory, then running TestGtkEmbed using ./run-mozilla.sh ./TestGtkEmbed. This results in the following output: new_gtk_browser menu bar tool bar location bar status bar Segmentation fault (core dumped) Having scanned a number of forums and message boards, there does not seem to be an obvious answer to this issue out there. Any help would be much appreciated. _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
