On 1/23/06, Thomas Trepl <[EMAIL PROTECTED]> wrote:
>
> Did anyone saw that problem too? If yes, i would vote for moving doxygen from
> "optional" to "required" in the libexif chapter.
Yes, I saw this problem, too. Sorry for not reporting.
The problem is that in the doc/Makefile, if configure doesn't find
Doxygen, it comments out the targets called install-apidocs
install-apidocs-internal. Unfortunately, these are referenced in the
standard make install, so make bombs.
This is the hack fix that I came up with that would break the Doxygen build:
cat >> doc/Makefile.in << "EOF"
install-apidocs:
install-apidocs-internals:
EOF
Also, the includedir in libexif/libexif.pc.in is screwed up. You
won't find this until you try to build something that depends on
libexif. It defaults to @includedir@, however the headers are
actually installed in @includedir@/libexif. To fix this, the
following sed can be used:
sed -i.orig 's|^includedir.*|&/@PACKAGE@|' \
libexif/libexif.pc.in
--
Dan
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page