Re: Re: Error on svl modules

Davide Dozza <[email protected]> Fri, 18 Jun 2010 11:50:17 +0200
Newsgroups gmane.comp.openoffice.devel.tools
Message-ID <[email protected]>
--------------enig99DF30A563CE2882DA806042
Content-Type: text/plain; charset=ISO-8859-15
Content-Transfer-Encoding: quoted-printable

Michael Stahl ha scritto:
> On 18/06/2010 10:49, Davide Dozza wrote:
>> Michael Stahl ha scritto:
>>
>> [...]
>>
>>>> cd tools && rm -r wntmsci12* && build debug=3Dt -P4 && DISABLE_STRIP=
=3Dt deliver
>>>> cd transex && rm -r wntmsci12* && build debug=3Dt -P4 && DISABLE_STR=
IP=3Dt deliver
>> transex dir doesn't exist but exists transex3.
>>
>> Inside transex3 I can find only a directory named java.
>=20
> 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.
>=20

I did it.

The problem happens on tstring.cxx

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

*pTempStr is a null pointer.

Davide


--------------enig99DF30A563CE2882DA806042
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.12 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org/

iEYEARECAAYFAkwbQVkACgkQIXgZqRs8KhMvtgCZAQ/NcFrJvpP7DL1xh+8oORvw
wsEAoKKxqpk0oNeYHOvzQbRZR2Fz1QfQ
=ZoBM
-----END PGP SIGNATURE-----

--------------enig99DF30A563CE2882DA806042--