
12 Jul
2008
12 Jul
'08
3:12 p.m.
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?