[Krename-users] krename failed to compile
Brought to you by:
domseichter,
stonki
From: Lim S. T. <st...@st...> - 2003-10-26 15:36:56
|
Hi folks, The compilation error I had was: make[2]: Entering directory `/home/konstruct/apps/krename/work/krename-2.8.3/krename' creating krename.all_cpp.cpp ... if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/kde3.2-alpha1/include -I/usr/qt/3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -I/usr/kde/kde3.2-alpha1/include -I/usr/qt/3/include -I/usr/X11R6/include -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -I/usr/kde/kde3.2-alpha1/include -I/usr/qt/3/include -I/usr/X11R6/include -L/usr/kde/kde3.2-alpha1/lib -L/usr/qt/3/lib -L/usr/X11R6/lib -falign-functions=4 -fomit-frame-pointer -mfancy-math-387 -mcpu=athlon-xp -O3 -pipe -msse -mmmx -m3dnow -mfpmath=sse,387 -w -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT krename.all_cpp.o -MD -MP -MF ".deps/krename.all_cpp.Tpo" \ -c -o krename.all_cpp.o `test -f 'krename.all_cpp.cpp' || echo './'`krename.all_cpp.cpp; \ then mv ".deps/krename.all_cpp.Tpo" ".deps/krename.all_cpp.Po"; \ else rm -f ".deps/krename.all_cpp.Tpo"; exit 1; \ fi In file included from krename.all_cpp.cpp:28: ProgressDialog.cpp:33: error: default argument given for parameter 2 of ` QWidget* launch(QRect, const QStringList&, KRenameImpl*)' krenameimpl.cpp:70: error: after previous specification in `QWidget* launch(QRect, const QStringList&, KRenameImpl*)' ProgressDialog.cpp:33: error: default argument given for parameter 3 of ` QWidget* launch(QRect, const QStringList&, KRenameImpl*)' krenameimpl.cpp:70: error: after previous specification in `QWidget* launch(QRect, const QStringList&, KRenameImpl*)' In file included from krename.all_cpp.cpp:29: main.cpp: In function `QWidget* launch(QRect, const QStringList&, KRenameImpl*) ': main.cpp:76: error: default argument given for parameter 2 of `QWidget* launch(QRect, const QStringList&, KRenameImpl*)' ProgressDialog.cpp:33: error: after previous specification in `QWidget* launch(QRect, const QStringList&, KRenameImpl*)' main.cpp:76: error: default argument given for parameter 3 of `QWidget* launch(QRect, const QStringList&, KRenameImpl*)' ProgressDialog.cpp:33: error: after previous specification in `QWidget* launch(QRect, const QStringList&, KRenameImpl*)' make[2]: *** [krename.all_cpp.o] Error 1 make[2]: Leaving directory `/home/konstruct/apps/krename/work/krename-2.8.3/krename' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/konstruct/apps/krename/work/krename-2.8.3' make: *** [all] Error 2 Anyway to fix this? I'm not on the mailing list. Regards Lim Swee Tat |