[Poppler-bugs] [Bug 60095] utils/pdfunite.cc fails to build

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Feb 5 15:03:03 PST 2013


https://bugs.freedesktop.org/show_bug.cgi?id=60095

--- Comment #18 from Adrian Johnson <ajohnson at redneon.com> ---
Another option would be to just define Goffset to be (or replace it with) "long
long". Since we only do add/subtract with Goffset the impact on 32-bit
platforms of always using a 64-bit type would be minimal. 

We could then define our own poppler_fseek/poppler_ftell functions to keep all
the fseek/ftell variants and off_t types in one file.

This would avoid all the problems in trying to ensure the definition of off_t
is correct.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/poppler-bugs/attachments/20130205/f5732767/attachment.html>


More information about the Poppler-bugs mailing list