<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 - [patch] poppler-0.64.0 fails to compile when nss is present: ‘PRBool’ has not been declared"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=106388">106388</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[patch] poppler-0.64.0 fails to compile when nss is present: ‘PRBool’ has not been declared
          </td>
        </tr>

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

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

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>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>williambader@hotmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=139323" name="attach_139323" title="patch to fix the compiler errors">attachment 139323</a> <a href="attachment.cgi?id=139323&action=edit" title="patch to fix the compiler errors">[details]</a></span>
patch to fix the compiler errors

This happens when compiling for x86_64 on Fedora 27 and CentOS 7.
I get compile errors like
/usr/include/nss3/hasht.h:48:29: error: ‘PRBool’ has not been declared
     void (*destroy)(void *, PRBool);
I needed to add #include <prtypes.h> to poppler/SignatureInfo.cc,
qt5/src/poppler-form.cc, and utils/pdfsig.cc.
I attached a patch.</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>