Ben Harper

Results 15 comments of Ben Harper

I reinstalled my machine with Ubuntu 18.04, and the problem has subsequently vanished for me. I'm running the Nvidia drivers that come stock on 18.04 (390.48) and the same for...

I'm busy writing my own UTF-8 library, and stumbled into the same issue. Right now I'm leaning towards not supporting U+0000 at all, for the same reasons as JSONKit. I'm...

Hi @lblackstone, thanks for the reply. I've tried adding `clusterIP: "None"`, and it doesn't make a difference. Also, your example gives me the same behaviour. I am running this on...

@cobolbaby do you need this functionality? I'm happy to clean up the PR so that the red tick boxes go away, and fix up the merge conflict too. But as...

I thought I'd throw this out there: I've been using tundra (https://github.com/deplinenoise/tundra) for many years now, for a large project of ours (16919 C/C++ files, all compiled from source, spanning...

Thanks, but with that combination, I still get the following errors: ` mapnik-v3.0.x\mapnik-gyp\mapnik-sdk\include\boost/spirit/home/support/attributes.hpp (1036): error C2672: 'swap': no matching overloaded function found (compiling source file ..\..\src\image_filter_grammar.cpp ` and ` packages\mapnik-v3.0.x\mapnik-gyp\mapnik-sdk\include\boost/spirit/home/support/attributes.hpp...

Thanks, that worked! I did need to manually apply the patch (ie "clean boost" && build_boost didn't cause it to be reapplied). Anyway - I think it would be very...

So.. mapnik builds successfully, but when trying to build the C++ demo (rundemo.cpp), I get linker errors that I can't understand. Basically, it looks as though the linker is unable...

UPDATE: It works! I needed to wipe all build outputs and start from a clean slate, and then those mysterious linker errors disappeared. The following procedure worked for me: 1....

I'd just like to add for posterity, that a key thing I was missing previously was to `#define _WINDOWS`. Without that, you get mysterious linker errors.