25 Oct
2007
25 Oct
'07
4:54 p.m.
Alexandre Prokoudine wrote:
On 10/25/07, Chris Lilley wrote:
In function `Inkscape::Extension::Internal::PdfImportDialog::_setPreviewPage(int)': /home/chris/inkscape/inkscape/src/extension/internal/pdfinput/pdf-input.cpp:544: undefined reference to `CairoOutputDev::setCairo(_cairo*)'
Can anyone suggest what I am doing wrong?
Your version of poppler probably wasn't installed with --enable-extra-headers
Alexandre
No, the problem is the use of the header file, which is private (and therefore not likely to be installed on most systems with the current poppler), instead of the glib frontend to poppler. It needs to be fixed in inkscape. Until it is, we'll keep having this problem.
JF