Bug 82746 - KDevelop API Documentationn inheritance, collaboration, class hierarchy diagram tags have no text
Summary: KDevelop API Documentationn inheritance, collaboration, class hierarchy diagr...
Status: RESOLVED WORKSFORME
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: git master
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-03 05:09 UTC by Steven T. Hatton
Modified: 2004-06-05 15:24 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steven T. Hatton 2004-06-03 05:09:50 UTC
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'
Comment 1 Amilcar do Carmo Lucas 2004-06-04 19:00:26 UTC
Which doxygen version?
Do you have "dot" installed it comes with the graphwiz package.
Comment 2 Steven T. Hatton 2004-06-05 15:24:30 UTC
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. ;-)