I had this same problem yesterday with poppler 0.6.1, while rebuilding the entire WIN32 lib bundle from scratch. It looks like "make install" is not copying most of the .h's to the /include dir. Not just the poppler-cairo files, but also a lot of the core files. I manually copied them over to the install dir, and things are working fine now.
I should have the new bundle finished Monday (it's on a computer at work), and uploaded along with a new Mingw cross-compiler. Since (a) people want a couple of updates to the bundle, and (b) I haven't updated the C++ libs for over a year, I thought that it was a good time to do it.
But the big thing with this bundle is moving from setjump/longjump (sjlj) exceptions to Dwarf2 exception handling. Hopefully we will get better debugging on win32, and get the same backtraces that people get on Linux. People using the new bundle will need the Dwarf2 version of gcc/g++ to match it, else the build will not link.
bob
Jon A. Cruz wrote:
On Oct 19, 2007, at 12:10 AM, Jon A. Cruz wrote:
In file included from extension/init.cpp:44: extension/internal/pdfinput/pdf-input.h:40:28: error: CairoOutputDev.h: No such file or directory ... extension/internal/pdfinput/pdf-input.h:107: error: ISO C++ forbids declaration of 'CairoOutputDev' with no type extension/internal/pdfinput/pdf-input.h:107: error: expected ';' before '*' token
It appears the problem is that I have poppler and poppler-data, along with libpoppler and libpoppler-glib, but no libpoppler-cairo.
It might be that the .h file in question is not one that is supposed to be visible. Whichever the main cause, I've added an option to configure.ac that will allow things to be explicitly avoided.
Just reconfigure and include
--enable-poppler-cairo=no
Then things should work for you.
This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/
Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel