
Maybe you could post the error messages here?
The pdf-parser.cpp compilation problem is likely the same as everyone else has been having (there is a new version of Poppler, 0.8.3), which was posted on the list a couple of weeks ago. There is a hack for the problem in that file already, which is invoked by calling configure with:
./configure CFLAGS="-DPOPPLER_NEW_GFXFONT" (and anything else you want)
bob
(changing the topic) I noticed that the FreeBSD guys simply changed the switch in the source from #ifdef POPPLER_NEW_GFXFONT to #if 1. Those silly guys! :-)
Valerie wrote:
I haven't had problems compiling CVS before. This time though, 3 files seem to be giving me problems:
/usr/include/poppler/Object.h extension/internal/pdfinput/svg-builder.cpp extension/internal/pdfinput/pdf-parser.cpp
Nearly all of it involves the following message:
warning: deprecated conversion from string constant to ‘char*’
There are too many of them, so I can't copy/paste them all, but when looking at the files they involve lines such as:
error(-1, "Weird page contents");
Any idea where the error may come from? The error function perhaps?
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel