Skip to content
This repository was archived by the owner on Dec 3, 2018. It is now read-only.
This repository was archived by the owner on Dec 3, 2018. It is now read-only.

Compiling on Windows fails  #111

@QuincyAdams24

Description

@QuincyAdams24

I cannot get it to compile
I had to modify several scripts so it would download.
here is an example
get-scriptcs.ps1
$dl_file = Join-Path -Path $PSScriptRoot, -ChildPath 'scriptcs.zip'
$dl_file =Join-Path -Path $cwd 'packages\scriptcs.zip'
$cmd = "& 7z.exe -y e "packages\scriptcs.zip" tools* -otmp-bin\scriptcs | $env:windir\system32\FIND "ing archive""
iex $cmd

one of the errors I get is
E:\CodeDepot\mapNik2\windows-builds\packages\mapnik-master\mapnik-gyp\mapnik-sdk\include\boost/spirit/home/x3/nonterminal/rule.hpp(116): error C2668: 'mapnik::svg::grammar::parse_rule': ambiguous call to overloaded function (compiling source file ....\src\svg\svg_transform_parser.cpp)

window 7, VS 2015 update 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions