Re: [lo-4.2] regview fails to show rdb files

2014-01-17 Thread Neeraj Rai
No trivial issues encountered. -O was the only change needed Thanks Neeraj ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [lo-4.2] regview fails to show rdb files

2014-01-11 Thread Neeraj Rai
thanks Stephan, -O works. Sorry, I'm coming back to LO after 6 months. While last time, I was fairly new, so went with 4.0 release version. this time I am starting with beta 4.2 and skipped 4.1 entirely. I have only tried compilation . During the week, I'll have more time to try the app itself.

Re: [lo-4.2] regview fails to show rdb files

2014-01-10 Thread Stephan Bergmann
On 01/09/2014 05:33 PM, Neeraj Rai wrote: 3. cppumaker -BUCR -Gc offapi.rdb types.rdb myfile.rdb 4.2 doesn't support options -BUR so I took them out leaving -C and it builds but the output dirname is .org instead of org * Yes, -BUCR is gone since LO 4.1, see

Re: [lo-4.2] regview fails to show rdb files

2014-01-10 Thread Stephan Bergmann
On 01/10/2014 09:46 AM, Stephan Bergmann wrote: * Looks like starting with LO 4.2 cppumaker has a problem when the specified output directory is not an absolute path (incl. the case where you do not explicitly specify an output directory via -O at all). As a workaround, try cppumaker -O $PWD

Re: [lo-4.2] regview fails to show rdb files

2014-01-09 Thread Neeraj Rai
Hi Stephan, I had built an extension last year with help from you and others on this list. I am having issues building it with 4.2 . The build had 7 steps and fails at 3rd with 4.2. would you be able to point me in the right direction. 1. idlc -C -I my file.IDL 2.regmerge myfile.rdb /UCR

Re: [lo-4.2] regview fails to show rdb files

2013-12-11 Thread Stephan Bergmann
On 12/10/2013 08:55 PM, Neeraj Rai wrote: Traceback (most recent call last): File libreconverter-master/libreconverter.py, line 18, in module import loutils File libreconverter-master/loutils.py, line 39, in module import uno File

Re: [lo-4.2] regview fails to show rdb files

2013-12-11 Thread Neeraj Rai
Hi Stephan, that was it. I had modified the loutil.py to add both 4.0 and 4.2 and since 4.0 was before 4.2, it was being picked up. With 4.2, the python version from 4.0 was messing things up. After I removed program 4.0 etc, it works for 4.2 as expected. For some reason it work for me with and

Re: [lo-4.2] regview fails to show rdb files

2013-12-10 Thread Stephan Bergmann
On 12/10/2013 05:18 AM, Neeraj Rai wrote: I pulled a 4.2 version on Nov 23 and again today. Both seem to show this behaviour. The regview doesn't show the rdb file $./instdir/ure/bin/regview ./instdir/program/types/oovbaapi.rdb open registry ./instdir/program/types/oovbaapi.rdb failed I

Re: [lo-4.2] regview fails to show rdb files

2013-12-10 Thread Neeraj Rai
Hi Stephan, thanks for the explanation- it makes things clear. Would you happen to know if running an uno server or connecting to it, is affected by this? Background: Robinson Tyron put up on github recently a python utility to convert xls sheets to csv using headless option in response to

Re: [lo-4.2] regview fails to show rdb files

2013-12-10 Thread Stephan Bergmann
On 12/10/2013 05:06 PM, Neeraj Rai wrote: thanks for the explanation- it makes things clear. Would you happen to know if running an uno server or connecting to it, is affected by this? Background: Robinson Tyron put up on github recently a python utility to convert xls sheets to csv using

Re: [lo-4.2] regview fails to show rdb files

2013-12-10 Thread Neeraj Rai
Hi Stephan, That's encouraging if it works for you. It is possibly an issue with my setup. But I may need help figuring it out. The error I get is listed below : and the file is attached. -- error.txt Traceback (most recent call last): File

[lo-4.2] regview fails to show rdb files

2013-12-09 Thread Neeraj Rai
Hi , I pulled a 4.2 version on Nov 23 and again today. Both seem to show this behaviour. The regview doesn't show the rdb file $./instdir/ure/bin/regview ./instdir/program/types/oovbaapi.rdb open registry ./instdir/program/types/oovbaapi.rdb failed I created an rdb file using idlc and