<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 - Some incorrect internal header files path found"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=96846">96846</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Some incorrect internal header files path found
          </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>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>geiger.david68210@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Hi,

I get some issues when I try to compile a project needing headers files from
poppler:

  * On example:

In file included from /usr/include/poppler/splash/SplashTypes.h:28:0,
                 from /usr/include/poppler/splash/SplashBitmap.h:37,
                 from src/pdf/XPDFRenderer.h:34,
                 from src/pdf/PDFRenderer.cpp:35:
/usr/include/poppler/goo/gtypes.h:28:28: fatal error: poppler-config.h: No such
file or directory
compilation terminated.

This come from the header file who not pointed the right path.

If you see in /usr/include/poppler/goo/gtypes.h there is a 
#include "poppler-config.h" but this path does not exist, it should be:
#include "poppler/poppler-config.h"

  * Another example:

In file included from /usr/include/poppler/splash/SplashBitmap.h:37:0,
                 from src/pdf/XPDFRenderer.h:34,
                 from src/pdf/PDFRenderer.cpp:35:
/usr/include/poppler/splash/SplashTypes.h:28:24: fatal error: goo/gtypes.h: No
such file or directory
compilation terminated.

Same here, if you see in /usr/include/poppler/splash/SplashTypes.h there is a 
#include "goo/gtypes.h" but this path does not exist, it should be:
#include "poppler/goo/gtypes.h"

This is two examples but I think there are a lot of others who still need to be
fixed so.

Regards,
David</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>