mapbox / windows-builds

DEPRECATED! build scripts for mapnik dependencies, mapnik, node-mapnik, node, libosmiom, osmium-tool
38 stars 22 forks source link

scripts directory deleted by something #22

Closed springmeyer closed 9 years ago

springmeyer commented 9 years ago

@BergWerkGIS - trying to run the scripts to create a new Mapnik 3.x SDK I hit a couple problems:

screen shot 2015-02-10 at 5 32 37 pm

What happened is that the build got all the way to mapnik without error but then something deleted the scripts directory - obvious the build failed because of this.

springmeyer commented 9 years ago

ah, what happened is that something checked out master branch and because the scripts are the in windows branch only they dissapeared. So some git clone and git checkout is failing somewhere. We should also move the scripts to the master branch and get rid of the windows branch as a prevention against this too, sound good?

springmeyer commented 9 years ago

also found that packages/mapnik-master was empty. removing it and running scripts/build_mapnik.bat seems to have things working again.

wilhelmberg commented 9 years ago

Running the whole build again ATM, as I forgot to switch to master branches before.