Juergen Schoenwaelder (schoenw@ibr.cs.tu-bs.de) napisał(a):
Marcin Cieslak writes:
Marcin> Juergen Schoenwaelder (schoenw@ibr.cs.tu-bs.de) napisał(a):
: Changes in scli 0.2.10:
Marcin> - "show scli commands" not working (for me)
The syntax changed. Here is what scli(1) says:
The help text in cmds.c ("help" command) should be changed as well.
Marcin> Is it possible to update your libxml detection macros?
Perhaps. What is broken?
In newer libxml2 configure bails on <xmlversion.h> include, should be <libxml/xmlversion.h>.
The m4 macros that came with libxml2 2.4.21 already have it fixed. The change to "libxml" should be backward-compatible, since xml2-config should give -I option to $PREFIX/include/libxml2 already:
# xml2-config --cflags -I/usr/local/include/libxml2 -I/usr/local/include
Older version used to give -I/usr/local/include/libxml2/libxml as well.
Perhaps libxml2 update on your side and regeneration of the configure script will do.