[fixed?]Re: KDevelop crashes on code completion

Steven T. Hatton hattons at globalsymmetry.com
Thu Aug 25 17:37:06 UTC 2005


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.
-- 
Regards,
Steven




More information about the KDevelop-devel mailing list