[dev] How to get logs from non product builds

2010-09-15 Thread Pavel Laštovička
Hello, I have build a non-product build of 3.2.1 on Mac and cannot get any logs from it. I need output from RTL_LOGFILE_CONTEXT and similar macros. Wiki says that I should press Alt-Shift-Control 'D' to get some debug dialog but that does not work for me. What can I do? Thanks Pavel

Re: [dev] How to get logs from non product builds

2010-09-15 Thread Frank Schönheit
Hi Pavel, I have build a non-product build of 3.2.1 on Mac and cannot get any logs from it. I need output from RTL_LOGFILE_CONTEXT and similar macros. Wiki says that I should press Alt-Shift-Control 'D' to get some debug dialog but that does not work for me. RTL_LOGFILE_CONTEXT and

Re: [dev] Ubuntu desktop 10.4.1 de: Cannot start OOo, because

2010-09-15 Thread rony
Hi Stephan, On 14.09.2010 14:55, Stephan Bergmann wrote: On 09/14/10 08:21, rony wrote: The logfile (and a text-file giving information on the system) can be found at:http://wi.wu.ac.at/rgf/tmp/OOo/. One odd thing in

Re: [dev] Ubuntu desktop 10.4.1 de: Cannot start OOo, because

2010-09-15 Thread Stephan Bergmann
On 09/15/10 08:12, rony wrote: administra...@flatscher:~$ ls -alF /home/administrator/.openoffice.org/ hadm-ooo.txt insgesamt 12 drwxr-xr-x 3 root root 4096 2010-09-06 10:04 ./ drwxr-xr-x 33 administrator administrator 4096 2010-09-14 22:13 ../

Re: [dev] Ubuntu desktop 10.4.1 de: Cannot start OOo, because

2010-09-15 Thread rony
Dear Stephan, On 15.09.2010 11:51, Stephan Bergmann wrote: On 09/15/10 08:12, rony wrote: administra...@flatscher:~$ ls -alF /home/administrator/.openoffice.org/ hadm-ooo.txt insgesamt 12 drwxr-xr-x 3 root root 4096 2010-09-06 10:04 ./ drwxr-xr-x 33

[dev]Missing vcl resource

2010-09-15 Thread Soohong Min
Hello, I've already posted my question about Missing vcl resource. After building Openoffice 3.2.1.4, I can launch it manually but I cannot start it by python scripts (resolver.resolve()) First of all, I wonder why this problem (missing vcl resource) is happened. I guess this problem was

Re: [dev] Ubuntu desktop 10.4.1 de: Cannot start OOo, because

2010-09-15 Thread Joost Andrae
Hi, I suggest you sudo chown -R administator:administrator /home/administrator/.openoffice.org to clean up the mess. :) :-) Thank you very much for your efforts ! I believe you just mixed up 'su -' with 'su' ... Kind regards, Joost

Re: [dev] How to get logs from non product builds

2010-09-15 Thread Pavel Laštovička
Hi Frank :-) , Dne 15.9.2010 11:17, Frank Schönheit napsal(a): Hi Pavel, I have build a non-product build of 3.2.1 on Mac and cannot get any logs from it. I need output from RTL_LOGFILE_CONTEXT and similar macros. Wiki says that I should pressAlt-Shift-Control 'D' to get some debug dialog

[dev] Re: How to get logs from non product builds

2010-09-15 Thread Joost Andrae
Hi, How should that combination be pressed? Alt, then add Shift, then add Control and the D key? Or one by one in sequence? within a debug build press Ctrl+Shift+Alt+D at the same time to get the debug window. Kind regards, Joost

[dev] Trying to document New unknown commands in StarBasic

2010-09-15 Thread Andrew Douglas Pitonyak
I am updating my documentation for StarBasic, and, I found a few methods that have me stumped for a good explanation: RTL I must use CompatibilityMode(True) before calling RTL. Defined in methods.cxx. The implementaiton code is very simple: rPar.Get( 0 )-PutObject(

Re: [dev] How to get logs from non product builds

2010-09-15 Thread Frank Schönheit
Hi Pavel, thank you for your explanation. I have recompiled some modules with profiling turned on. I need its output to easily see OO.o execution path. However my profiling logs are empty :-( They only contain data when OO.o is successfully started and terminated. That's difficult to