ipe-tools icon indicating copy to clipboard operation
ipe-tools copied to clipboard

Trouble compiling pdftoipe

Open ghali opened this issue 2 years ago • 1 comments

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 *')

ghali avatar Jul 06 '23 17:07 ghali

You have tried to compile with the PR #55?

otfried avatar Jul 22 '23 17:07 otfried