From: Luke D. <ld...@xp...> - 2004-03-23 03:22:12
|
Hi, It looks like something has been incompletely checked into CVS? When I try to build xmlroff from cvs, I get this error: /bin/sh ../libtool --mode=compile 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../datatype -I../expr -I../fo -g -O2 -I/usr/local/stow/pango-1.2.3.5/include/pangopdf/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include -I/usr/include/freetype2 -Wall -c -o fo-property-eval.lo `test -f 'fo-property-eval.c' || echo './'`fo-property-eval.c 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../datatype -I../expr -I../fo -g -O2 -I/usr/local/stow/pango-1.2.3.5/include/pangopdf/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include -I/usr/include/freetype2 -Wall -c fo-property-eval.c -MT fo-property-eval.lo -MD -MP -MF .deps/fo-property-eval.TPlo -fPIC -DPIC -o .libs/fo-property-eval.lo fo-property-eval.c: In function `fo_property_eval_init_hash': fo-property-eval.c:116: error: `fo_property_margin_bottom_new_from_expression' undeclared (first use in this function) fo-property-eval.c:116: error: (Each undeclared identifier is reported only once fo-property-eval.c:116: error: for each function it appears in.) fo-property-eval.c:118: error: `fo_property_margin_right_new_from_expression' undeclared (first use in this function) fo-property-eval.c:119: error: `fo_property_margin_top_new_from_expression' undeclared (first use in this function) make[2]: *** [fo-property-eval.lo] Error 1 make[2]: Leaving directory `/home/luked/xmlroff/property' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/luked/xmlroff' make: *** [all] Error 2 I configured xmlroff with: PKG_CONFIG_PATH=/usr/local/stow/pango-1.2.3.5/lib/pkgconfig ./configure --prefix=/home/luked/stow/xmlroff --disable-gp Regards, Luke. |