From kde-devel Tue Aug 17 21:53:09 1999 From: Simon Hausmann Date: Tue, 17 Aug 1999 21:53:09 +0000 To: kde-devel Subject: Re: Problem with exceptions in HEAD X-MARC-Message: https://marc.info/?l=kde-devel&m=93492678809358 On Tue, 17 Aug 1999, Marco Zuehlke wrote: > Hello > > some days ago I recompiled the HEAD branch > of KDE. (kdelibs and kdebase) > > The kstyle stuff is great., but I have a problem > with the corba apps (konqueror and khelpcenter). > > if I start from the konsole konqueror I get a lot of debug output > which end with following lines > -------------------------------------------------------------------- > konqueror (kdebase): void KonqPlugins::installKOMPlugins( KOM::Component_ptr comp ) > kiolib (KMimeType): ================== 59 MTs ========== > konqueror (kdebase): FILTERING inode/directory > konqueror (kdebase): Reading global config for konq_propsview > konqueror (kdebase): trying to create view for inode/directory > QFrame::setFrameStyle: (unnamed) Incomplete frame style > konqueror (kdebase): +KonqKfmIconView > parts (corba): Registering part 2 > exception handling not supported, ^^^^^^^^ see this? seems your compiler doesn't support exceptions correctly, since this message is produced by MICO, which will create this output only if there's no exception support... AFAIK. Bye, Simon > the following exception has been thrown: > IDL:KOM/Base/UnknownSignal:1.0 > -------------------------------------------------------------------