From kde-core-devel Sat Mar 31 13:15:01 2001 From: Carsten Pfeiffer Date: Sat, 31 Mar 2001 13:15:01 +0000 To: kde-core-devel Subject: Re: A new IDE for a new milleneum :-) X-MARC-Message: https://marc.info/?l=kde-core-devel&m=98604447913627 Am Freitag, 30. März 2001 23:35 schrieb Bernd Gehrmann: > Anything I forgot? :-) Well, most importantly, most of the > code is modular, extensible, clearly written and maintainable. very nice, I will have a look at it, when I get it to run. A few things I noticed up to now: - you didn't make distclean or something like that (there was some config.cache with /home/bernd stuff at least ;) - Pythong 1.6 is needed? 2.0 doesn't work? I hacked configure, so I can compile at least - texteditor.h lacks inclusion guards, preventing compilation (noticed that after I did eval `includemocs` to speed up compilation). - the python-part needed to link against pthread and db-3 (huh). Might be Python 2.0 related. Too bad that it crashes on startup now: kdevelop (core): Loading service KIdentify Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1024 (LWP 23145)] 0x40c915aa in QObject::queryMetaObject () at kernel/qapplication.cpp:285 285 QSize QApplication::app_strut = QSize( 0,0 ); // no default application strut Current language: auto; currently c++ (gdb) bt #0 0x40c915aa in QObject::queryMetaObject () at kernel/qapplication.cpp:285 #1 0x40c8f65d in QObject::inherits () at kernel/qapplication.cpp:285 #2 0x805af3f in PartLoader::loadAllByQuery () #3 0x80547a2 in Core::initComponents () #4 0x8053a24 in Core::Core () #5 0x80537e1 in main () Cheers, Carsten Pfeiffer