Zongyun Lai wrote:
Hi all,
I am new to OpenOffice development. I grabed the "vanilla" source codes from development build (build OOH680_m8) today. And I happily compiled them with the help of ccache and distcc. Some, compiling is not a great pain. However, when I want to launch the application, I do the following operations, and it crashes,
$ . LinuxX86Env.Set.sh

This modifies your environment (e.g., LD_LIBRARY_PATH), which can cause problems when you start applications from that environment.

$ cd solver/680/unxlngi6.pro/bin/
$ ./soffice.bin -impress

Always start ./soffice, not ./soffice.bin.

-Stephan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to