clark lv wrote:
> Hi,
> I compiled mozilla 0.8 source oo Linux,and I couldn't run the embedding
> examples.
> When I run "make" command in "../mozilla/embedding/config/" directory,ti
> told me that flow files missed:
> 1 . libz.so
> 2 . WebBrowser_Setup.xpt
>
> Now, What should I do?
>
> --RainBow
A couple of files in the manifest don't exist anymore but this should
not cause problems. Are you trying to run gtkEmbed directly? If so start
it like this instead:
cd mozilla/dist/Embed
./run-mozilla.sh gtkEmbed
The run-mozilla.sh script sets up all the library paths and has options
for launching debuggers. If you just type ./gtkEmbed nothing will work.
We have a bug open to make the launch script more intuitive:
http://bugzilla.mozilla.org/show_bug.cgi?id=70760
Adam