From: John K. - K. I. NL <jk...@in...> - 2006-10-27 08:47:10
|
Hello, I've finished building the package; I have included the distributable package, based on the vtd-xml from sf.net about last week. Please, let me know if there are any problems with configure or installation. I have tested this package on debian-sarge, Gentoo, Fedora Core 3-smp and AIX 5.1. It currently fails on HP-UX, I'll have to look into that, because that will require a bit of rewriting. Remember that I've built this package for Linux/Unix only, all windows-platform files have been removed because all paths to the files changed anyway, the project files _have_ to be rebuild. For future development I'd like to ask _not_ to use //-style comment anymore. That was introduced in C++, and most C compilers fail. Another thing is to never declare variable halfway through a function, except when the line before contains a { (without a if, while, etc) and the block is ended with }. Sticking to these simple rules will make sure the library keeps compiling on AIX. Kind Regards, John Kraal |