Re: compile pb with pdftoipe
Dmitriy Morozov <[email protected]>
| Newsgroups | gmane.comp.graphics.ipe.general |
|---|---|
| Message-ID | <[email protected]> |
2011/4/28 Olivier Devillers <[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 Another solution (that works on Linux) is to rename parseargs.c into parseargs.cc. See this bug report on Ipe's tracker: http://sourceforge.net/apps/mantisbt/ipe7/view.php?id=29 Dmitriy