Am Donnerstag, 14. Dezember 2006 20:07 schrieb Thiago Macieira: > No, gcc 3.3.3 is a supported compiler. We have to fix those errors. > > >/home/lucardus/kdelibs/kross/core/manager.cpp:174: error: type `class > > QPointer' argument given to `delete', expected pointer > > We have to do the casting here. Can you change it.value() to > static_cast(it.value()) ? > > For that matter, what happens if you replace the whole for (...) with > qDeleteAll(d->modules) ? It compiles with the qDeleteAll() too. Stephan >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<