Hi,
libxml2 2.7.8 is the most current version of this library. I think in your specific case the problem is that the version of the library you have installed doesn't fit the one you have the development tools for. The annoying thing here is that not only the version number of the library is important, there are also features that could be left out. If who ever compiled that library disabled LIBXML_OUTPUT_ENABLED then you wont have all these features in your library, but the header files could still export this functions when xmlversion.h was not generated for this specific setup.
Sorry, I checked wrongly, the actual installed version on that box is 2.6.19
I will reply in the other thread about the version support. Riccardo _______________________________________________ Gnustep-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnustep-dev
