Mathis Logemann

Results 130 comments of Mathis Logemann

it will fail at `if ( FT_ALLOC( metrics, writing_system_class->style_metrics_size ) )` in freetype. The variables `writing_system_class`, `metrics` and `memory` are null. ~I'm wondering why `metrics` is null, because this should...

Have updated my comment https://github.com/tangrams/tangram-es/pull/2274#issuecomment-926593058 as I had some brain lag :D

@matteblair saw a issue at freetype. https://gitlab.freedesktop.org/freetype/freetype/-/issues/1089 This is a bug in freetype itself, which is already fixed but need to land in a release. using freetype 2.10.4 everything works....

@mupchurch-verys you need to call `cmake-js compile --CDCMAKE_TOOLCHAIN_FILE="..."`

It works quite well for me.

@KaivnD have you tried it with something like this: ``` if(NOT DEFINED CMAKE_TOOLCHAIN_FILE) set(CMAKE_TOOLCHAIN_FILE "${CMAKE_CURRENT_LIST_DIR}/vcpkg/scripts/buildsystems/vcpkg.cmake") endif() project(top-level-projeczt) ``` make sure, that the toolchain will get set before the very first...

@KaivnD it's really common to add vcpkg as a submodule. But if you have a local installation of vcpkg, you can pass it as a tool_chain_file, too. If `cmake-js compile...

actually you would need to create a c++ plugin that wraps those. I don't know of any python plugin. All those other plugins are c++ libraries. So you might be...

note: i'm not a maintainer of mapnik but contributed in the last time a bit to mapnik itself. So these are my own thoughts and might not reflect what artemp...

and code changes depend on https://github.com/mapnik/node-mapnik/issues/975