Hello There is some problem with compiling PIAVE on ALTLinux.
$ rpm -qa|grep libxml libxml2-2.6.14-alt1 libxml2-devel-2.6.14-alt1 libxml-1.8.17-alt4 $ ls /usr/lib/pkgconfig|grep libxml libxml-2.0.pc $ ./bootstrap Clean in /home/rad/Development/video/piave *~ *.o .deps aclocal.m4 config.cache config.cross.cache config.log config.status config.sub config.guess configure autom*.cache Makefile Makefile.in config.h.in install-sh ltmain.sh depcomp missing *~ #*# .#* Clean in /home/rad/Development/video/piave/intl Makefile *~ #*# .#* *.o Clean in /home/rad/Development/video/piave/po Makefile Makefile.in *~ #*# .#* *.o + aclocal -I m4 /usr/share/aclocal/shtool.m4:25: warning: underquoted definition of AC_PROG_SHTOOL run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal + libtoolize --force --copy + aclocal -I m4 /usr/share/aclocal/shtool.m4:25: warning: underquoted definition of AC_PROG_SHTOOL run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal + autoheader + automake --foreign --add-missing configure.in: installing `./install-sh' configure.in: installing `./missing' libpiave/Makefile.am: installing `./depcomp' + autoconf configure.in:155: error: possibly undefined macro: AC_CHECK_FT2 If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. + echo 'You can now call "./configure [--help]"' You can now call "./configure [--help]" $ export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/lib/pkgconfig $ ./configure --prefix=/opt/piave --enable-static=no ... checking for inline... (cached) inline checking for off_t... (cached) yes checking for size_t... (cached) yes checking for main in -lstdc++... yes ./configure: line 27348: syntax error near unexpected token `LIBXML,' ./configure: line 27348: `PKG_CHECK_MODULES( LIBXML, libxml-2.0 > 2.0.0,,)' $ Unfortunately, I am not familiar with autotools... Best regards, Ruslan
