Re: [Krename-users] Error compiling Krename 2.9.0
Brought to you by:
domseichter,
stonki
From: Steven P. U. <ul...@fa...> - 2004-01-24 13:56:02
|
On Sat, 24 Jan 2004 14:39:53 +0100 Dominik Seichter <dom...@we...> wrote: > Hello Steven, > > Could you please open the file batchrenamer.cpp in your favorite editor and > search for the line: > static QString BatchRenamer::buildFilename( fileentry* entry, bool dir ) > Please remove now the word "static" at the beginning. KRename should compile > now. > > CU Dom Hello, Dom I did what you said, and "make" got further along than it did before, but it still exited with an error. And, here it is: /bin/sh ../libtool --silent --mode=link --tag=CXX g++ -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 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -o krename -L/usr/X11R6/lib -L/usr/lib/qt-3.2/lib -L/usr/lib -R /usr/lib -R /usr/lib/qt-3.2/lib -R /usr/X11R6/lib servicemenuhandler.o guimodeselector.o firststartdlg.o tabs.o krenameimpl.o numberdialog.o coorddialog.o commandplugin.o helpdialog.o pictureplugin.o mydirplugin.o datetime.o permission.o fileplugin.o undodialog.o myinputdialog.o kmylistview.o wizard.o replacedialog.o pluginloader.o plugin.o kmylistbox.o kmyhistorycombo.o fileoperation.o confdialog.o batchrenamer.o ProgressDialog.o main.o krecursivelister.o dsdirselectdialog.o krenamedcop_skel.o commandplugin.moc.o firststartdlg.moc.o krenameimpl.moc.o replacedialog.moc.o undodialog.moc.o kmyhistorycombo.moc.o ProgressDialog.moc.o datetime.moc.o numberdialog.moc.o coorddialog.moc.o pictureplugin.moc.o myinputdialog.moc.o plugin.moc.o tabs.moc.o kmylistbox.moc.o wizard.moc.o confdialog.moc.o permission.moc.o helpdialog.moc.o fileplugin.moc.o kmylistview.moc.o servicemenuhandler.moc.o mydirplugin.moc.o fileoperation.moc.o -lkparts -lkio -lkdeui -lkdecore -lqt-mt -lpng -lz -lm -lXext -lX11 -lSM -lICE -lpthread coorddialog.moc.o(.gnu.linkonce.r._ZTV10DSLineEdit+0x1e0): undefined reference to `KLineEdit::setText(QString const&)' collect2: ld returned 1 exit status make[2]: *** [krename] Error 1 make[2]: Leaving directory `/home/steve/krename-2.9.0/krename' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/steve/krename-2.9.0' make: *** [all] Error 2 Oh yeah, here is the part of the file that you told me to edit. I include it just in case I made a mistake in editing it: QString BatchRenamer::buildFilename( fileentry* entry, bool dir ) Have a Great Day :) Steven P. Ulrick |