Hi all!
I just tried to recompile TDE on FreeBSD 12.0-RELEASE-p9. While everything really builds nicely, I ran into a problem with new poppler library: Looks like GooList is nonexisting in poppler-0.78.0:
/usr/home/nik/TDE/tde-packaging/freebsd/tdegraphics/work/tdegraphics-trinity_14.0.6/tdefile-plugins/dependencies/poppler-tqt/poppler-document.cc:130:12: error: cannot initialize a variable of type 'std::vector<OutlineItem *> *' with an rvalue of type 'std::vector<FontInfo *> *' GooList *items = data->m_fontInfoScanner->scan( numPages ); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/home/nik/TDE/tde-packaging/freebsd/tdegraphics/work/tdegraphics-trinity_14.0.6/tdefile-plugins/dependencies/poppler-tqt/poppler-document.cc:147:3: error: use of undeclared identifier 'deleteGooList' deleteGooList<::FontInfo>(items); ^
Does anybody have a good idea what to do about it?
Nik