That worked, thanks! On Thu, Sep 15, 2016 at 4:30 PM, Jason Crain <[email protected]> wrote:
> On 2016-09-15, Alex Korobkin <[email protected]> wrote: > > poppler-document.cc:1521:25: error: invalid conversion from 'int' to > > 'GParamFlags' [-fpermissive] > > G_PARAM_READWRITE)); > ... > > Does it need a newer version of glib-2.0 since 0.47 release? Or am I > > missing something other library or reference? > > It needs a newer version of glib. See https://bugs.freedesktop.org/97432. > Old glib has G_PARAM_READWRITE as a #define and C++ doesn't like that. > -- -Alex
_______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
