Re: compile pb with pdftoipe
Olivier Devillers <[email protected]>
| Newsgroups | gmane.comp.graphics.ipe.general |
|---|---|
| Message-ID | <[email protected]> |
> Does -Dbool=int on the command line just for this C file suffice? > yes cc -I/opt/local/include/poppler -Dbool=int -Dfalse=0 -Dtrue=1 -c -o parseargs.o parseargs.c works