Re: About debugging tokenizer of writerfilter

2014-08-11 Thread Andre Fischer
On 09.08.2014 03:10, Hung Mark wrote: Hi, I tried to understand why my document doesn't format correctly. I followed steps on wiki : https://wiki.openoffice.org/wiki/WriterFilter ./uno -l libwriterfilter.so -c debugservices.ooxml.ScannerTestService -- file:///home/mark/num.docx error: libwr

Re: About debugging tokenizer of writerfilter

2014-08-10 Thread Hung Mark
Hi Louis, After I enable debug by 'build debug=t', I glimpsed the traceback message with 'libre...'. (not very sure) Then I reinstall my VM and delete all libreoffice. Here is what I do and the resulting message. Well, I guess it's nothing to do with libreoffice ;-( mh@ubuntu:~/aoo/main/writer

Re: About debugging tokenizer of writerfilter

2014-08-10 Thread Louis Suárez-Potts
> On 2014-08-10, at 09:54, Hung Mark wrote: > > Hi Peter and Regina, > > I realized that I might have skipped important steps. > Later on I built with debug=t and install the so file, it printed another > error message. > And I guess that pre-installed libreoffice in my ubuntu 12.04 might affec

Re: About debugging tokenizer of writerfilter

2014-08-10 Thread Hung Mark
Hi Peter and Regina, I realized that I might have skipped important steps. Later on I built with debug=t and install the so file, it printed another error message. And I guess that pre-installed libreoffice in my ubuntu 12.04 might affect the result. I'm now rebuilding my environment. I tried wiki

Re: About debugging tokenizer of writerfilter

2014-08-09 Thread Regina Henschel
Hi, Hung Mark schrieb: Hi, I tried to understand why my document doesn't format correctly. I followed steps on wiki : https://wiki.openoffice.org/wiki/WriterFilter ./uno -l libwriterfilter.so -c debugservices.ooxml.ScannerTestService -- file:///home/mark/num.docx error: libwriterfilter.so:

Re: About debugging tokenizer of writerfilter

2014-08-08 Thread Peter Kelly
While I'm not familiar with the current filter implementation, the error you've run into does't look like it's the reason for your document not being processed correctly; the message indicates to me that it's not even getting to the point of being able to load the module necessary to do the conv