chozabu / FriendMap

FriendMap for Retroshare Using local GeoIP DataBase
9 stars 6 forks source link

changes to Marble development libraries? #12

Open morpheusbeing opened 8 years ago

morpheusbeing commented 8 years ago

DataModel.cpp: In member function ‘Marble::GeoDataDocument* DataModel::getDocument()’: DataModel.cpp:72:42: error: no matching function for call to ‘Marble::GeoDataPlacemark::setStyle(QSharedPointerMarble::GeoDataStyle&)’ placemark->setStyle(style); ^ In file included from /usr/include/marble/GeoDataContainer.h:21:0, from /usr/include/marble/GeoDataDocument.h:33, from DataModel.h:6, from DataModel.cpp:1: /usr/include/marble/GeoDataFeature.h:399:10: note: candidate: void Marble::GeoDataFeature::setStyle(Marble::GeoDataStyle) void setStyle( GeoDataStyle *style ); ^ /usr/include/marble/GeoDataFeature.h:399:10: note: no known conversion for argument 1 from ‘QSharedPointerMarble::GeoDataStyle’ to ‘Marble::GeoDataStyle’ Makefile:836: recipe for target 'DataModel.o' failed