Re: resolveUndefined
James McKenzie <[email protected]>
| Newsgroups | gmane.comp.openoffice.devel.porting |
|---|---|
| Message-ID | <[email protected]> |
Florian Heckl wrote:
> Hi all,
>
>>> Nakata,
>>> I haven't seen this mentioned yet on the porting-dev mailing
>>> list,
>>> but your OOo1.9m112 en-US build generates the following warning when
>>> a New document if first created...
>>> resolveUndefined
>>> (__ZThn16_N4cppu27WeakComponentImplHelperBase19removeEventListenerERK
>>> N3com3sun4star3uno9ReferenceINS3_4lang14XEventListenerEEE) in /
>>> Applications/openoffice.org1.9.112/program/ldapbe2.uno.dylib
>>>
>>
>> This missing symbol is well known, I confirm. Every time I trace
>> code, I see it.
>>
>> It occurs probably because of a mismatch (or something like that)
>> with symbols used both with Mozilla and LDAP (not enabled by default
>> in our builds). It can simply be because ldap is missing, or even be
>> just a warning....
>>
>> Feel free to investigate more. For this, you'll need mozilla + ldap
>> sources too, and ... *OpenOffice.org* sources, of course.
>
>
> The problem can be resolved by copying moz/unxmacxp.pro/lib/
> libldap50.dylib into OOo's program directory. This library is at
> least delivered on Linux x86, just verified it with official m109
> download.
> However I cannot find any reference to libldap50.{dll | dylib | so}
> in module scp2. Any ideas?
How about adding it to the deliver products from moz to the solver
directories? Is scp2 built before or after moz in 1.9 (I've got to run
that script to see which order the modules are built.)
James McKenzie