Hi Ludovic, I see there is something broken in the build system and I'll need to take a look at it so sorry me too for the dirty solution I'll show you but at least you can have something working until a better solution will come :-) What do you think about build xulrunner and after build the browser without specify the xul library to use? The additional cost is that libxul will be build twice.
Regards, Giuseppe [EMAIL PROTECTED] (Ludovic Courtès) writes: > Hello, > > Sorry for the delay. > > Giuseppe Scrivano <[EMAIL PROTECTED]> writes: > >> By the way, what do you think about generating both icecat and libxul at >> the same time? You can do it hacking the default .mozconfig file using: >> >> ac_add_options --enable-libxul >> >> instead of: >> >> ac_add_options --disable-libxul >> >> >> You'll have to remove this line too: >> >> ac_add_options --disable-shared > > I tried that, by removing `.mozconfig' to avoid any conflicts and > configuring the thing with the following options: > > "--enable-application=browser" > "--enable-libxul" > "--disable-javaxpcom" > "--disable-tests" > > "--enable-optimize" > "--disable-debug" > "--disable-static" > "--enable-shared" > "--enable-strip" > "--with-system-jpeg" > "--with-system-zlib" > "--with-system-bz2" > "--enable-system-cairo" > "--disable-crashreporter" > > "--with-user-appdir=.gnuzilla" > "--with-distribution-id=org.gnu.gnuzilla" > "--with-branding=browser/branding/unofficial" > "--disable-official-branding" > > This way, I do get both the `icecat' binary and `libxul.so', but I don't > have `xpidl'. Likewise, this doesn't provide any of the `.pc' files > (pkg-config) needed by, e.g., MPlayer-plug-in. So I guess xulrunner and > the browser can't be built at the same time. > > Thanks, > Ludo'. > > > > -- > http://gnuzilla.gnu.org -- http://gnuzilla.gnu.org
