Version: 3.0.90-cvs (using KDE KDE 3.2.3) Installed from: SuSE RPMs Compiler: gcc 3.3.3 OS: Linux The nodes in the inheritance, collaboration and graphical class hierarch diagrams in the KDevelop API documentation built from CVS have no text. This is independent of whether I use KDevelop, Mozilla or Konqueror to view the document. Here's how I built: export KDEDIR=/opt/kde3 export QTDIR=/usr/lib/qt3 export LD_LIBRARY_PATH=$QTDIR/lib:$KDEDIR/lib:$LD_LIBRARY_PATH export LIBRARY_PATH=$QTDIR/lib:$KDEDIR/lib:$LIBRARY_PATH export PATH=$QTDIR/bin:$KDEDIR/bin:$PATH export KDELIBS_DOCS=$KDEDIR/share/doc/HTML/en/kdelibs-apidocs export KDEV_OPTS=" --with-kdelibsdoxy-dir=$KDELIBS_DOCS\ --with-kdelibsdoc-dir=$KDELIBS_DOCS \ " export CXXFLAGS="-g3 -O0" cvs update -dPC make -f Makefile.cvs ./configure $KDEV_OPTS make -k -j7 su -c'make install' make apidox su -c'make install-apidox'
Which doxygen version? Do you have "dot" installed it comes with the graphwiz package.
I did have dot installed from SuSE 9.0 rpms. I had built doxygen 1.3.7 with the default 'autodetect' option for dot. After you asked, I downloaded graphviz from CVS, built it, put it in my path before /usr/bin/dot, and rebuilt doxygen with static linking and the same autodetect default. I also rebuilt the CVS image, and it now works. What did you fix. ;-)