Jiri Drbalek

Results 97 comments of Jiri Drbalek

Hi @olt. I've rebased it on top of go-osm branch. There were just minor conflicts. The OSM files should be more comprehensible now.

I've rebased it on top of master and changed the base branch to master. Surprisingly, there was no conflict after those two years.

> I note that mapnik 3.0.16 found own version icu. What do you mean by that? If Mapnik is built against one ICU version and run against another, this is...

I've just installed Ubuntu 18 Bionic and tried to build Mapnik tag v3.0.20 with v3.0.x branch of python-mapnik. All went fine when I installed all required dependencies. No error during...

For 3.0.x series of Mapnik on Ubuntu 18 Bionic, there is no need to build any dependency from source. All dependencies are packaged in the system. This is not true...

@gorshkov-leonid, according to the file listing you provided, you have two versions of ICU installed. One in `/usr` and another in `/usr/local`. I think also Boost is installed twice. That...

If you have Mapnik installed, `mapnik-config` should be part of the installation. It needs to be accessible through `PATH` variable.

`python3 setup.py install` installs only the python bindings. You need to install Mapnik first: https://github.com/mapnik/mapnik But there is a lot of dependencies. Isn't it possible to install it from some...

I have basically no idea how to proceed on Mac. I would recommend you to use Ubuntu Bionic for the task. https://github.com/mapnik/mapnik/issues/3985 is a very recent issue where a user...

I hit this while building with `MASON_BUILD=true`. The python module got linked with system version of boost-python instead of the mason one. The system I'm on uses `GLIBCXX_USE_CXX11_ABI=1` so it...