Re: [Krename-users] Error compiling Krename 2.9.0
Brought to you by:
domseichter,
stonki
From: Dominik S. <dom...@we...> - 2004-01-24 14:13:05
|
Hi Steven Am Samstag, 24. Januar 2004 14:56 schrieb Steven P. Ulrick: > 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: > 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 ) You edited the line correctly and fixed this way the last error. The new error might be a problem with KDE 3.2 on your system. But as KDE 3.2 should be source compatible to 3.1.x there should not be such a problem. I'm currently compiling KDE 3.2 on my system to make it my main desktop. After compilation is finished I'll test wether it is the cause for the above problem, but I do not think though. BTW, the following thought came to mind. Maybe it helps to compile with enable-final activated. ./configure --enable-final make make install Does this work for you? CU Dom -- ********************************************************************** Dominik Seichter - dom...@we... KRename - http://www.krename.net - Powerful batch renamer for KDE KBarcode - http://www.kbarcode.net - Barcode and label printing KESI - http://kesi.sf.net - KESI Easy SQL Import ********************************************************************** |