From: Dave M. <da...@da...> - 2003-07-22 18:31:28
|
I'm attempting to built xmlroff from CVS, but am having problems. I checked out the source, and ran "./autogen.sh", followed by "./configure --help" then "./configure" to check things were sane. Upon typing "make" it builds until the final stages, where I get the following error: Making all in . make[2]: Entering directory `/home/david/coding/sourceforge-anonymous-xmlroff/xmlroff' /bin/sh ./libtool --mode=link gcc -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 -o libfo-0.2.la -rpath /usr/local/lib -version-info :: fo-object.lo fo-node.lo fo-context.lo fo-context-util.lo expression-parser.lo result-to-fo.lo area-to-pdf.lo area/libfo-area.la expr/libfo-expr.la fo/libfo-fo.la datatype/libfo-datatype.la property/libfo-property.la libfo/libfo-libfo.la libtool: link: CURRENT `' is not a nonnegative integer libtool: link: `::' is not valid version information It looks to me like the macro in configure.in to setup the version info hasn't worked properly; it's come out as "::" rather than "0:2:3" (or whatever) Have anyone got any suggestions? Have I forgotten something obvious? Should I have set something when I configured the code? BTW This is on a Red Hat 9 machine. -- David Malcolm www.conglomerate.org |