i need the xul support.
isn't --enable-static &  --disable-shared increase the size?

"Adrian M." <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> I can see that you are missing at least the options to build static
> (
> ac_add_options --disable-shared
> ac_add_options --enable-static
> )
> and to disable xul:
> ac_add_options --disable-xul
>
> You should use the mozconfig that it's located in the embedding/minimo
> Adrian
>
>
> oshri yahav wrote:
> > here is my mozconfig file ( maybe you can tell if something is wrong)
> > mk_add_options [EMAIL PROTECTED]@/obj-minimo
> >
> > CROSS_COMPILE=1
> >
> > GLIB_CONFIG=/home/oshri/SH4-FS-NEW/usr/bin/glib-config
> > GTK_CONFIG=/home/oshri/SH4-FS-NEW/usr/bin/gtk-config
> > LIBIDL_CONFIG=/home/oshri/SH4-FS-NEW/usr/bin/libIDL-config
> > HOST_LIBIDL_CONFIG=/usr/bin/libIDL-config-2
> >
> > ac_add_options --prefix=/home/oshri/SH4-FS-NEW
> > ac_add_options --target=sh4-unknown-linux-gnu
> > ac_add_options --x-includes=/home/oshri/SH4-FS-NEW/usr/X11R6/include
> > ac_add_options --x-libraries=/home/oshri/SH4-FS-NEW/usr/X11R6/lib
> > ac_add_options --with-pthreads
> > #ac_add_options --enable-default-toolkit=gtk2
> >
> > ac_add_options --disable-profilesharing
> > ac_add_options --disable-profilelocking
> >
> > #MOZ_ENABLE_COREXFONTS=0
> > #ac_add_options --enable-xft
> > ac_add_options --disable-freetype2
> > ac_add_options --enable-native-uconv
> >
> > ac_add_options --disable-mailnews
> > ac_add_options --disable-ldap
> > ac_add_options --disable-postscript
> > ac_add_options --disable-xprint
> > #ac_add_options --enable-crypto
> > ac_add_options --disable-jsd
> > #ac_add_options --disable-oji
> > ac_add_options --disable-accessibility
> > ac_add_options --disable-composer
> > ac_add_options --disable-mathml
> > ac_add_options --enable-plaintext-editor-only
> > ac_add_options --disable-installer
> > ac_add_options --disable-tests
> > ac_add_options --disable-dtd-debug
> > ac_add_options --disable-logging
> > ac_add_options --disable-xpinstall
> > #ac_add_options --disable-jsloader
> > ac_add_options --enable-single-profile
> > ac_add_options --disable-xpfe-components
> > ac_add_options --disable-necko-disk-cache
> > ac_add_options --enable-necko-protocols=http,file,res,jar
> > ac_add_options --enable-image-decoders=png,gif,jpeg
> >
> > #ac_add_options --enable-reorder
> > #ac_add_options --enable-elf-dynstr-gc
> >
> > ac_add_options --enable-optimize=-O2
> > ac_add_options --disable-debug
> > ac_add_options --enable-strip
> >
> > LIBS=-lsupc++
> > CXX=sh4-unknown-linux-gnu-gcc
> >
> > "Adrian M." <[EMAIL PROTECTED]> wrote in message
> > news:[EMAIL PROTECTED]
> >
> >>Oshri Yahav wrote:
> >>
> >>>"Boris Zbarsky" <[EMAIL PROTECTED]> wrote in message
> >>>news:[EMAIL PROTECTED]
> >>>
> >>>
> >>>>Oshri Yahav wrote:
> >>>>
> >>>>
> >>>>>I have successfully compiled and build the mozilla minimo and it
works
> >>>
> >>>fine
> >>>
> >>>
> >>>>>.
> >>>>>But the total size of the Embed directory is about 28M.
> >>>>
> >>>>Is that debug or optimized?  Stripped or unstripped?
> >>>>
> >>>>-Boris
> >>>
> >>>
> >>>Stripped & optimized
> >>
> >>It should be more in the area of 12M ( 10.7M binaries + 1.2M
> >>non-binaries ). It is this way when using 1.6 branch.
> >>Adrian
> >>
> >
> >
> >
>


_______________________________________________
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to