reopen 356215 thanks Unfortunately, that patch was not complete.
> Automatic build of qgis_0.7.4-4 on test.track.rz.uni-augsburg.de by > sbuild/powerpc 0.44 ... > powerpc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src > -I/usr/share/qt3/include -D_REENTRANT -DQT_THREAD_SUPPORT -DNO_DEBUG > -I/usr/include -I/usr/include -g -O2 -MT gpxprovider_la-qgsgpxprovider.lo -MD > -MP -MF .deps/gpxprovider_la-qgsgpxprovider.Tpo -c qgsgpxprovider.cpp -fPIC > -DPIC -o .libs/gpxprovider_la-qgsgpxprovider.o > qgsgpxprovider.h:145: error: extra qualification 'QgsGPXProvider::' on member > 'addFeature' > make[4]: *** [gpxprovider_la-qgsgpxprovider.lo] Error 1 > make[4]: Leaving directory `/build/tbm/qgis-0.7.4/providers/gpx' > make[3]: *** [all-recursive] Error 1 > make[3]: Leaving directory `/build/tbm/qgis-0.7.4/providers' > make[2]: *** [all-recursive] Error 1 --- providers/gpx/qgsgpxprovider.h~ 2006-05-15 22:33:39.000000000 +0000 +++ providers/gpx/qgsgpxprovider.h 2006-05-15 22:33:43.000000000 +0000 @@ -142,7 +142,7 @@ const std::map<QString, QString>& attrs); /** Adds one feature (used by addFeatures()) */ - bool QgsGPXProvider::addFeature(QgsFeature* f); + bool addFeature(QgsFeature* f); /**Returns the default value for attribute @c attr for feature @c f. */ QString getDefaultValue(const QString& attr, QgsFeature* f); --- plugins/georeferencer/datapointacetate.h~ 2006-05-15 22:45:28.000000000 +0000 +++ plugins/georeferencer/datapointacetate.h 2006-05-15 22:45:41.000000000 +0000 @@ -13,8 +13,7 @@ class DataPointAcetate : public QgsAcetateObject { public: - DataPointAcetate::DataPointAcetate(const QgsPoint& pixelCoords, - const QgsPoint& mapCoords) + DataPointAcetate(const QgsPoint& pixelCoords, const QgsPoint& mapCoords) // UGLY! : QgsAcetateObject(const_cast<QgsPoint&>(pixelCoords)), mCoords(mapCoords) { -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]