[Poppler-bugs] [Bug 96846] New: Some incorrect internal header files path found
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Jul 7 12:53:44 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=96846
Bug ID: 96846
Summary: Some incorrect internal header files path found
Product: poppler
Version: unspecified
Hardware: Other
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: general
Assignee: poppler-bugs at lists.freedesktop.org
Reporter: geiger.david68210 at gmail.com
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
--
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/20160707/022f4ff7/attachment.html>
More information about the Poppler-bugs
mailing list