[cfe-dev] current VCS problem with doxygen

R P Herrold herrold at owlriver.com
Thu Jun 3 10:27:00 PDT 2010


With a current checkout, I am getting a build failure in the 
doxygen phase

CFLAGS="-g0 -O2 -pipe "                                         \
CPPFLAGS="-I/usr/include/c++/4.1.1/x86_64-redhat-linux/ "       \
                 ./configure                             \
   ...                                                   \
                 --enable-doxygen        \
   ...

ends:

  ...
llvm[1]: Installing HTML documentation
llvm[1]: Building doxygen documentation
Error: configuration file 
/home/herrold/rpmbuild/BUILD/clang-20100603/docs/doxygen.cfg not found!
Doxygen version 1.4.7
Copyright Dimitri van Heesch 1997-2006
  ...

----------

A file under the name sought seems to also exist down in:

[herrold at centos-5 ~]$ find \
    /home/herrold/rpmbuild/BUILD/clang-20100603/ -name \
    doxygen.cfg
/home/herrold/rpmbuild/BUILD/clang-20100603/tools/clang/docs/doxygen.cfg
[herrold at centos-5 ~]$

But there is an doxyygen autotools target template in the old location, 
seemingly not expanded ??

[herrold at centos-5 ~]$ ls \
    /home/herrold/rpmbuild/BUILD/clang-20100603/docs | grep cfg
doxygen.cfg.in
[herrold at centos-5 ~]$

-- Russ herrold



More information about the cfe-dev mailing list