[Poppler-bugs] [Bug 95492] New: Can't compile poppler on 32 bit linux platform

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu May 19 15:04:47 UTC 2016


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

            Bug ID: 95492
           Summary: Can't compile poppler on 32 bit linux platform
           Product: poppler
           Version: unspecified
          Hardware: x86 (IA32)
                OS: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: general
          Assignee: poppler-bugs at lists.freedesktop.org
          Reporter: Thomas.Freitag at alfa.de

Created attachment 123915
  --> https://bugs.freedesktop.org/attachment.cgi?id=123915&action=edit
add ull to all unsigned long long constants

On a 32 bit linux platform I get now the compiler errors with the following
pattern:

poppler/Decrypt.cc:1630: error: integer constant is too large for "long" type
make: *** [x86-Linux/Decrypt.o] Error 1

(at least if compiling with gcc 3.4.6)

If I add an "ull" to all unsigned long long constants it works. The attached
patch dose this.

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


More information about the Poppler-bugs mailing list