> On May 31, 2017, at 18:24, Richard L. Hamilton <[email protected]> wrote: > > The default compiler didn't like the option -std=c++11. When I ran with > configure.compiler=macports-clang-3.8 (which was perhaps the newest of what I > had installed), it coped with that, but later got errors as shown in the > attached log file. > > <main.log-poppler.txt.gz>
See https://trac.macports.org/ticket/54249 I guess poppler now requires C++11. The way to achieve that on system earlier than Mavericks is: https://trac.macports.org/wiki/LibcxxOnOlderSystems
