When running the mapnik build, I'm getting a warning for each visual studio solution that was created by gyp, along the lines of:
MSB8012 TargetPath does not match the Linkers OutputFile property
The result is that there seems to be files missing from the output...
It seems this issue is caused by upgrading a solution from one version of VS to another (I presume gyp is handling this or something as the sln files are autogenerated). I don't know enough about gyp to fix it in the gyp file, so I tried manually editing the .sln files in VS2014, but could not get it going.
It would be helpful if the instructions gave some indication of the expected output and folder structure to help with determining what went wrong and where.
When running the mapnik build, I'm getting a warning for each visual studio solution that was created by gyp, along the lines of:
MSB8012 TargetPath does not match the Linkers OutputFile property
The result is that there seems to be files missing from the output...
It seems this issue is caused by upgrading a solution from one version of VS to another (I presume gyp is handling this or something as the sln files are autogenerated). I don't know enough about gyp to fix it in the gyp file, so I tried manually editing the .sln files in VS2014, but could not get it going.
It would be helpful if the instructions gave some indication of the expected output and folder structure to help with determining what went wrong and where.