On Thu, 2006-06-08 at 10:34 +0200, Christoph Thielecke wrote: > Hello, > > > I've a problem with compiling last source code from cvs rep. The > > configure run pass well but in make process I've received the folloving > > error message: > > > > ciscopasswddecoder.h:21:9: warning: #pragma once is obsolete > > importprofiledialog.cpp: In member function `void > > ImportProfileDialog::canAccept()': > > importprofiledialog.cpp:201: error: no matching function for call to > > `KConfig:: > > readEntry(const char[18], const bool&)' > > /opt/kde3/include/kconfigbase.h:146: error: candidates are: QString > > KConfigBase::readEntry(const QString&, const QString&) const > > /opt/kde3/include/kconfigbase.h:156: error: QString > > KConfigBase::readEntry(const char*, const QString&) const > > make[3]: *** [importprofiledialog.o] Error 1 > I was so bad, it was a typo. Now it's fixed. > > > Best regards > > Christoph > _______________________________________________ > Kvpnc-user mailing list > [email protected] > https://mail.gna.org/listinfo/kvpnc-user
Thank for quick replay. but ... if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT importprofiledialog.o -MD -MP -MF ".deps/importprofiledialog.Tpo" -c -o importprofiledialog.o importprofiledialog.cpp; \ then mv -f ".deps/importprofiledialog.Tpo" ".deps/importprofiledialog.Po"; else rm -f ".deps/importprofiledialog.Tpo"; exit 1; fi In file included from importprofiledialog.cpp:39: ciscopasswddecoder.h:21:9: warning: #pragma once is obsolete importprofiledialog.cpp:43: error: prototype for ` ImportProfileDialog::ImportProfileDialog(KVpncConfig*, QWidget*, const QString&, QString)' does not match any in class `ImportProfileDialog' importprofiledialog.h:32: error: candidates are: ImportProfileDialog::ImportProfileDialog(const ImportProfileDialog&) importprofiledialog.h:35: error: ImportProfileDialog::ImportProfileDialog(KVpncConfig*, QWidget*, const QString&) importprofiledialog.cpp: In member function `void ImportProfileDialog::canAccept()': importprofiledialog.cpp:87: error: `f' undeclared (first use this function) importprofiledialog.cpp:87: error: (Each undeclared identifier is reported only once for each function it appears in.) Jan _______________________________________________ Kvpnc-user mailing list [email protected] https://mail.gna.org/listinfo/kvpnc-user
