Failed compilation of pdftoipe V7.2.24.1; Sep 08, 2021
Compiling the current version of pdftoipe (V7.2.24.1; Sep 08, 2021) against the current version of poppler (stable 22.08.0) fails with API mismatches ("no matching constructor", "candidate constructor not viable").
That's to be expected, since pdftoipe's documentation (ipe-tools/pdftoipe/readme.txt) specifies that poppler version v0.86.0 is needed.
The simple solution is to install 0.86 of poppler from https://poppler.freedesktop.org/releases.html, but doing so requires a cascade of dependency adjustments. I'm not sure yet whether it's possible to install poppler 0.86 using macports or brew.
Have you looked at this? https://github.com/otfried/ipe-tools/pull/48
I hadn't. Problem solved. Thanks.