hi again, I finished porting photon's embedding code over to BeOS. It compiles without error. The testing application was copied over to mozilla/dist. However it crashes upon startup.
As there is no current BeOS implementation, what other things does it need ? I truly appreciate any help. mmadia This is my .mozconfig that i used for `make -f client.mk build` on a 20040201 nightly tarball. The .mozconfig is from someone who regularly builds and works with the full mozilla app suite on beos. Does it need to be modified ? ac_add_options --enable-cpp-rtti ac_add_options --disable-cpp-exceptions ac_add_options --disable-debug ac_add_options --disable-tests ac_add_options --disable-mailnews ac_add_options --enable-optimize ac_add_options --disable-logging ac_add_options --disable-strip ac_add_options --disable-pedantic ac_add_options --disable-ldap ac_add_options --disable-accessibility ac_add_options --disable-composer ac_add_options --enable-plaintext-editor-only ac_add_options --disable-gtktest ac_add_options --disable-irc ac_add_options --disable-extensions --enable-extensions=" cookie content-packs xml-rpc xmlextras wallet help pref universalchardet" ac_add_options --enable-reorder ac_add_options --disable-freetypetest ac_add_options --disable-freetype ac_add_options --disable-freetype2 ac_add_options --disable-dtd-debug ac_add_options --disable-mathml ac_add_options --enable-crypto ac_add_options --enable-psm ac_add_options --disable-Xprint ac_add_options --disable-postscript ac_add_options --disable-calendar ac_add_options --disable-ipv6 # These should point to your glib and libIDL configuration make sure they do. export GLIB_CONFIG=/Builder/glib-libIDL-beos/glib/bin/glib-config mk_add_options GLIB_CONFIG=/Builder/glib-libIDL-beos/glib/bin/glib-config export LIBIDL_CONFIG=/Builder/glib-libIDL-beos/libIDL/bin/libIDL-config mk_add_options LIBIDL_CONFIG=/Builder/glib-libIDL-beos/libIDL/bin/libIDL-config _______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
