Hi all, I'm working on an embedded mozilla-based web browser for the Nokia 770 [1] called MANaOS [2]. Among other goals, we keep our focus on get some numbers of a mozilla-based browser runs on this device. So far, it uses GtkEmbedMoz set of widgets and runs over a MiniMo build and that's the point: the minimo shared build is broken since on linux 2 months [3]
Doug Turner suggested me to use a static build instead. I got a static build and also TestGtkEmbed app working but the libgtkembedmoz.a (like libgtkembedmoz.so on shared builds) is not created on the dist/bin diretory, because all the stuff (including the libgtkembedmoz) are packed into the TestGtkEmbed binary (that has 6mb). So, I wordering how to have all of this packde in libgtkembedmoz.a instead of in TestGtkEmbed. thanks and marry [1] www.nokia.com/770 [2] http://tonikitoo.blogspot.com/2005/11/manaos-embedded-browser-for-nokia-770.html [3] https://bugzilla.mozilla.org/show_bug.cgi?id=318606 -- --Antonio Gomes if (yourJob == boring) { // Go to the opensource community for (at least) having fun sendRedirect ("http://www.whateveronlinux.org"); } else { suck_it_up (you); } _______________________________________________ mozilla-embedding mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-embedding
