windows-builds icon indicating copy to clipboard operation
windows-builds copied to clipboard

svgparser.cpp line 114

Open TFreudi1 opened this issue 8 years ago • 1 comments

If I follow the actual steps to compile under windows 7 vs2015 Update 3, settings.bat without any parameter, than scripts/build.bat stops with: (ClCompile Ziel) -> ....\src\svg\svg_parser.cpp(114): error C2995: "bool mapnik::svg::`anonymous-namespace'::grammar::parse_rule(unknown-type,Iterator &,const Iterator &,const Context &,Attribute &)": Funktionsvorlage wurde bereits definiert. [E:\Development\MSVC14\mapnik-src\windows-builds\packages\mapnik-master\mapnik-gyp\build\mapnik.vcxproj] I tried to comment out line 114 but than I got other errors.

TFreudi1 avatar Dec 22 '16 09:12 TFreudi1

Working on it over here: https://github.com/mapnik/mapnik/issues/3573

wilhelmberg avatar Jan 03 '17 11:01 wilhelmberg