bug-gnuzilla
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Building GNU IceCat and Xulrunner


From: Ludovic Courtès
Subject: Re: Building GNU IceCat and Xulrunner
Date: Tue, 09 Dec 2008 15:13:06 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux)

Hello,

Sorry for the delay.

Giuseppe Scrivano <address@hidden> 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'.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]