You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 runyarn install
, so I'm just going to make this suggestion and hope it helps!The text was updated successfully, but these errors were encountered: