trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: April 2012

Re: [trinity-devel] Now kipi-plugins failing?? error: redeclaration of 'TQListViewItemIterator it'

From: "David C. Rankin" <drankinatty@...>
Date: Wed, 04 Apr 2012 23:35:40 -0500
On 04/04/2012 11:00 PM, Darrell Anderson wrote:
>>   Something is going down hill tonight... How did I
>> redeclare 'TQListViewItemIterator it'?
> 
> You might want to leave libkipi, kipi-plugins, gwenview, and digikam go for a bit. All but gwenview need to be updated to the last official release. Our versions are not the last. kipi-plugins has had us all fooled for a long time. The package builds without error (here), but neither gwenview nor digikam will find the plugins and build their hooks.
> 
> Broke, broke, broke.
> 
> I'm hoping in the upcoming days to update everything, which takes a lot of time with old-fashioned eyeball comparisons and note-taking. I actuall started a few days ago but got distracted with another bug report.
> 
> All four packages build correctly in my KDE3 system. Therefore I have a proverbial yardstick to attempt the updating.
> 
> Darrell
> 


Yes,

   And it looks like this little commit is the one that finally broke it :)

http://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=21b5bfab4d2467a0f644d653e12f169ea4afcaaf

- qDebug("ImageMagick Command line args:");
+ tqDebug("ImageMagick Command line args:");
TQValueList<TQCString> args = process.args();
for (TQValueList<TQCString>::iterator it = args.begin(); it != args.end(); ++it)
- qDebug("%s", (const char*)(*it));
+ tqDebug("%s", (const char*)(*it));

  Which got monkeyed with all through out the commit :)

-- 
David C. Rankin, J.D.,P.E.