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) {}
I pulled fresh from git and the problem is gone. The strange thing is that git was telling me the code is up to date.
I am forced to use the 14.1 code because of my changes to the KNotes interface. I hope we find a consensus on this. It is also blocking the work on syncevolution and the plugins - the outstanding part with creating TDE packages
regards
On 2017/01/07 06:50 AM, deloptes wrote:
I pulled fresh from git and the problem is gone. The strange thing is that git was telling me the code is up to date.
I am forced to use the 14.1 code because of my changes to the KNotes interface. I hope we find a consensus on this. It is also blocking the work on syncevolution and the plugins - the outstanding part with creating TDE packages
There was a problem with poppler some months ago. Commit ac4aa21 fixed that... Always run a git pull --rebase if you want to be sure your repo is up to date. Cheers Michele