Michael Stahl ha scritto:
> On 18/06/2010 10:49, Davide Dozza wrote:
>> Michael Stahl ha scritto:
>>
>> [...]
>>
>>>> cd tools && rm -r wntmsci12* && build debug=t -P4 && DISABLE_STRIP=t 
>>>> deliver
>>>> cd transex && rm -r wntmsci12* && build debug=t -P4 && DISABLE_STRIP=t 
>>>> deliver
>> transex dir doesn't exist but exists transex3.
>>
>> Inside transex3 I can find only a directory named java.
> 
> sorry, i assumed that if there's a "transex3" module, then that's where a
> "transex3" program would be build.  actually it seems to be built in
> module "l10ntools".  how intuitive.
> 

I did it.

The problem happens on tstring.cxx

xub_StrLen ImplStringLen( const sal_Char* pStr )
{
        const sal_Char* pTempStr = pStr;
        while( *pTempStr )
                ++pTempStr;
        return (xub_StrLen)(pTempStr-pStr);
}

*pTempStr is a null pointer.

Davide

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to