[Tile-serving] [openstreetmap/osm2pgsql] Errors with windows Dropbox content (#719)

Wilhelm Berg notifications at github.com
Wed Apr 12 09:12:04 UTC 2017


Did a quick test run with [mapbox/windows-builds](https://github.com/mapbox/windows-builds) for x64:

```bat
git clone https://github.com/mapbox/windows-builds windows-builds-64
cd windows-builds-64
settings "FASTBUILD=0"
:: libosmium_deps include boost: system, filesystem, date_time, chrono
scripts\build_libosmium_deps.bat
:: creates a 7z in packages\libosmium-deps
scripts\package_libosmium_deps.bat
:: libs will be in packages\lua\build\RelWithDebInfo
scripts\build_lua.bat
:: libs will be in packages\postgresql\src\interfaces\libpq\Release
scripts\build_libpq.bat
```


To do a x86 build:

```bat
git clone https://github.com/mapbox/windows-builds windows-builds-32
cd windows-builds-32
settings "FASTBUILD=0" "TARGET_ARCH=32"
:: other commands are the same
```


The resulting files of the above commands (x64) can be downloaded here:
https://www.dropbox.com/sh/2sjq5o93wtmb508/AADT5PWvp5omC-A_2hHzRLD_a?dl=0

They will require some more work to massage the files/folders into the structure required by the osm2pgsql scripts.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/719#issuecomment-293519598
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20170412/10425d0b/attachment-0001.html>


More information about the Tile-serving mailing list