[fixed?]Re: KDevelop crashes on code completion
Matt Rogers
mattr at kde.org
Fri Aug 26 20:54:05 UTC 2005
On Thursday 25 August 2005 10:35, Steven T. Hatton wrote:
> On Thursday 25 August 2005 08:52, Steven T. Hatton wrote:
> > On Thursday 25 August 2005 08:18, Amilcar do Carmo Lucas wrote:
> > > Solution:
> > > do a make clean
> > > configure it with proper parameters
> > > compile it.
>
> I made three changes to the configuration. This is one:
> #export CXXFLAGS=" -g3 -O3 "
> export CXXFLAGS=" -g3 " # -O3 " ## PROBABLY THE FIX
>
> This is another:
> ./configure:33330
> ac_cv_bdb=yes
>
> And this:
> export KDEV_OPTS="
> --enable-debug=full\
> --disable-pascal\
> --disable-ada\
> --disable-perl\
> --disable-fortran\
> --disable-haskell\
> --disable-java\
> --disable-php\
> --disable-ruby\
> --disable-sql\
> --disable-antproject\
> --disable-clearcase\
> --disable-perforce\
> "
> # --with-db-includedir=/usr/include/db41\
> # --with-db-libdir=/usr/lib\
> # --with-db-lib=db-4.1\
> #"
> ./configure $KDEV_OPTS
>
> Now KDevelop doesn't crash, and code completion seems to be working.
maybe it's just me, but I would never use -O3 anyways unless it was specified
in the project's makefiles. You don't gain that much unless you're doing very
heavily intensive apps like media editing, etc. (and it can cause weird
things like this with normal software)
--
Matt
More information about the KDevelop-devel
mailing list