[Ipe-discuss] compile pb with pdftoipe

Marc Glisse marc.glisse at normalesup.org
Thu Apr 28 11:36:50 CEST 2011


On Thu, 28 Apr 2011, Olivier Devillers wrote:

> $ make
> cc -I/opt/local/include/poppler -c -o parseargs.o parseargs.c
> In file included from parseargs.h:30,
> from parseargs.c:30:
> /opt/local/include/poppler/goo/gtypes.h:31: error: expected ‘=’, ‘,’, 
‘;’,
> ‘asm’ or ‘__attribute__’ before ‘GBool’

i.e.
typedef bool GBool;
looks like poppler doesn't like C users anymore.

Does -Dbool=int on the command line just for this C file suffice?

-- 
Marc Glisse



More information about the Ipe-discuss mailing list