KDevelop 2.0 crash on "File->New"

Falk Brettschneider gigafalk at yahoo.com
Tue Apr 25 18:05:47 BST 2000


Hi,

Shane Rogers wrote:
> 
> I'm getting started into KDE2 and have run into something of a problem with
> kdevelop in the HEAD branch of CVS (updated the 24th).  Kdevelop crashes
> everytime I select 'New' from the the File menu, and has done so for awhile
> now.
> 
> Thanks for any help.
> 
> Here is a backtrace from gdb:
> 
> Program received signal SIGSEGV, Segmentation fault.
> 0x4080ca89 in QString::QString ()
Do you use a current qt-copy (uses Qt-2.1)?
Update your cvs version of kde2 and kdevelop2 (cvs-modules:
kde-qt-addon, kdesupport, kdelibs, kdevelop) and recompile all in this
way:

cvs update
-P -d
export QTDIR=....
export KDEDIR=....
export LD_LIBRARY_PATH=$QTDIR/lib:$KDEDIR/lib
export LIBRARY_PATH=$QTDIR/lib:$KDEDIR/lib
make -f admin/Makefile.common cvs-clean
make -f Makefile.cvs
./configure
make
su
make install
 
This should work. Anyway it worked for me yesterday.

Bye,
  Falk

__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com




More information about the KDevelop mailing list