From koffice Sun May 16 14:52:45 1999 From: skine Date: Sun, 16 May 1999 14:52:45 +0000 To: koffice Subject: Re: kdelibs: compile error...kurl?? X-MARC-Message: https://marc.info/?l=koffice&m=92686568931084 Hi all (and... hi, AKIRA!:-), AKIRA II'D'UKA wrote: > > An error occurred at this process... > > An error message at that time is quoted in the following. Few days before, this problem has been discussed at kde-devel ml (I've just found). As I proposed (at local KDE ml) to correct 'it != lst.last()' -> 'it != lst.end()', this was a bit wrong. To fix this problem properly, you should do these: kurl.cpp: 588: if( it != lst.last() ) (wrong) 588: if( it != lst.fromLast() ) (correct) and try to compile again. Thank you, **************************** Satoshi Kinebuchi