From: Tony G. <Ton...@Su...> - 2003-07-04 22:20:51
|
Dave Malcolm wrote at 4 Jul 2003 18:46:01 +0000: > 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). Thanks for trying it out. > 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? You should be using PangoPDF 1.2.3.0. This appears identical to a PangoPDF bug report that was posted yesterday [1]. The poster of the bug report has yet to respond to my questions about his system. Looking at my system (and omitting a few lines), this is what I have in /usr/local/include/pangopdf/pango-1.0: $ ls -tl /usr/local/include/pangopdf/pango-1.0/pango/ total 160 -rw-r--r-- 1 root root 2391 Jun 18 19:46 pangogp-context.h ... -rw-r--r-- 1 root root 4563 Jun 18 19:46 pangox.h -rw-r--r-- 1 root root 3374 Jun 16 10:46 pango-xsl-attributes.h It appears that pango-xsl-attributes.h isn't currently being installed, yet I did manage to install it on 16th June. (It also appears that I like to install things at 46 minutes past the hour.) I'll have to find the bug and issue a PangoPDF 1.2.3.1. In the meantime, you could manually install pango-xsl-attributes.h. Regards, Tony Graham ------------------------------------------------------------------------ XML Technology Center - Dublin Sun Microsystems Ireland Ltd Phone: +353 1 8199708 Hamilton House, East Point Business Park, Dublin 3 x(70)19708 [1] https://sourceforge.net/tracker/index.php?func=detail&aid=765231&group_id=73149&atid=536905 |