Hi,
could you perhaps help me with this as well. It fails since long time
already. There must be something in poppler, but before I start looking
into it, perhaps someone of you knows the answer already
thanks in advance
t/software_x64/KDE/TDE/tdegraphics/tdefile-plugins/dependencies/poppler-tqt/poppler-document.cc
In file included
from
/opt/software_x64/KDE/TDE/tdegraphics/tdefile-plugins/dependencies/poppler-tqt/poppler-private.h:31:0,
from
/opt/software_x64/KDE/TDE/tdegraphics/tdefile-plugins/dependencies/poppler-tqt/poppler-document.cc:34:
/usr/include/poppler/FontInfo.h:97:8: error: ‘set’ in namespace ‘std’ does
not name a template type
std::set<int> fonts;
^
/usr/include/poppler/FontInfo.h:98:8: error: ‘set’ in namespace ‘std’ does
not name a template type
std::set<int> visitedObjects;
^
In file included
from
/opt/software_x64/KDE/TDE/tdegraphics/tdefile-plugins/dependencies/poppler-tqt/poppler-document.cc:34:0:
/opt/software_x64/KDE/TDE/tdegraphics/tdefile-plugins/dependencies/poppler-tqt/poppler-private.h:
In constructor ‘Poppler::DocumentData::DocumentData(GooString*,
GooString*)’:
/opt/software_x64/KDE/TDE/tdegraphics/tdefile-plugins/dependencies/poppler-tqt/poppler-private.h:61:121:
error: no matching function for call to ‘PDFDoc::PDFDoc(GooString*&,
GooString*&)’
DocumentData(GooString *filePath, GooString *password) :
doc(filePath,password), m_fontInfoScanner(0), m_outputDev(0) {}