[Marble-bugs] Marble does not compile on MSVC2010

PUHR Joachim (DLJ) JOACHIM.PUHR at thalesgroup.com
Thu Sep 22 08:06:41 UTC 2011


Hello,

Marblewidget (master-branch, Qt 4.7.4) cannot be compiled in MS Visual C++ 2010 due to line 34 in GeoDataParser.h:

GeoDataDocument* geoDataDoc(GeoParser& parser) GEODATA_EXPORT;

Changing the line to

GEODATA_EXPORT GeoDataDocument* geoDataDoc(GeoParser& parser);

works.


Joachim Puhr



More information about the Marble-bugs mailing list