How to logging in AOO

2012-04-02 Thread Ochirov Nikolay
Hello, I want to enable logging in AOO3.4. The site has only this article http://wiki.services.openoffice.org/wiki/Category:Logging, but from it  i don't understand anything. Is there any configuration file for the logging system, or need to insert some code into the source?  What do i do? Hope fo

Re: How to logging in AOO

2012-04-04 Thread Ochirov Nikolay
Thank you for links, Joost They are useful, if you want to parse the logs. But i need to create the log files and then parse them. I still don't understand how to do it, Drew. 3 апреля 2012 г. 18:38 пользователь Joost Andrae написал: > Hi, > > probably these links are of help: > > http://wiki.ser

Question about OOo, AOO

2012-04-10 Thread Ochirov Nikolay
Hello! I hope I haven't t bothered with my questions. But I don't have anyone to ask for advice, so I rely on your wisdom, the Jedi of this mailing list So, Why AOO all documents open in a single process? Has anyone tried to make AOO open documents in different processes? Regards, Nikolay

Re: Question about OOo, AOO

2012-04-10 Thread Ochirov Nikolay
system, system - Ubuntu) I have no much experience in this question in particular and programming in general. If anyone will be willing to help with this - I will be very happy! Regards, Nikolay 10 апреля 2012 г. 21:09 пользователь Regina Henschel < rb.hensc...@t-online.de> написал: > Hi Niko

Re: Question about OOo, AOO

2012-04-11 Thread Ochirov Nikolay
атель Andre Fischer написал: > Hi Nikolay, > > > On 11.04.2012 02:02, Ochirov Nikolay wrote: > >> Thank you very much, Regina! >> >> I just noticed that the AOO open all documents in one process, it became >> interesting. >> But I would like to write code t

debugging with gdb

2012-05-07 Thread Ochirov Nikolay
How to add debugging symbols of AOO in gdb? I'm trying to debug the AOO but can't figure out how to add debug information into gdb. I add --enable-symbols in configure, and add the path to the source into gdb(maybe it's not right?). But when debugging gdb writes to the console - no debugging symbo

Re: debugging with gdb

2012-05-07 Thread Ochirov Nikolay
Thank you, Ariel! One more question - what is gbuild? 2012/5/7 Ariel Constenla-Haile > Hello Nikolay, > > On Mon, May 07, 2012 at 10:49:55PM +0400, Ochirov Nikolay wrote: > > How to add debugging symbols of AOO in gdb? > > I'm trying to debug the AOO but can

Re: debugging with gdb

2012-05-07 Thread Ochirov Nikolay
Thank you, Ariel! I will try to deal with gbuild. This is somwthing new) In general, I want to debug feature Desktop::Main(). After correcting i have error in it. Regards, Nikolay 2012/5/7 Ariel Constenla-Haile > Hi Nikolay, > > On Mon, May 07, 2012 at 11:16:55PM +0400, Ochirov Niko

Re: debugging with gdb

2012-05-08 Thread Ochirov Nikolay
gdb is still writes to console - debugging symbols not found Can anyone give an example of configure script for configuration with debugging symbols 2012/5/8 Ariel Constenla-Haile > Hi Nikolay, > > On Tue, May 08, 2012 at 12:25:15AM +0400, Ochirov Nikolay wrote: > > Thank you, Ar

Re: debugging with gdb

2012-05-08 Thread Ochirov Nikolay
^ > > The missing b does not lead to an error, the debug information is just > not added. > > -Andre > > > On 08.05.2012 16:56, Ochirov Nikolay wrote: > >> gdb is still writes to console - debugging symbols not found >> Can anyone give an example of

Re: debugging with gdb

2012-05-08 Thread Ochirov Nikolay
G=yes what am i doing wrong ? sincerely, Nikolay 2012/5/8 Ariel Constenla-Haile > Hi Nikolay, > > On Tue, May 08, 2012 at 08:47:37PM +0400, Ochirov Nikolay wrote: > > Thank you, Andre, I notice that. > > I rebuilt desktop module but still nothing happened. > > I will tr

Re: debugging with gdb

2012-05-08 Thread Ochirov Nikolay
08, 2012 at 10:08:37PM +0400, Ochirov Nikolay wrote: > > Hi, > > that's part of gdb session: > > ... > > Continuing. > > #0 desktop::Desktop::Main (this=0xbfc28244) > > at /home/user/ooo/main/desktop/source/app/app.cxx:1670 > > #1 0x018b410d in Impl

Re: debugging with gdb

2012-05-09 Thread Ochirov Nikolay
correctly, received new libraries i copied to the /opt/ openoffice.org/basis.3/programm/libs Maybe I did something wrong again? Regards, Nikolay. 2012/5/9 Ariel Constenla-Haile > Hi Nikolay, > > On Tue, May 08, 2012 at 11:21:03PM +0400, Ochirov Nikolay wrote: > > Thank you for help

Re: debugging with gdb

2012-05-10 Thread Ochirov Nikolay
trees ... What does it mean the message "clean output trees"? How to do that? Regars, Nikolay. 2012/5/9 Ariel Constenla-Haile > Hi Nikolay, > > On Wed, May 09, 2012 at 07:07:49PM +0400, Ochirov Nikolay wrote: > > Hi all! > > Again, it doesn't work > > >