Trouble compiling pdftoipe
The direct route on macOS (install brew: https://brew.sh/; install pkg-config: brew install pkg-config; install Poppler 23.06: brew install poppler; https://formulae.brew.sh/formula/poppler; 'make'), fails with:
xmloutputdev.cpp:156:29: error: too many arguments to function call, expected single argument 'start', have 3 arguments
Compiling Poppler 0.86 (https://poppler.freedesktop.org/releases.html) with Apple's cc (clang version 14.0.3) fails with:
/usr/local/poppler-0.86.1/glib/poppler-action.cc:28:1: error: cannot initialize a parameter of type 'unsigned long ' with an rvalue of type 'typename std::remove_reference<decltype((&g_define_type_id__volatile))>::type *' (aka 'volatile unsigned long *')
You have tried to compile with the PR #55?