[Kde-imaging] [Bug 199129] xmp_sdk/common/LargeFileAccess.cpp: size of array ‘check_off_t_size’ is negative
Friedrich W. H. Kossebau
kossebau at kde.org
Mon Jul 6 15:50:02 CEST 2009
https://bugs.kde.org/show_bug.cgi?id=199129
--- Comment #7 from Friedrich W. H. Kossebau <kossebau kde org> 2009-07-06 15:50:01 ---
Hi Gilles,
(In reply to comment #5)
> Created an attachment (id=35095)
--> (http://bugs.kde.org/attachment.cgi?id=35095) [details]
> Patch from Angelo Naselli to fix broken XMP SDK compilation under 64 bits
> computer
>
> Friedrich,
>
> Please test this patch on your computer...
Nope, no change.
The line in question is
static char check_off_t_size [ (sizeof(off_t) == 8) ? 1 : -1 ];
and it might only be solvable if off_t is 8 byte long. No idea where off_t
comes from. A first glance at the websearch result on off_t hints that
anticipations about the size of off_t is a real problem. :(
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Kde-imaging
mailing list