Re: How to launch LibreOffice from source

2014-09-05 Thread LOH KOK HOE
Dear Christian, Thanks for the information, I have successfully made the build. THanks @! On Wed, Sep 3, 2014 at 11:26 PM, Christian Lohmaier wrote: > Hi *, > > On Wed, Sep 3, 2014 at 4:21 PM, LOH KOK HOE wrote: > > > > kokhoe@KOKHOE:~/workspace/LibreOffice/core$ find . -name "soffice" > > ./

Re: How to launch LibreOffice from source

2014-09-04 Thread Stephan Bergmann
On 09/03/2014 03:21 PM, Noel Grandin wrote: the autogen.sh normally prints out instructions at the end of it's run I think it's something like ./instdir/bin/soffice.bin Always run the instdir/program/soffice wrapper script, never run the instdir/program/soffice.bin executable directly.

Re: How to launch LibreOffice from source

2014-09-03 Thread Christian Lohmaier
Hi *, On Wed, Sep 3, 2014 at 4:21 PM, LOH KOK HOE wrote: > > kokhoe@KOKHOE:~/workspace/LibreOffice/core$ find . -name "soffice" > ./workdir/unxlngx6.pro/CustomTarget/desktop/soffice > ./solver/unxlngx6.pro/bin/soffice > ./solver/unxlngx6.pro/installation/opt/program/soffice > > Among the entry, o

Re: How to launch LibreOffice from source

2014-09-03 Thread LOH KOK HOE
Thanks for your response. I did a quick search on soffice and it shows me following output: kokhoe@KOKHOE:~/workspace/LibreOffice/core$ find . -name "soffice" ./workdir/unxlngx6.pro/CustomTarget/desktop/soffice ./solver/unxlngx6.pro/bin/soffice ./solver/unxlngx6.pro/installation/opt/program/soffic

Re: How to launch LibreOffice from source

2014-09-03 Thread Noel Grandin
the autogen.sh normally prints out instructions at the end of it's run I think it's something like ./instdir/bin/soffice.bin ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: How to launch LibreOffice from source

2014-09-03 Thread Stefan Weiberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, the executable is in "instdir/program/". I use "soffice" to start up LibreOffice. Best regards, Stefan On 03.09.2014 15:18, LOH KOK HOE wrote: > Dear all, I have the source code downloaded, compiled and build > successfully. But I'm running ou