<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - utils/pdfunite.cc fails to build"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=60095#c15">Comment # 15</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - utils/pdfunite.cc fails to build"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=60095">bug 60095</a>
              from <span class="vcard"><a class="email" href="mailto:ajohnson@redneon.com" title="Adrian Johnson <ajohnson@redneon.com>"> <span class="fn">Adrian Johnson</span></a>
</span></b>
        <pre>It is not one file that is the problem. Any file that causes off_t to be
defined (which is any file including stdio.h directly or indirectly) needs
config.h.

Including config.h at the start of every file is the way config.h is meant to
be used.
<a href="http://inaugust.com/post/68">http://inaugust.com/post/68</a>

The problem with this bug is there is no compile error for a particular file to
indicate config.h is missing. The problem only occurs at the linking stage on a
32-bit machine. At that point there is no indication of which file caused the
problem. The bug will also not be noticed on a 64-bit machine. So without
including config.h in all files it is easy to re-introduce the bug.</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>