<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Can't compile poppler on 32 bit linux platform"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=95492">95492</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Can't compile poppler on 32 bit linux platform
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>poppler
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86 (IA32)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>general
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>poppler-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>Thomas.Freitag@alfa.de
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=123915" name="attach_123915" title="add ull to all unsigned long long constants">attachment 123915</a> <a href="attachment.cgi?id=123915&action=edit" title="add ull to all unsigned long long constants">[details]</a></span> <a href='page.cgi?id=splinter.html&bug=95492&attachment=123915'>[review]</a>
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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>