From kde-devel Thu Sep 30 00:23:30 1999 From: Amaury JACQUOT Date: Thu, 30 Sep 1999 00:23:30 +0000 To: kde-devel Subject: Re: Error compiling katabase X-MARC-Message: https://marc.info/?l=kde-devel&m=93865069906727 Michael Koch wrote: > > Am Mit, 29 Sep 1999 schrieb Amaury JACQUOT: > > I got these QString related errors. Furthermore, the makefile is missing > > an > > include reference to ../kdbcore (complains about missing .h files in > > there. > > fixed. Yes, this, up there is fixed , however, this down below is not... > > pgsqlDataSource.cc: In method `PGSQLDataSource::PGSQLDataSource()': > > pgsqlDataSource.cc:11: no match for `QString & = __wchar_t *' > > /opt/qt2/include/qstring.h:274: candidates are: QString::operator > > =(const QStrin > > g &) > > /opt/qt2/include/qstring.h:276: QString::operator > > =(const char * > > ) > > /opt/qt2/include/qstring.h:278: QString::operator > > =(const QCStri > > ng &) > > /opt/qt2/include/qstring.h:279: QString::operator > > =(QChar) > > /opt/qt2/include/qstring.h:280: QString::operator > > =(char) > > pgsqlDataSource.cc:12: no match for `QString & = __wchar_t *' > > /opt/qt2/include/qstring.h:274: candidates are: QString::operator > > =(const QStrin > > g &) > > /opt/qt2/include/qstring.h:279: QString::operator > > =(QChar) > > /opt/qt2/include/qstring.h:280: QString::operator > > =(char) > > pgsqlDataSource.cc:20: no match for `QString & = __wchar_t *' > > /opt/qt2/include/qstring.h:274: candidates are: QString::operator > > =(const QStrin > > g &) > > /opt/qt2/include/qstring.h:276: QString::operator > > =(const char * > > ) > > /opt/qt2/include/qstring.h:278: QString::operator > > =(const QCStri > > ng &) > > /opt/qt2/include/qstring.h:279: QString::operator > > =(QChar) > > /opt/qt2/include/qstring.h:280: QString::operator > > =(char) > > pgsqlDataSource.cc:21: no match for `QString & = __wchar_t *' > > /opt/qt2/include/qstring.h:274: candidates are: QString::operator > > =(const QStrin > > g &) > > /opt/qt2/include/qstring.h:276: QString::operator > > =(const char * > > pgsqlDataSource.cc: In method `void PGSQLDataSource::Initialize()': > > pgsqlDataSource.cc:42: no match for `QString & = __wchar_t *' > > /opt/qt2/include/qstring.h:274: candidates are: QString::operator > > =(const QStrin > > g &) > > /opt/qt2/include/qstring.h:276: QString::operator > > =(const char * > > ) > > /opt/qt2/include/qstring.h:278: QString::operator > > =(const QCStri > > ng &) > > /opt/qt2/include/qstring.h:279: QString::operator > > =(QChar) > > /opt/qt2/include/qstring.h:280: QString::operator > > =(char) > > pgsqlDataSource.cc:43: no match for `QString & = __wchar_t *' > > /opt/qt2/include/qstring.h:274: candidates are: QString::operator > > =(const QStrin > > g &) > > /opt/qt2/include/qstring.h:276: QString::operator > > =(const char * > > ) > > /opt/qt2/include/qstring.h:278: QString::operator > > =(const QCStri > > pgsqlDataSource.cc:53: no match for `QString & = __wchar_t *' > > /opt/qt2/include/qstring.h:274: candidates are: QString::operator > > =(const QStrin > > g &) > > /opt/qt2/include/qstring.h:276: QString::operator > > =(const char * > > ) > > /opt/qt2/include/qstring.h:278: QString::operator > > =(const QCStri > > ng &) > > /opt/qt2/include/qstring.h:279: QString::operator > > =(QChar) > > /opt/qt2/include/qstring.h:280: QString::operator > > =(char) > > pgsqlDataSource.cc:64: no match for `QString & = __wchar_t *' > > /opt/qt2/include/qstring.h:274: candidates are: QString::operator > > =(const QStrin > > g &) > > /opt/qt2/include/qstring.h:276: QString::operator > > =(const char * > > ) > > /opt/qt2/include/qstring.h:278: QString::operator > > =(const QCStri Amaury