Hi, The next upload of tellico will be 0.13.8-1, which already includes the necessary modifications for gcc-4.0.
Unfortunately I am not (yet) a DD, so I will have to wait for the build-dep ready on all archs and my sponsor (CC-ed) to check/build/upload upload it. The new version is updated to close this bug as well when it will be uploaded. Thanks for the report anyway. Regis On Sun, 2005-09-04 at 20:13 +0200, Andreas Jochens wrote: > Package: tellico > Version: 0.13.3-1 > Severity: serious > Tags: patch > > When building 'tellico' on unstable, > I get the following error: > > /usr/share/qt3/include/private/qucomextra_p.h:65: warning: 'struct > QUType_QVariant' has virtual functions but non-virtual destructor > /usr/share/qt3/include/private/qucomextra_p.h:87: warning: 'struct > QUType_varptr' has virtual functions but non-virtual destructor > ../multiselectionlistview.h:44: error: 'MultiSelectionListViewItem' was not > declared in this scope > ../multiselectionlistview.h:44: error: template argument 1 is invalid > ../multiselectionlistview.h:51: error: 'MultiSelectionListViewItem' has not > been declared > ../multiselectionlistview.h:70: error: 'MultiSelectionListViewItem' has not > been declared > ../multiselectionlistview.h:72: error: 'MultiSelectionListViewItem' was not > declared in this scope > ../multiselectionlistview.h:72: error: template argument 1 is invalid > /usr/include/kde/keditlistbox.h:59: warning: 'class > KEditListBox::CustomEditor' has virtual functions but non-virtual destructor > make[5]: *** [libtranslators_a.all_cpp.o] Error 1 > make[5]: Leaving directory `/tellico-0.13.3/src/translators' > > With the attached patch 'tellico' can be compiled using gcc-4.0. > > Regards > Andreas Jochens > > diff -urN ../tmp-orig/tellico-0.13.3/src/entryiconview.h ./src/entryiconview.h > --- ../tmp-orig/tellico-0.13.3/src/entryiconview.h 2004-12-07 > 14:35:33.000000000 +0000 > +++ ./src/entryiconview.h 2005-09-04 17:51:55.000000000 +0000 > @@ -21,6 +21,7 @@ > #include <kiconview.h> > > namespace Tellico { > +class EntryIconViewItem; > /** > * @author Robby Stephenson > * @version $Id: entryiconview.h 997 2004-12-07 14:35:31Z robby $ > diff -urN ../tmp-orig/tellico-0.13.3/src/multiselectionlistview.h > ./src/multiselectionlistview.h > --- ../tmp-orig/tellico-0.13.3/src/multiselectionlistview.h 2005-02-05 > 23:50:11.000000000 +0000 > +++ ./src/multiselectionlistview.h 2005-09-04 17:50:34.000000000 +0000 > @@ -20,6 +20,8 @@ > > namespace Tellico { > > +class MultiSelectionListViewItem; > + > /** > * A MultiSelectionListView keeps track of the selected items and allows > subclasses to determine > * whether child items may be selected or not. > -- "While a monkey can be a manager, it takes a human to be an engineer" Erik Zapletal -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]