victor wrote:
Dear sirs: I download 1.7rc1 and 1.8a1, on redhat 9.0 , and make with : ./configure --enable-default-toolkit=gtk after TestGtkEmbed make ok: export LD_LIBRARY_PATH=(MOZ_PATH)/dist/lib mkdir /usr/lib/mozilla; and move 6 libs of mozilla in /usr/lib used by TestGtkEmbed to /usr/lib/mozilla, so TestGtkEmbed will use libs in .../dist/lib but TestGtkEmbed crashed : 0x400223e0 in EmbedPrivate::Realize(int *) () from /data/develop/mozilla/mozgtk/dist/lib/libgtkembedmoz.so but it run ok with original libs in /usr/lib (I move them to /usr/lib/mozilla)
and if I make with : ./configure --enable-default-toolkit=gtk2, it still have this crash.
I don't know the underlying cause, but setting the environment variable MOZILLA_FIVE_HOME to the installation folder seems to work, i.e.
export MOZILLA_FIVE_HOME=/data/develop/mozilla/mozgtk/dist
(using the MOZILLA_FIVE_HOME configure option didn't appear to stop the crashes either)
Regards, Tim. _______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
