Skip Menu |

This queue is for tickets about the OpenOffice-UNO CPAN distribution.

Report information
The Basics
Id: 36157
Status: new
Priority: 0/
Queue: OpenOffice-UNO

People
Owner: Nobody in particular
Requestors: FWILES [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.04
Fixed in: (no value)



Subject: Compilation failure with OpenOffice 2.3
It appears you can't compile OpenOffice::UNO against OpenOffice 2.3 as provided with CentOS 4.5. Perl version is 5.8.8. There is a libsalhelper3gcc3.so in the library path, but I receive these errors when compiling: [root@VO12250 OpenOffice-UNO-0.04]# make Running Mkbootstrap for OpenOffice::UNO () chmod 644 UNO.bs rm -f blib/arch/auto/OpenOffice/UNO/UNO.so g++ -L/etc/openoffice.org2.3/program -shared UNO.o -o blib/arch/auto/OpenOffice/UNO/UNO.so \ -L/etc/openoffice.org2.3/program -lsalhelper3gcc3 -lcppuhelper3gcc3 -lcppu -lstlport_gcc -lsalhelper3gcc3 \ /usr/bin/ld: skipping incompatible /etc/openoffice.org2.3/program/libsalhelper3gcc3.so when searching for -lsalhelper3gcc3 /usr/bin/ld: skipping incompatible /etc/openoffice.org2.3/program/libsalhelper3gcc3.so when searching for -lsalhelper3gcc3 /usr/bin/ld: cannot find -lsalhelper3gcc3 collect2: ld returned 1 exit status make: *** [blib/arch/auto/OpenOffice/UNO/UNO.so] Error 1