[Bug 82746] New: KDevelop API Documentationn inheritance, collaboration, class hierarchy diagram tags have no text

Steven T.Hatton hattons at globalsymmetry.com
Fri Jun 4 00:41:22 UTC 2004


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
      
http://bugs.kde.org/show_bug.cgi?id=82746      
           Summary: KDevelop API Documentationn inheritance, collaboration,
                    class hierarchy diagram tags have no text
           Product: kdevelop
           Version: unspecified
          Platform: SuSE RPMs
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel kdevelop org
        ReportedBy: hattons globalsymmetry com


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'




More information about the KDevelop-devel mailing list