Re: Mozilla runtime files

2006-01-20 Thread JacobZ
I tried only using the files as described in the
embedding/config/minimo-unix file .. the window would open up, but it
wouldn't load the URL, from command line and also from the address bar .
Also, some files were not present in the 1.7.12 build. (libxlibrgb.so ) but
that may be because of the .mozconfig optioning.



I'm experimenting with configuring mozilla, ...disabling features to get a
smaller release. Here's the .mozconfig. The build loads and allows login to
wamu.com .. but crashes on loading discovercard.com. Could it be because of
the activex disabling?



---

ac_add_options --disable-debug

ac_add_options --disable-logging

ac_add_options --enable-strip

ac_add_options --enable-strip-libs

ac_add_options --disable-pedantic

ac_add_options --with-pthreads

ac_add_options --disable-xterm-updates

ac_add_options --disable-cpp-exceptions

ac_add_options --enable-crypto



ac_add_options --enable-optimize=-O2 -mcpu=pentiumpro -march=pentium

ac_add_options --disable-freetypetest

ac_add_options --disable-mailnews

ac_add_options --disable-accessibility

ac_add_options --disable-dtd-debug

ac_add_options --disable-glibtest



ac_add_options --disable-activex

ac_add_options --disable-activex-scripting

ac_add_options --disable-jsd

ac_add_options --disable-bidi

ac_add_options --disable-mathml





ac_add_options --disable-view-source

ac_add_options --disable-necko-disk-cache

ac_add_options --enable-necko-small-buffers

ac_add_options --disable-composer



ac_add_options --disable-verbose-config-defs

ac_add_options --disable-libIDLtest



ac_add_options --disable-profilesharing

ac_add_options --disable-profilelocking

ac_add_options --enable-single-profile



ac_add_options --prefix=/mozrel





export BUILD_OFFICIAL=1

export MOZILLA_OFFICIAL=1

mk_add_options BUILD_OFFICIAL=1

mk_add_options MOZILLA_OFFICIAL=1




Antonio Gomes [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Have you tried

 ./configure --prefix=/pathtoanytarget (or adding the ac_add_options
 --prefix=/pathtoanytarget)  make install

 It'll creates a directory holding all the binaries required at
 run-time. After that, go to

 cd /pathtoanytarget/lib/minimo-your_minimo_version/
 export LD_LIBRARY_PATH=.
 export MOZILLA_FIVE_HOME=.
 ./TestGtkEmbed

 regards


 On 10 Jan 2006 17:01:59 -0800, [EMAIL PROTECTED] [EMAIL PROTECTED]
wrote:
  Look at embedding/config/minimo-unix file for minimal files needed to
  run TestGtkEmbed.
 
  Also u can goto embedding/config directory and do make for dist/Embed
  directory for minial set of files.
 
  ___
  mozilla-embedding mailing list
  mozilla-embedding@mozilla.org
  http://mail.mozilla.org/listinfo/mozilla-embedding
 


 --
 --Antonio Gomes
 http:// tonikitoo (dot) blogspot (dot) com (slash)



___
mozilla-embedding mailing list
mozilla-embedding@mozilla.org
http://mail.mozilla.org/listinfo/mozilla-embedding


Re: Mozilla runtime files

2006-01-20 Thread JacobZ
the discovercard.com crash was my mistake..there were some errors while
parsing the page,  i had some code in the error handling that must've
caused the crash. Reverting to the original code, ran the site fine.

 wamu.com .. but crashes on loading discovercard.com. Could it be because
of
 the activex disabling?


___
mozilla-embedding mailing list
mozilla-embedding@mozilla.org
http://mail.mozilla.org/listinfo/mozilla-embedding


Re: Mozilla runtime files

2006-01-18 Thread JacobZ
Thanks for both tips!
What i was doing was, using dist/bin/* .. which had everything needed but
took ~ 40MB. I needed to trim it to the minimal.set.
Will be trying again looking at the minimo-unix  config file
Thanks


Antonio Gomes [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Have you tried

 ./configure --prefix=/pathtoanytarget (or adding the ac_add_options
 --prefix=/pathtoanytarget)  make install

 It'll creates a directory holding all the binaries required at
 run-time. After that, go to

 cd /pathtoanytarget/lib/minimo-your_minimo_version/
 export LD_LIBRARY_PATH=.
 export MOZILLA_FIVE_HOME=.
 ./TestGtkEmbed

 regards


 On 10 Jan 2006 17:01:59 -0800, [EMAIL PROTECTED] [EMAIL PROTECTED]
wrote:
  Look at embedding/config/minimo-unix file for minimal files needed to
  run TestGtkEmbed.
 
  Also u can goto embedding/config directory and do make for dist/Embed
  directory for minial set of files.
 
  ___
  mozilla-embedding mailing list
  mozilla-embedding@mozilla.org
  http://mail.mozilla.org/listinfo/mozilla-embedding
 


 --
 --Antonio Gomes
 http:// tonikitoo (dot) blogspot (dot) com (slash)



___
mozilla-embedding mailing list
mozilla-embedding@mozilla.org
http://mail.mozilla.org/listinfo/mozilla-embedding


Re: Mozilla runtime files

2006-01-11 Thread Antonio Gomes
Have you tried

./configure --prefix=/pathtoanytarget (or adding the ac_add_options
--prefix=/pathtoanytarget)  make install

It'll creates a directory holding all the binaries required at
run-time. After that, go to

cd /pathtoanytarget/lib/minimo-your_minimo_version/
export LD_LIBRARY_PATH=.
export MOZILLA_FIVE_HOME=.
./TestGtkEmbed

regards


On 10 Jan 2006 17:01:59 -0800, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Look at embedding/config/minimo-unix file for minimal files needed to
 run TestGtkEmbed.

 Also u can goto embedding/config directory and do make for dist/Embed
 directory for minial set of files.

 ___
 mozilla-embedding mailing list
 mozilla-embedding@mozilla.org
 http://mail.mozilla.org/listinfo/mozilla-embedding



--
--Antonio Gomes
http:// tonikitoo (dot) blogspot (dot) com (slash)

___
mozilla-embedding mailing list
mozilla-embedding@mozilla.org
http://mail.mozilla.org/listinfo/mozilla-embedding


Re: Mozilla runtime files

2006-01-10 Thread frajkumar
Look at embedding/config/minimo-unix file for minimal files needed to
run TestGtkEmbed.

Also u can goto embedding/config directory and do make for dist/Embed
directory for minial set of files.

___
mozilla-embedding mailing list
mozilla-embedding@mozilla.org
http://mail.mozilla.org/listinfo/mozilla-embedding