Sorry if this arrives for the second time: did not receive back the message I sent Trying to execute "make xconfig" I receive the following set of error messages: # make xconfig HOSTCXX scripts/kconfig/qconf.o scripts/kconfig/qconf.cc: In constructor 'ConfigSettings::ConfigSettings()': scripts/kconfig/qconf.cc:73:35: error: no matching function for call to 'QSettings::QSettings(const char [11], const char [6])' : QSettings("kernel.org", "qconf") ^ scripts/kconfig/qconf.cc:73:35: note: candidates are: In file included from scripts/kconfig/qconf.h:11:0, from scripts/kconfig/qconf.cc:47: /usr/lib/qt3//include/qsettings.h:149:5: note: QSettings::QSettings(const QSettings&) QSettings(const QSettings &); ^ /usr/lib/qt3//include/qsettings.h:149:5: note: candidate expects 1 argument, 2 provided /usr/lib/qt3//include/qsettings.h:72:5: note: QSettings::QSettings(QSettings::Format) QSettings( Format format ); ^ /usr/lib/qt3//include/qsettings.h:72:5: note: candidate expects 1 argument, 2 provided /usr/lib/qt3//include/qsettings.h:71:5: note: QSettings::QSettings() QSettings(); ^ /usr/lib/qt3//include/qsettings.h:71:5: note: candidate expects 0 arguments, 2 provided scripts/Makefile.host:125: recipe for target 'scripts/kconfig/qconf.o' failed make[1]: *** [scripts/kconfig/qconf.o] Error 1 Makefile:543: recipe for target 'xconfig' failed make: *** [xconfig] Error 2 I tried under yast to install every package with qt5 and qt3 and deve in its name, but this did not help at all. Anyone a suggestion what packages I should install as well? Thanks Julien -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org