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
$ cd solver/680/unxlngi6.pro/bin/
$ ./soffice.bin -impress
(.. a quick splash screen, then crash, can't even see what it is...)
$ echo $?
78

However, when I install the packages, the installed program runs perfectly.
$ cd instsetoo_native/unxlngi6.pro/OpenOffice/deb/install/en-US/DEBS/
$ sudo dpkg -i *.deb
$ /opt/openoffice.org2.4/program/soffice.bin -impress
( runs normally )

So, could anyone give me some hints for this weird situation? Why can't I just launch applications in solver/680/unxlngi6.pro/bin/ directdory? I have googled the problem, some article suggest setting OOO_FORCE_DESKTOP=none, but it is of no use. So, if I have to install those packages after each modifications, it is very inconvenient for testing and debugging.

Some system information,
Debian GNU/Linux lenny/testing
2.6.22-3-686
gcc (GCC) 4.2.3 (Debian 4.2.3-1)
g++ (GCC) 4.2.3 (Debian 4.2.3-1)

Sorry for the long post, any help will be appreciated.

Zach



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

Reply via email to