Re: [xml] If libxml2 headers refer to libxml/*.h, why is it installed into libxml2/libxml?

2020-02-12 Thread Andrew W. Nosenko via xml
On Tue, Feb 11, 2020 at 9:57 PM Jefferson Carpenter wrote: This is after running ./configure --prefix="$HOME/local" --with-python-install-dir="$HOME/local" make make install and compiling my program with -I"$HOME/local/include" No other libraries that I use ask me to add addit

Re: [xml] If libxml2 headers refer to libxml/*.h, why is it installed into libxml2/libxml?

2020-02-12 Thread Jefferson Carpenter
It wouldn't break the majority of software projects to change the libxml2 headers to include each other by the path `libxml2/libxml` instead of just by `libxml`.  Most configurations will have `/include` in the header search directories prior to `include/libxml2` which would have been added to