The box I am developping on now is Debian/Woody.
The directories that are reported by "apr-config --includes" seem to
be the directories that were used when building apr but not the directories it
was installed to.
Here my configuration: source dirs - apr: /home/alex/work/subversion/apr - apu: /home/alex/work/subversion/apr-utils
installed in /usr/local/apr +-bin | +-apr-config | +-apu-config +-include +-lib
So I would expect the output of "apr-config --includes" to be -I/usr/local/apr/include
But, the output I get is (output of apr-config and apu-config is similar): -I/usr/bin/include -I/home/alex/work/subversion-0.20/apr-util/include
The first directory "/usr/bin/include" doesnt exist. And the second is the location of the headers of the apr source tree.
Is this a known bug? Am I missing something?
Thanks a lot in advance for your help...
Alexander Mueller
