I'm running MX Linux (a variant of Debian Linux) and am unable to build the native code for jimp-native v0.1.0.
I get an error on line 20 of referenceFactory.hpp around the use of std::pair() without template arguments.
I believe switching to std::make_pair() would fix the problem here, but I'm having trouble verifying it because I can't make node-gyp operate in the same way inside my fork of your code as it does when I just run yarn install, so I'm just going to make this suggestion and hope it helps!