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.
Should the cppumaker be enhanced to output constants like this
as 4294967040u instead? Would that make the warning go away? Terrence, can
you check please: Manually edit
the workdir/*/UnoApiHeadersTarget/offapi/normal/com/sun/star/i18n/TransliterationModules.hdl
file and add an 'u' after the 4294967040 number.
--tml
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.