Re: [Krename-users] Error compiling Krename 2.9.0
Brought to you by:
domseichter,
stonki
From: Steven P. U. <ul...@fa...> - 2004-01-24 14:29:29
|
On Sat, 24 Jan 2004 15:12:23 +0100 Dominik Seichter <dom...@we...> wrote: > 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. Hello, Dom :) The above statement is rather ironic/amusing: I am also in the midst of compiling KDE 3.1.95 from the source code. Great minds think alike :) (In my case, it is proceeding withoug flaw :)) > 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? I tried that, and I got the error that is quoted above. That's ok, I know that you'll get it :) Steven P. Ulrick > > CU Dom |