Re: [dev] Perl OpenOffice::UNO

2009-09-25 Thread Stephan Bergmann
On 09/24/09 23:49, Michael Mellinger wrote: I'm trying install the Perl module OpenOffice::UNO and I get the error below (OpenOffice::UNO Error). Has anyone seen this before? I using Sun's compiler and I was wondering C++ compiler was used to compile the Solaris version of OpenOffice and the

Re: [dev] Perl OpenOffice::UNO

2009-09-25 Thread Michael Mellinger
I've install OO3.1 and the SDK in /opt/openoffice.org and /opt/openoffice.org3/ Not sure what the breakdown is. Here's a partial list of libs. [mell...@sol3 openoffice.org]$ ls -1 /opt/openoffice.org/ure/lib/libuno* /opt/openoffice.org/ure/lib/libuno_cppuhelperC52.so.3

Re: [dev] Perl OpenOffice::UNO

2009-09-25 Thread Michael Mellinger
Yes, that was the missing pieces. Thanks. Here are my notes on how to install the OpenOffice::UNO module on OpenSolaris/Solaris 10. 1. Change equal to match solaris in Makefile.PL } elsif( $config[2] =~ /solaris/ ) { 2. #include sys/vnode.h /* top of UNO.c file */ 3. Remove for the check