[Marble-bugs] [marble] [Bug 352307] New: Compilation errors with Visual Studio 2013
torsten.pf at gmail.com
torsten.pf at gmail.com
Sat Sep 5 13:58:22 UTC 2015
https://bugs.kde.org/show_bug.cgi?id=352307
Bug ID: 352307
Summary: Compilation errors with Visual Studio 2013
Product: marble
Version: 1.12 (KDE Applications 15.08)
Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: marble-bugs at kde.org
Reporter: torsten.pf at gmail.com
Two classes of libmarble need the MARBLE_EXPORT symbol to link the OSM plugin:
OsmPlacemarkData and GeoTagWriter.
Solution:
1. replace "class OsmPlacemarkData" with "class MARBLE_EXPORT OsmPlacemarkData"
(line 52)
2. replace "class GeoTagWriter" with "class MARBLE_EXPORT GeoTagWriter" (line
31)
3. add "#include "marble_export.h" " after line 16
Reproducible: Always
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Marble-bugs
mailing list