Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


On 09/03/2013 09:15 AM, Tor Lillqvist wrote:
dougmencken had the same issue. He of course is using a toolchain and
SDK we don't support any more (building for OS X 10.5 on PowerPC, with
gcc 4.2 I think), but maybe this is a more general problem then, also
for supported configurations?

The exact problem, if I recall from IRC, is with
the TransliterationModules::IGNORE_MASK
in offapi/com/sun/star/i18n/TransliterationModules.idl . Its value in
IDL is -0x100, and in the generated header it shows up as 4294967040.

Ah, this is a bug in cppumaker. UNO enum members must have numeric values in the range [-2^31 ... 2^31 - 1] (cf. <http://www.openoffice.org/udk/common/man/typesystem.html>), so cppumaker should emit that as -256 rather than 4294967040. Fix to follow.

Stephan

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.