Petr Mladek wrote:
On Monday 21 November 2005 10:40, Stephan Bergmann wrote:

Petr Mladek wrote:

I was too fast. After I send this mail, I got into troubles with
getCppuType again.

It seems that getCppuType is defined for
com::sun::star::beans::PropertyValue but not for
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>. Then
the related symbol is not defined in content.o when libucbhelper3gcc3.so
is linked. The build log is attached.

It seems to be a more common problem. libcomphelp4gcc3.so cannot be
linked from the same reasons. getCppuType is not defined even for more
Sequence<T> types.

Will try to reproduce this.  Not sure yet who's at fault.


I tried to include include "com/sun/star/uno/Sequence.hxx from Any.hxx. It helped to compile both ucbhelper and comphelper. I am not sure if it is the right fix though.

Petr,

Please try the following changes instead (and let me know whether they work for you):

cppu/inc/com/sun/star/uno/Sequence.h 1.16.16.1
cppu/inc/com/sun/star/uno/Type.h 1.13.16.2

-Stephan

The patch is attached.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to