From kde-devel Tue Jun 29 20:48:03 1999 From: Magnus Benngard Date: Tue, 29 Jun 1999 20:48:03 +0000 To: kde-devel Subject: Error compiling kdelibs/corba/kded June 29 X-MARC-Message: https://marc.info/?l=kde-devel&m=93068223320302 Hi! When I try to compile todays cvs I got the following error: /bin/sh ../../libtool --silent --mode=compile /usr/local/bin/g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../kio -I../../corba/kom -I../../corba/kom -I/usr/local/include -I../../kdecore -I../../kdeui -I/usr/local/src/qt/include -I/usr/X11R6/include -I/opt/kde/include -O2 -c kded_instance.cc kded_instance.cc: In method `KdedInstance::KdedInstance(int &, char **, class CORBA::ORB *)': kded_instance.cc:63: type `::CORBA::ORB' is not a base type for type `CORBA::ORB' kded_instance.cc: In method `KdedInstance::~KdedInstance()': kded_instance.cc:102: no matching function for call to `CORBA::release (::CORBA::ORB *&)' /usr/local/include/mico/object.h:62: candidates are: CORBA::release(CORBA::ServerlessObject *) /usr/local/include/mico/value.h:239: CORBA::release(CORBA::AbstractBase *) /usr/local/include/mico/value.h:260: CORBA::release(CORBA::MixedBase *) /usr/local/include/mico/typecode.h:199: CORBA::release(CORBA::TypeCode *) kded_instance.cc: In method `class KTrader * KdedInstance::ktrader()': kded_instance.cc:111: no matching function for call to `::CORBA::ORB::string_to_object (const char *&)' kded_instance.cc: In method `class KActivator * KdedInstance::kactivator()': kded_instance.cc:126: no matching function for call to `::CORBA::ORB::string_to_object (const char *&)' kded_instance.cc: In method `class KNaming * KdedInstance::knaming()': kded_instance.cc:141: no matching function for call to `::CORBA::ORB::string_to_object (const char *&)' kded_instance.cc: In method `bool KdedInstance::initializeKded()': kded_instance.cc:157: type `CORBA::ORB' is not a base type for type `::CORBA::ORB' kded_instance.cc:161: type `CORBA::ORB' is not a base type for type `::CORBA::ORB' kded_instance.cc:165: no matching function for call to `::CORBA::ORB::object_to_string (ObjVar &)' make: *** [kded_instance.lo] Error 1 Any ideas? Best regards, Magnus