
On Oct 25, 2007, at 9:01 AM, Chris Lilley wrote:
Hello inkscape-devel,
I'm getting an error building Inkscape svn, it fails in the link phase with an undefined symbol:
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?
I believe that it comes from using a private header that some people have installed and some don't. My platform only recently got the required version of poppler available, so I only recently encountered a problem.
We are trying to work out a proper solution, but in the mean time I had added a config option to disable that specific use
Try to configure with
--enable-poppler-cairo=no