From: Dave M. <da...@da...> - 2003-07-04 17:44:52
|
I'm trying to build xmlroff-0.2.3 from the source tarball; I've installed PangoPDF-1.2.3.0 (again, from the source tarball). I'm getting this error message: gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libfo\" -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -I../area -I../fo -I../property -I../datatype -g -O2 -I/usr/local/include/pangopdf/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/local/include -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -Wall -c fo-doc-gp.c -MT fo-doc-gp.lo -MD -MP -MF .deps/fo-doc-gp.TPlo -fPIC -DPIC -o fo-doc-gp.o In file included from fo-doc-gp.c:11: /usr/local/include/pangopdf/pango-1.0/pango/pangogp.h:36:40: pango/pango-xsl-attributes.h: No such file or directory I'm guessing that it's a mismatch between the xmlroff version and the PangoPDF version; which version of PangoPDF should I be using? Thanks in advance Dave Malcolm |