Re: compile pb with pdftoipe
Marc Glisse <[email protected]>
| Newsgroups | gmane.comp.graphics.ipe.general |
|---|---|
| Message-ID | <[email protected]> |
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