[Bug 62475] c++ class browser broken ?
Peter Antonius
peter.antonius at e-privat.dk
Sat Aug 16 12:40:05 UTC 2003
------- 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=62475
------- Additional Comments From peter.antonius at e-privat.dk 2003-08-16 12:39 -------
Hi Hendrik,
I was usig the following script to compile kdevelop as root.
#!/bin/sh
cd kdevelop && \
cvs update -dP && \
make -f admin/Makefile.common cvs-clean && \
make -f Makefile.cvs && \
./configure --prefix=/opt/kde3 --disable-libtool-lock --enable-cvs --enable-cpp \
--enable-java --enable-bash --enable-customproject --enable-autoproject \
--enable-scriptproject && \
make -j 5 && make install
It has been working perfect except for the last week where I got the problems with
the class browser.
I'm using Suse 8.2 with the standart kde 3.1.1 that foloows with that distrubution.
More information about the KDevelop-devel
mailing list