From: Teus B. <te...@te...> - 2006-07-17 15:36:43
|
Hi, I tried to compile xmlroff on Fedora Core 5. Configure went fine: ./configure --prefix=/usr Make had a problem: it failed on pango-xsl-attributes.h. PangoXSL was installed. Making all in libfo make[2]: Entering directory `/home/teus/xmlroff-0.3.98/libfo' if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libfo\" -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -I../area -I../fo -I../property -I../datatype -g -O2 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT fo-layout.lo -MD -MP -MF ".deps/fo-layout.Tpo" -c -o fo-layout.lo fo-layout.c; \ then mv -f ".deps/fo-layout.Tpo" ".deps/fo-layout.Plo"; else rm -f ".deps/fo-layout.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"libfo\" -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -I../area -I../fo -I../property -I../datatype -g -O2 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT fo-layout.lo -MD -MP -MF .deps/fo-layout.Tpo -c fo-layout.c -fPIC -DPIC -o .libs/fo-layout.o fo-layout.c:12:43: error: pangoxsl/pango-xsl-attributes.h: No such file or directory In file included from fo-layout.c:15: ../libfo/fo-layout-private.h:43: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fo_layout_line_stacking_strategy_to_pango_line_stacking_strategy' fo-layout.c:465: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fo_layout_line_stacking_strategy_to_pango_line_stacking_strategy' make[2]: *** [fo-layout.lo] Error 1 make[2]: Leaving directory `/home/teus/xmlroff-0.3.98/libfo' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/teus/xmlroff-0.3.98' make: *** [all] Error 2 Is there anything that I did wrong? Thank you, Teus Benschop |