[Marble-bugs] [Bug 282671] New: Marble widget does not compile with MSVC2010
Bernhard Beschow
bbeschow at cs.tu-berlin.de
Sat Sep 24 11:59:48 UTC 2011
https://bugs.kde.org/show_bug.cgi?id=282671
Summary: Marble widget does not compile with MSVC2010
Product: marble
Version: unspecified
Platform: Compiled Sources
OS/Version: MS Windows
Status: NEW
Severity: normal
Priority: NOR
Component: general
AssignedTo: marble-bugs at kde.org
ReportedBy: bbeschow at cs.tu-berlin.de
Version: unspecified (using Devel)
OS: MS Windows
Marblewidget (master-branch, Qt 4.7.4) cannot be compiled in MS Visual C++
2010.
Thanks to Joachim Puhr for reporting.
Reproducible: Didn't try
Steps to Reproduce:
Compile Marble (master).
Actual Results:
Compilation fails in line 34 in GeoDataParser.h.
GeoDataDocument* geoDataDoc(GeoParser& parser) GEODATA_EXPORT;
Expected Results:
Compilation should succeed.
Changing line 34 in GeoDataParser.h from
GeoDataDocument* geoDataDoc(GeoParser& parser) GEODATA_EXPORT;
to
GEODATA_EXPORT GeoDataDocument* geoDataDoc(GeoParser& parser);
makes Marble compile again.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Marble-bugs
mailing list