Kohei Yoshida a écrit :
On 10/30/06, Mikaël De Bie <[EMAIL PROTECTED]> wrote:
Hi,
I'm trying to compile an addin to Openoffice-calc (scsolver).
I use regcomp to register the library into the rdb file and I get this
error :
....................................................................................................
../../../../solver/680/unxlngi6.pro/bin/regcomp -register -r
scsolver.uno.rdb -c scsolver.uno.so
register component 'scsolver.uno.so' in registry 'scsolver.uno.rdb'
failed!
error (CannotRegisterImplementationException): loading component library
failed: scsolver.uno.so
Make sure that there is binary compatibility between the OO.o build
that you use, and the scsolver component that you build. If you are
using Sun's build downloaded from www.openoffice.org, then it was
built using gcc 3.4.1. If you are using the distro build, then that's
most likely built by the compiler that is shipped with that distro.
I've seen this error typically when I build the scsolver module using
the version of gcc that breaks binary compatibility with the OO.o.
I'm using the sources downloaded from www.openoffice.org
(OOo_2.0.3_LinuxIntel_solver.tar.gz)
So I've compiled and installed gcc 3.4.1 and then I've tried the
compilation of scsolver with this compilator, but I get the same error...
Has anybody any other ideas ?
Thanks again for your attention !
Mikaël
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]