Added that code you mention. Still with the same errors. any ideas?
From the error that you get: if gcc -DHAVE_CONFIG_H -I. -I. -I../src -I../lib -I../src/ -I../src/base -I ../ src/object -g -O2 -MT pdf-filter.o -MD -MP -MF ".deps/pdf-filter.Tpo" -c -o pd f-filter.o pdf-filter.c; \ then mv -f ".deps/pdf-filter.Tpo" ".deps/pdf-filter.Po"; else rm -f ".de ps/pdf-filter.Tpo"; exit 1; fi In file included from pdf-filter.c:43: ../src/pdf.h:1012: error: syntax error before '*' token What is the line 1012 of pdf.h? Can you identify what is the missing type? -- Jose E. Marchesi [email protected] GNU Project http://www.gnu.org
